NEW LISTINGS  HOT LISTINGS  TOP RATED  EDITOR PICK  ADD A LISTING  UPDATE A LISTING  GET RATED  UPGRADE A LISTING
  HOME     MY ACCOUNT     POWER SEARCH     REGISTER     MEMBER LIST     SUGGEST CATEGORY  

Average Visitor Rating: 0.00 (out of 5)
Number of ratings: 0 Votes

Visitor Rating

Statusbar clock - Advance
35379 Statusbar clock - Advance http://www.techxcel.com/content/view/18/29/ In previous article JavaScript Status clock – Basic we see simple technique to add clock at browser status bar. Now we are going to manipulate data which we get from Date object constructor. Using the date object and some of its methods, you can create your own JavaScript clock customized to our needs. JavaScript > Tips and Tutorials > Date and Time May 18, 2007 Chetankumar Akarte send email to Chetankumar Akarte

Write a Review   Add to My Favorite   Refer it to Friend   Report Broken Link  



Other links owned by this user
Validation server controls are set of controls that enable you to work with the information your end users inputs into application. Application should always ensure that valid data is recorded. To ensure valid data is collected, we apply set of validations to data we collect. Validation is a set of rules that you apply to the data you collect. In this way, we can bring certain degree of discipline in end user.
Category:

SoftFuse Nice Tables creates beautiful and professionally looking tables in a matter of few minutes. No html knowledge is required. Just select a color, enter data in the table and save the final table.
Category:

Deploy content to desktop without the usual bloat
HtmlApp is a point and click toolkit for wrapping
web content files (HTA, HTML, etc. with CSS, VBScript or JavaScript, and other web technologies)
batch files (CMD or WSH)
installer file (MSI, EXE, ZIP with optional code signing)
and other active content
into a single EXE file.
Category:

ST Web Invoice is web based invoicing software that allows you to generate invoices or estimates and automaticallyemail them to your clients in html, PDF (or both formats!), or lets your clients view their invoice and make payments online.

ST Web Invoice is extremely flexible. You can customzie everything from the emails to the color of the site, is configurable in 4 different world currencies ( USD, Canadian Dollar, Australian Dollar, and British Pound), and integrates with 3 different payment gateway systems (PayPal, Authorize.net, and 2checkout).
Category:

Get a free bookmarking widget in easy 2 steps. Simple to use, for you website or blog, for free.
Category:

Need to purchase "Live Music Plus" and NOT sure if your server can run it, download this test file and run it at your server to test the requirements avilability.
Category:

Learn how to create High Tech flash menu in flash 8 using the Action Script and some tricks.
Category:

FlashSQL Version 3 is a Flash component designed to run SQL queries directly in Flash at runtime and get results back into Flash as a standard XML and Object variables.

It has been designed for ASP, Colfusion and PHP servers and can work on MySQL, MS Access, MS SQL and other DSN based datasources.
Category:

FishEyeMenu allows to create web menus with image-based options. FishEyeMenu offers websites an innovative alternative to show menus. FishEyeMenu is best applied for menus of linear and simple structure offering dynamics comparable with flash-animated menus but with major modification capabilities and less loading time.
Category:

Learn how to create on a simple way picture animation using the Brush Tool and mask. To make this lesson, you don't have to use action script code.
Category:

This is useful for anyone who’d like to add a login form to any php page.

Simply, save the following code as access.php, and insert the following snippet on the first line of any php file you want protected.

This useful script requires no database, and no big tweaking to the code on your pages.
Category:

Agriya's Flash Chit Chat application allows you for efficient social interactions between members spread across the globe. A community can use the Flash web Chat application to allow its members to have an interactive session with a special guest or a community member through the means of a moderated chat. Agriya Flash Chit Chat is a Flash Based Chat application which helps to have interactive sessions within the members with great look and feel.
Category:

Unless each time you submit your article you use a different title, different summary, different resource box, and different article body


If done correctly article submission is one of the most POWERFUL and TIME-TESTED methods of getting high search engine rankings.

