Skip to content

TechXcel.com - provides technical excellence...

Narrow screen resolution Wide screen resolution Increase font size Decrease font size Default font size default color orange color green color
You are here: Home
Status Bar Left to Right TextScroll
(5 votes)
Written by Chetankumar Akarte   
Monday, 16 July 2007

JavaScript Status Bar Left to right Text scroll

In this article we are going to design a JavaScript Left to right text scroll at windows Status Bar. Take a look below on piece of code…

Last Updated ( Monday, 16 July 2007 )
Read more...
 
JavaScript Digital clock
(9 votes)
Written by Chetankumar Akarte   
Friday, 13 July 2007

JavaScript Digital Clock

In this article we are going to design a JavaScript based Digital Clock. Here we are see use a HTML Form to show our Digital Clock. Take a look below on piece of code…

<form name = "clockForm">
<input type="text" name="clock" size="10" class="frm" />
</form>

Here we have defined HTML form. And use input and assign a class frm to it. Class frm will take care of representation of clock.
Last Updated ( Friday, 13 July 2007 )
Read more...
 
What is PHP Sessions?
(2 votes)
Written by Chetankumar Akarte   
Thursday, 12 July 2007

What is PHP Sessions?

Session concept is very useful for Web based applications to pass and share information from one Web page (request) to another Web page (request). Session support in PHP consists of a way to preserve certain data across subsequent accesses. This enables you to build more customized applications and increase the appeal of your web site. A visitor accessing your web site is assigned a unique id, the so-called session id. This is either stored in a cookie on the user side or is propagated in the URL. A PHP session solves this problem by allowing you to store user information on the server for later use (i.e. username, shopping cart items, etc). However, this session information is temporary and is usually deleted very quickly after the user has left the website that uses sessions.

Read more...
 
How we open a File in its Associated Application?
(1 vote)
Written by Chetankumar Akarte   
Friday, 08 June 2007

How we open a File in its Associated Application?

To open a file in its associated application we have to add namespace to System.Diagnostics.Process to our application. The System.Diagnostics namespace provides classes that allow interacting with system processes, event logs, and performance counters.

Now add below piece of code to any event

Last Updated ( Friday, 08 June 2007 )
Read more...
 
ASP Error - The HTTP Headers are already written
(1 vote)
Written by Chetankumar Akarte   
Tuesday, 05 June 2007

ASP Error - The HTTP Headers are already written

While redirecting from a page in asp we get a very common error: The HTTP headers are already written to the client browser.

Response object error 'ASP 0156 : 80004005
Header Error
/test.asp, line 135
The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.

The Redirect method of the Response object operates by sending the 302 Object Moved response header, plus the new location of the file, to the client. When it receives this response, the user’s browser automatically requests the new page.

Read more...
 
<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>

Results 6 - 10 of 56

Who's Online

We have 1 guest online

User Login

PayPal Donation

Enter Amount:

Syndicate

TechXcel's Friends

Tutorials Garden
Wicolorz
pixel2life

Text Link Add

Statistics

Members: 262
News: 60
Web Links: 6
Visitors: 269772

Google Seach

Google AdSense

TechXcel Referrals

TechXcel's Sponcer...