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

Entries in "Logic"
1 2 | > >>
Request Object of Classic ASP
0 Comments / Subscribe To Comments
Published: Feb.16.2008 @ 4:31 pm

 On the time of your surfing to an address that starts with HTTP, the server you're visiting treats that as an "HTTP request". Here, in fact you are "requesting" that a particular web page is displayed to you. The same applies to any http hyperlinks that you click. A lot more information is being passed back and forth, between your PC and the server of the site you're visiting, than you may be aware of. This chunk of data is called a "request object". Along with the URL you've requested, information about your browser, IP address, the last URL you visited and more is being sent along with your request to view a particular web page. On the flip side, in addition to the web page you requested, the server also sends back server-related information in the same request object. The Request Object receives the values that the client's browser passed to the server during an HTTP request. And this request is forwarded.

  Read more about it at buzzycode.com

Welcome to Buzzycode!
0 Comments / Subscribe To Comments
Published: 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!

Welcome to Buzzycode!
0 Comments / Subscribe To Comments
Published: 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!

 

 

Content Writing
0 Comments / Subscribe To Comments
Published: 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

Mutiple tables connection
0 Comments / Subscribe To Comments
Published: 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

Customisable Site Search Facility
0 Comments / Subscribe To Comments
Published: 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

Akai Digital: iPod Docking Speaker *NEW*: Model No: AEPI-7062-AXB
0 Comments / Subscribe To Comments
Published: 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

Akai Digital: iPod Docking Speaker *NEW*: Model No: AAPI-7046-AXB
0 Comments / Subscribe To Comments
Published: 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

 

N-Tier in ASP.NET or other .NET apps
0 Comments / Subscribe To Comments
Published: 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

Understanding the .NET Framework
0 Comments / Subscribe To Comments
Published: 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


Current Page 1
1 2 | > >>

   
| Report Member | Free Blog BlogText.org