Logic
Blog Syndicate Search Contact Me  
Topics
ASP Articles
Educational Software Forums
Invited Articles
Logic
Logic India.Net
Logic slab
Offshore Development
Outsource Training
Outsourcing
Picture Blog
Software articles
Vofox Solutions
Members
Sign In

Blog - Latest Entries
<< < | 10 11 12 13 14 15 16 | > >>
Logic > Welcome to Buzzycode!
0 Comments / Subscribe To Comments
Posted: Feb.16.2008 @ 4:25 pm

Hi friends,

 Welcome to all the experts to post their software related articles to Buzzycode.  You will be recognized with appropriate gifts for your generous contribution.  Express your software related ideas with your free will!

 Please visit http://www.buzzycode.com/AllInvitedArticles.aspx

 Here below are some of the titles that are invited: 

Invited Articles

ASP.NET an Introduction

Regarding the Care and Handling on Cookies

Enterprise Web Site Development - Performance Strategies

Some basic classes of ADO.NET - An Introduction

How to use the AutoGenerateColumns attribute to control column rendering

How to add a CheckBox Column to a DataGrid

Use of .NET DataGrid in Sorting XML Data

Data Storage Objects of ASP.NET

A Deep Analysis on Object Data Source

Expertising on ASP.NET DataBinding

Use of Custom ASP.NET Build Providers And Compiler Techniques on Creating DAL Components

Row addition to an ASP.NET DataGrid

How to Embed PDFs into a Web Page with the help of a Custom Control

Visio Custom Control on ASP.NET 2.0

ASP.NET 2.0 on Simple Photo Gallery

An elaborate vision on Copy Constructors and Assignment Operators

Use of NZR in Visualizing Point Data

New knowledge in C++00X?

On Systematic Developing a SOHO HTTP Filter

An awareness on Simple Thread

On creating a Pre-Vista Application Vista Compliant

C++ Permutations

Templates, Iterators, and Temporary Classes - An Introduction

All Pairs Shortest Path Algorithm of Floyd

Decoding and Encoding Class of BASE 64 in 2003

 All the best and have a nice time with Buzzycode!

Logic > Welcome to Buzzycode!
0 Comments / Subscribe To Comments
Posted: Feb.06.2008 @ 12:55 pm

 Welcome to Buzzycode!

 

 

Hi friends,

 

Welcome to all the experts to post their software related articles to Buzzycode.  You will be recognized with appropriate gifts for your generous contribution.  Express your software related ideas with your free will!

 

Please visit http://www.buzzycode.com/AllInvitedArticles.aspx

 

Here below are some of the titles that are invited:

 

 

 

 

All the best and have a nice time with Buzzycode!

 

 

Logic > Content Writing
0 Comments / Subscribe To Comments
Posted: Feb.06.2008 @ 12:38 pm

Project Details
How do I bid on a project?

You must be a registered member to bid on a project.
Click the "Bid Now " link and follow the instructions to bid this Project.
You are not allowed to bid on your own projects.


Bid Last Date: 30 Jul 2007  
Title: Content Writing 
Owner: Pamela Teipel  
Maximum Budget: $250   
Email ID: hapamelah@yahoo.co.in Owner's Status: 
Description: Content writing 100 pages A4 size

 

Read more about it at buzzycode.com

Logic > Mutiple tables connection
0 Comments / Subscribe To Comments
Posted: Feb.06.2008 @ 12:36 pm

 
I was wondering..can I connect 2 or more tables that have the exactly same fields (table1 = tit
le, subject, date_time / table2 = title, subject, date_time as well) to be used on a search?
I mean..is there a way to make the SELECT statement to grab the content from both tables so wh
en the search results appear on the screen they'll be based on both title, subject and date_tim
e from these 2 tables? How?

Read more about it at buzzycode.com

Logic > Customisable Site Search Facility
0 Comments / Subscribe To Comments
Posted: Feb.06.2008 @ 12:34 pm

