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

Anthem.NET with Minimal JS
37432 Anthem.NET with Minimal JS http://www.ajaxwith.com/AnthemNET-with-Minimal-JS.html Developing an Ajax based application with minimal JavaScript coding is possible with the use of VS 2005, ASP.NET and a simple but powerful library called Anthem.NET. This open source library might not be popular but it has been given a pretty good ranking as it provides any developer the ability to build an Ajax based website without using too much Ajax. In short Ajax > Tips and Tutorials Mar 17, 2008 Exforsys Inc send email to Exforsys Inc

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



Other links owned by this user
The main goal of this script is to provide a user friendly web-based interface
for handling file uploads. If your website supports PHP5, you can deploy this script
to let your users/customers upload files.
Category:

We are trying to achieve loading content into a ‘div’ element without refreshing the page, as well as showing a cool loading window inplace of the content as it is loading.
Category:

Flash® delivers the most progressive interactive Internet solution which produces quality, vivid and low-bandwidth animation. At the same time, everyone who uses Flash at their websites and everyday work feel a need to save loading time, traffic and server space. This is where Flash Optimizer can be of great help. Flash Optimizer uses a series of mathematic methods to optimize the output format of Flash. The main purpose of such optimization is to compress Flash files with the least quality loss and optimize them for faster download. In web terms it is speed, interactivity, reliability and quality.

Flash Optimizer manages to dramatically compress SWF files up to 60-70% as it offers total control over each and every optimization option. This allows you to reach the most effective compression specifically for your Flash files. With a few clicks of mouse you will reduce the file size twice or even more. Now, is it worth that? Such amazing compression is possible, why not use it? Flash Optimizer is the right software to reduce your website size (and server load in turn) and easily increase your profits.
Category:

Support: Master card, Visa, Diner's Club /Carte Blanche, Discover
Category:

A new download is available in the download section.
The SRDownload script is a basic download script that list files from a download directory to be downloaded, along with a text file to give more information about the downloadable file.
Category:

This clone script is a powerful, feature rich, easy to use, classified ads solution. Run your very own classifieds sites just like Craigslist, Loquo or GumTree. With our quick an hassle-free online installation, you can get your classifieds site up and running within minutes!
Category:

You Won't Believe How Easy It Is To Open A Membership Site That Pays Month After Month, And Even Grows By Itself Leaving You More Time To Count Your Cash!
Plus, It Won't Cost You An Arm And A Leg Like Some Other Software. With A Multi-Site License You Pay Once, And Build Your Membership Empire As Big As You Want!
Category:

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

This is a scripts search directory with new front end options such as the possibility for users to save listings to account, free or paid ad options for featured ads, script reviews and ratings, site statistics and a lot more than that. In addition to the standard features, the admin area features inlcude the multiple currency option, google adsense integration, unlimited categories and subcategories, the addition of links and articles and many other options.
Category:

Flash Applications
Category:

TechnoIntellects is an ideal company for you to outsource your website design, website redesign, website development, website maintenance and Search Engine Optimization (SEO). We are working with companies from all parts of the world and deliver results with a quick turnaround time. Having a development (Website Development / Desktop Application Development) facility in India helps us provide extremely cost-effective development (Website Development / Desktop Application Development).
Category:

Log on to the web-based cms control panel if you want to quickly add, edit, or update your content. This system aims for a simple, easy to use, fast website. The Content Management system allows an individual, business or enterprise to have a continuous web presence with a lot of efficiency and speed. Create your website with this content management script is very easy
Category:

In this tutorial i am going to show you how to create a basic word / tag cloud using php. I am going to create a class based cloud, this is because it will be more convenient for people to adapt it on there own websites, if you don't know much about class based programming then click here to take a look at the class tutorial.
Category:

- With a few clicks, your visitors will spread your message at no cost for you.
- The email message is personal, it contains Friend and Sender Name.
- Being sent by a friend, your message has a high level of trust.
- Your vistors will do the marketing for you !
Category:

Floresense's Captcha control is a flexible, multi-option captcha control for .NET
Category:

Learn loops in PHP and their usage with code examples.
Category:

AuthMan Free is authentication/password protection and membership management system written in PHP and licensed under the GNU GPL. It uses .htpasswd and .htaccess files to protect web directory. Installation is easy and programming knowledge does not required.
Category:

The Easy Niche Store Script is a PHP script that PLUGS IN to your existing (PHP based) website or existing Ecommerce site to allow you to display Ebay products via RSS.
Category:

TinyCMS is a simple CMS. It contains a login system, blocks (static or PHP), modules, templates, navigation links, and pages (static or PHP). You can easily add your own template or create a module. It also uses a flat file database, and is about 700 KB in size. It is good for people who need to setup a small site without having to figure out how to use the popular, large CMSes.
Category:

Flash based WYSIWYG Mysql Database Editor.
Browsers: Internet Explorer, Mozilla Firefox, Netscape compatible.
Mysql + XML+ PHP+ FLASH based technology.
Ecommerce integration with the Flash Web Editor.
Support all basic Mysql query commands (add/delete/update/alter)
Multi language support. UTF-8 data input/output
%100 compatible with Flash Text Fields.
Access on the remote server or local server
HTML and Plain data input/output
Fast, light and powerful
Customizable input window for data accessing.
Easy to use.
Especially for Flashers.
Made by Macromedia Flash 8
Category:

Other links at Ajax > Tips and Tutorials
Back on day one we looked at using the Prototype library to take all the hard work out of making a simple Ajax call. While that was fun and all, it didn?t go that far towards implementing something really practical. We dipped our toes in, but haven?t learned to swim yet.
Category:

A List Apart is pleased to present the following excerpt from Chapter 27 of Web Design in a Nutshell (O?Reilly Media, Inc., third edition, February 21, 2006). ?Ed.
Category:

On the other hand, here is Clean (actual framework name) Ajax. Clean is another lightweight technology wherein you might end up developing a widget. But Clean Ajax framework has clearly indicated that they are not, above all things, a widget-only application.
Category:

You've probably seen the CAPTCHA technique used to prevent automatic form submission by spambots and other nuisances.
These operate by displaying an image containing a random string. These strings are very hard for computer programs to read, but straightforward for humans. The user must then enter the displayed string correctly in a form field in order to submit the form.
In many cases, the comparison of the two strings (displayed and entered) is carried out AFTER form submission. It would be nicer if it could be carried out BEFORE submission, using Ajax, as part of the normal form validation.
In this little project we do just that. Our form contains an image generated on-the-fly by a PHP routine using PHP's inbuilt GD graphics library.
Before reading through this tutorial, you'll need a little knowledge about the general architecture of Ajax applications. All the required information is in the pages of this site.
Category:

It is already an established problem in Ajax that developers would still need to develop almost two types of applications if they wanted to build an online application good for Mozilla and Internet Explorer. Because of this struggle, developers would have to build almost two different applications that will require a lot more than the usual time for application development.
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: 535
Mailing List Subscribers: 2031
Unique Outgoing Hits: 192472

Pagerank Statistics
PR 10
2 site(s)
PR 9
9 site(s)
PR 8
28 site(s)
PR 7
243 site(s)
PR 6
769 site(s)
PR 5
1850 site(s)

PHP News