If NOT done correctly it can be a complete waste of your time!

Letting other users use your articles on their websites in exchange for backlinks builds incoming links and pagerank like crazy! This is hands down one of the best strategies for increasing the search engine rankings for any new or established website. This is not a debatable issue. Anyone that has done article writting knows it works.
Category:

Learn how to create realistic shadow in flash with no Action Script, using the Shadow filters and Transform Panel in Flash 8.
Category:

Learn how to create attractive image animation that is rotate and vibrate. You don't have to use A.S. code to create this lesson. It is so simple to create, but in the same time so effective. You will also learn how to convert an image into a Symbol, how to rotate it, enlarge it using the Free Transform Tool (Q) and more.
Category:

Grid Asp.Net Seo is a GridView indexed by search engines, with column resizing, paging, and sorting.
Grid Asp.Net Seo can be indexed by by search engines because of no paging postbacks. Microsoft´s GridView can´t be indexed because of postbacks. Grid Asp.Net Seo has column resizing / sorting in real-time and uses Ajax. Grid Asp.Net Seo is very customizable and almost everything can be adjusted to suit your needs. A "row item" can contain anything, both controls and text values. Drag, release and click between two columns will resize columns. Download / Demos, you will be up and running in minutes.
Category:

Astanda Directory Project [ADP] is a directory, search engine, and spider/crawler software. Your own little breed of DMOZ and Google. ADP is the only software in its class ever to be written in PHP with MySQL database support.
Supports virtually unlimited ammount of links and pages. Powered by Smarty template engine, ADP can run in both dynamic and static modes. Proper full text boolean search with keyword relevance can chew on gigabytes of data.
Category:

Flash Particle Studio is a tool with which to easily and quickly create stunning flash particle effects. Start by selecting a particle effect from a library. Load a bitmap containing a shape to be used as a particle effect source. Customize the particle effect by adjusting parameters such as speed, density, color, transparency, etc. Publish as an AVI video with/without transparency, SWF/FLV file, series of PNG images.
Category:

Use this script to resize image, ad a watermark or copyright to image and output the image in JPEG, GIF or PNG format.
Category:

The goal of the project is provide web developers with an easy to use, lightweight, weather conditions library that pulls live conditions and weather data from the NOAA's public XML weather feeds.
Category:

Other links at JavaScript > Tips and Tutorials > Date and Time
To use this date object, you need to first create an instance of it. Uh? Instant noodles? Well, not quite. What we have to do is tell JavaScript to activate this object:
Category:

In previous article JavaScript Status clock – Basic we see simple technique to add clock at browser status bar. Now we are going to manipulate data which we get from Date object constructor. Using the date object and some of its methods, you can create your own JavaScript clock customized to our needs.
Category:

When creating a Date object based on the computer's (not web server's!) internal clock, it is important to note that if someone's clock is off by a few hours or they are in a different time zone, then the Date object will create a different time than the one created with your own computer.
Category:

For the scripts that follow, the above is our hero people, not some Hollywood actor. Date.getTime() is a prebuilt JS method that returns the time elapsed from January 1st, 1970 to the current Date instance, in milliseconds. Its superpower is not so much its long term memory, as impressive as that may be, but its knack for converting a date to a number (in milliseconds, but nevertheless). And we all know the easiest subjects to perform arithmetic on are numbers
Category:




Main Category
165
2028
756
275
169
1801
1074
892
1127
7088
70
874
58
2145
170

Join Mailing List
Joining mailing list will entitle you to receive occasional emails informing you of news and updates to the site and any special offers that may be of interest to you.



Top 10
Directory Statistics

Links: 18673
Categories: 1275
Registered Users: 537
Mailing List Subscribers: 2031
Unique Outgoing Hits: 192553

Pagerank Statistics
PR 10
2 site(s)
PR 9
9 site(s)
PR 8
28 site(s)
PR 7
242 site(s)
PR 6
771 site(s)
PR 5
1847 site(s)

PHP News