Hi All, I've been asked by a client to add a search facility to a site to search their conte
nt. However, at the moment none of the content comes from a databse - it's all static content -
and so I can't use a normal search facility. I had wondered about using the Google Free Sea
rch facility, but this doesn't allow me to remove adverts, and customise the results as they wo
uld like. Does anyone know of anyway in which I can search static content, without the need
for anything to be installed on the server itself?

Read more about it at buzzycode.com

Logic > Akai Digital: iPod Docking Speaker *NEW*: Model No: AEPI-7062-AXB
0 Comments / Subscribe To Comments
Posted: Feb.06.2008 @ 12:30 pm

  

http://www.akai.com/upload_pro/AEPI-7062-AXB_2.jpg

Accessories    User manual, remote control
  Power Supply    AC 230V, 50Hz
  Dimensions    Main unit: 400W x 180H x 230D mm
  MOQ    900 / 20'
 

Read more about it on buzzycode.com

Logic > Akai Digital: iPod Docking Speaker *NEW*: Model No: AAPI-7046-AXB
0 Comments / Subscribe To Comments
Posted: Feb.06.2008 @ 12:25 pm

 

 

http://www.akai.com/upload_pro/AAPI-7046-AXB_2.jpg
  
     Accessories    User Manual, Remote Control
  Power Supply    AC 230V
  Container Load Qty    2400 sets / 20'
5010 sets / 40'

 

Read more about it on buzzycode.com

 

Logic > N-Tier in ASP.NET or other .NET apps
0 Comments / Subscribe To Comments
Posted: Feb.06.2008 @ 12:21 pm

The Logical Building Blocks

 

 

These layers are described below:

 

1) The Presentation Layer:

It is also called as the client layer or Presentation Layer or Graphical User Interface (GUI) layer comprises of components that are dedicated to presenting the data to the user. For example: Windows/Web Forms and buttons, edit boxes, Text boxes, labels, grids, etc.

2) The Business Layer:

This layer encapsulates the Business rules or the business logic of the encapsulations. To have a separate layer for business logic is of a great advantage. This is because any changes in Business layer can be easily handled in this layer. As long as the interface between the layers remains the same, any changes to the functionality/processing logic in this layer can be made without impacting the others.

Read more about N-Tier in ASP.NET or other .NET apps on buzzycode.com

Logic > Understanding the .NET Framework
0 Comments / Subscribe To Comments
Posted: Feb.06.2008 @ 12:10 pm

Understanding the .NET Framework

.NET framework is a Windows Component that supports the building and running of windows applications and XML Web services. The purpose of the component is to provide the user with a consistent object oriented programming environment whether the code is stored locally or remotely.

It aims to minimize software deployment and versioning conflicts and also promote safe execution of code including codes executed by trusted third parties. It is directed towards eliminating performance problems of scripted or interpreted environments. The effort is to make developer experience consistent across a variety of applications and platforms and create communication standards that help .NET framework applications integrate with all other web based applications.

Read more details on buzzycode.com

Logic > Classic ASP and ASP.NET
0 Comments / Subscribe To Comments
Posted: Feb.02.2008 @ 12:36 pm

 Classic ASP and ASP.NET

 

 

Beginning

 

This article talk about how to share session state between classic ASP and Microsoft ASP.NET using Microsoft .NET Framework classes and the serialization feature of the .NET Framework. Sharing session state allows converting existing ASP applications to ASP.NET applications in stages while running the applications side by side. And it is so much useful in programming. Microsoft® ASP.NET is the latest Microsoft technology for developing Web-based applications.

 

 

The advantages of Microsoft® ASP.NET over the classic ASP script technology

 

 

a. Its compile feature in conjunction with its caching support means significantly better performance for sites written in ASP.NET over equivalent sites written in classic ASP.

 

b. Its code is fully compiled instead of interpreted as in classic ASP.

 

c. A better development structure by separating the UI presentation from business logic.

Read more about it at buzzycode.com

 

<< < | 10 11 12 13 14 15 16 | > >>
Entries 141 to 150 of 151

   
| Report Member | Free Blog BlogText.org