vote up
0
vote down

The Most Powerful and Feature Rich Web-Based Code Editors (IDEs)

With all the talk of Cloud computing at the moment and after reading a short article on Dzones blog a few months back that questioned whether or not It Was the Right Time for Web-Based IDEs? (it was a split poll), we were inspired enough to venture out
Jul 26 2010 10:52 PM
vote up
0
vote down

Dojo 1.5: Ready to power your web app

Dojo Toolkit 1.5 is now available for immediate download. Dojo is a JavaScript toolkit that is lean enough for use on a simple blog, yet powerful enough to scale to solve the most advanced web application engineering challenges, allowing you to use just
 
Dylan
Jul 23 2010 07:23 AM
vote up
0
vote down
vote up
0
vote down

Spring 3 MVC, Ajax and jQuery Magic (or better: simplicity)

I’m playing around with some web frameworks lately and to see what’s in store with Spring 3 MVC (never did too much with it) I gave it a try to see how it handles Ajax. According to ajax simplification announcement it should be possible to
 
Oliver Wehrens
Jul 21 2010 09:08 AM
vote up
0
vote down

Inline AJAX DropDown and Text Editing with Asp.Net MVC and jQuery

including how to use a database to populate the dropdown First thing is first, you will need to download jQuery and the Jeditable plugin (I prefer to refer to it as the Jedi-Table!). Be sure to put these references in your View (or Masterpage). Next, you
Jul 17 2010 07:00 AM
vote up
0
vote down

Reporting server side operation progress with jQuery UI Progressbar

A colleague of mine recently had a problem with using jQuery UI Progressbar for reporting progress of asynchronous server side operations initialized via AJAX request. I decided to create a short sample for him and everybody else who might need it. I'm
Jul 16 2010 04:14 PM
vote up
0
vote down

Dew Drop – July 14, 2010

Jump to: Top Links | .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF / Windows Phone | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint |
Jul 15 2010 05:39 AM
vote up
0
vote down

Turbo charging front-end development with user-created RESTful resources

In this article, I will show you how RESTx – an open source project for the creation of RESTful resources – allows front-end developers to quickly and easily make their own data resources, without having to rely on the back-end server team
Jul 15 2010 05:37 AM
vote up
0
vote down

9 More Useful and Free Downloadable Web Design Books

A few months ago we published a popular article called 12 Useful and Free Downloadable Web Design Books, and the positive response we received from our readers was phenomenal. But, just as there is with most things, there is always room for
Jul 14 2010 06:41 AM
vote up
0
vote down

13 New CSS3 & jQuery Menu and Navigation Tutorials

Ajax Freaks presents 13 New CSS3 & jQuery Menu and Navigation Tutorials for its users around the web Contextual Slideout Tips With jQuery & CSS3 With this tut you will learn how to make a set of contextual slideout tips with jQuery & CSS3,
 
admin
Jul 13 2010 09:30 AM
vote up
0
vote down

Inline AJAX DropDown and Text Editing with Asp.Net MVC and jQuery

including how to use a database to populate the dropdown First thing is first, you will need to download jQuery and the Jeditable plugin (I prefer to refer to it as the Jedi-Table!). Be sure to put these references in your View (or Masterpage). Next, you
Jul 13 2010 01:38 AM
vote up
0
vote down

40 jQuery and CSS3 Tutorials and Techniques

In this article you will find a comprehensive selection of tutorials and techniques that make use of some exciting and fresh CSS3 properties and injected this with some innovative jQuery. You will some truly creative image galleries/sliders, a marvelous
Jul 12 2010 11:47 PM
vote up
0
vote down

Seven Super Quick Tips for Beginner and Amateur Web Designers

Web design is a tricky art that combines both the creative and the analytical skill sets to create something unique and visually compelling. At the end of the day, good web design is more than the sum of its parts. Beginner and amateur designers may
Jul 12 2010 05:24 AM
vote up
0
vote down

Quizzy: Creates AJAX and XML Based Quizzes

Quizzy is an open Source PHP and AJAX based quiz library. It allows you to quickly and easily add multiple-choice quizzes to your website. All the quiz data is based on XML so making quizzes is very easy. Quizzy has been tested in IE 6+, Firefox, Chrome,
 
W3Avenue Team
Jul 07 2010 11:41 PM
vote up
0
vote down

Top 10 Useful Ajax Classes

Ajax Freak picks the top 10 useful and commonly used ajax based classes from PHP CLASSESS.ORG Clevertext” AJAX text box(Generate editable text box that is saved with AJAX) This class can be used to generate a text box that becomes editable when the
 
admin
Jul 06 2010 08:43 PM
vote up
0
vote down

How to update a MySQL DB with AJAX using D4PHP by CodeGear

This Delphi for PHP tutorial shows you step by step how to create a Delphi for PHP web application to update a MySQL database using AJAX.
Jul 06 2010 12:58 AM
vote up
0
vote down
vote up
0
vote down

10 Effective Video Examples of Paper Prototyping

Paper prototyping is a commonly used low cost usability method for testing and evaluating web designs and applications. This method lets developers conduct tests before a single line of code has been written, and allows you to identify and fix any
Jun 25 2010 12:48 AM
vote up
0
vote down

50 jQuery Plugins for Form Functionality, Validation, Security and Customisation

Lets be honest, forms can be a pain in the ass to fill in. And for developers? There an even bigger pain in the ass to build. No one really likes them, as such, the most difficult challenges that a developer has to take on, when it comes to forms, is not
Jun 23 2010 10:20 AM
vote up
0
vote down
vote up
0
vote down

Ext JS + jQTouch + Raphaël = Sencha

Exciting things are happening! Today, we're combining forces with the jQTouch and Raphaël projects and changing our company name to Sencha. And we're moving our web address from www.extjs.com to www.sencha.com.
 
Abraham Elias
Jun 15 2010 11:50 AM
vote up
0
vote down

7 Ajax Learning Info Presentations

Ajax 101 Workshop View more presentations from Bill Scott. Flash and AJAX View more presentations from Jonathan Boutelle. How to make Ajax work for you View more presentations from simon. Designing For Ajax View more presentations from Bill Scott. High
 
admin
tags: ajax
Jun 14 2010 07:34 PM
vote up
0
vote down

The HTML5 Family: Web Workers

Heavy computing has historically been difficult to achieve using JavaScript on the browser. Web Workers are brand new in the HTML5 Family and provide a new way of performing processor-intensive tasks.
 
Ed Spencer
Jun 07 2010 11:23 PM
vote up
0
vote down

The HTML5 Family: Web Workers

Heavy computing has historically been difficult to achieve using JavaScript on the browser. Web Workers are brand new in the HTML5 Family and provide a new way of performing processor-intensive tasks.
 
Ed Spencer
Jun 07 2010 10:54 PM
vote up
0
vote down

AJAX INTERVIEW QUESTIONS & ANSWERS PART 1

AJAX FREAKS now presents a series of Ajax Interview Questions for beginners level to expert level… Each episode contain ten questions & their details answers.Here is the first one…. What’s AJAX? How Ajax is Different Who’s Using
 
admin
Jun 05 2010 10:17 PM
vote up
0
vote down

Free Creative and Professional CSS3 CV/Resume Template

Earlier this month we published an article on the best HTML & CSS CV and Resume templates, and today we feel we can top all of those templates with one of our own. Today we have the pleasure of releasing free to our readers a resume template that is
Jun 02 2010 11:41 AM
vote up
0
vote down

ASMX ScriptService mistake – Invalid JSON primitive

One group of searches that consistently brings traffic here is variations on the error: Invalid JSON primitive. Unfortunately, the post that Google sends that traffic to doesn’t address the issue until somewhere within its 150+ comments. Today, the topic
 
Dave Ward
Jun 01 2010 09:26 AM
vote up
0
vote down

Ajax Exclusive Fundamental Interview Q/A

Here is a list of Ajax Exclusive Fundamental Interview Q/A presented by Ajax Freak partner site Interview Star Read here Ajax Q/A Share it
 
admin
May 30 2010 10:16 AM
vote up
0
vote down

Dew Drop – May 28, 2010

Jump to: Top Links | .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF / Windows Phone | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint |
May 28 2010 03:52 PM
vote up
0
vote down

COR Blimey! Cross domain Ajax is really here

There is a lot of solid support for cross-domain Ajax in modern web browsers, yet most developers are still unaware of this powerful capability. Usage requires just a little bit of extra JavaScript work and a little extra server-side work to ensure that
 
Dion Almaer
May 26 2010 03:48 PM
vote up
0
vote down

20 Awesome jQuery Enhanced CSS Button Techniques

With all the talk of CSS3 at the moment, its easy to overlook the impact Javascript, especially jQuery, can have on the appearance of the basic web button. As such, we have collected 20 useful CSS buttons techniques that have all been improved and
May 26 2010 11:36 AM
vote up
0
vote down

50 Basic jQuery Plugins You Should Know

Ajax Freaks keep checking about new jQuery Plugins around the web.This time picks the recent post of Tips Tech Tricks which is about 50 Basic jQuery Plugins,jQuery UIs for web developers.These are the very basic plugins that every web designer and
 
admin
May 24 2010 11:58 PM
vote up
0
vote down

How to detect if your server is down when making jQuery Ajax calls

If you developed an ajax rich web application, maybe even a single page interface, you want to make sure that the user gets notified if the server is not reachable anymore. This happens either if the it goes down or the client loses its network
 
Oliver Wehrens
May 22 2010 05:05 AM
vote up
0
vote down

ASP.NET MVC with JTemplates – Part II

In my first part I of this two part series, I covered using Json, ASP.NET MVC, and jTemplate to bind to a simple html table. The next part of this series is to ‘prettify’ the table using the jQuery plugin  DataTables DataTables supports using the
 
Steve Gentile
May 21 2010 09:32 PM
vote up
0
vote down

ASP.NET MVC with JTemplates – Part II

In my first part I of this two part series, I covered using Json, ASP.NET MVC, and jTemplate to bind to a simple html table. The next part of this series is to ‘prettify’ the table using the jQuery plugin  DataTables DataTables supports using the
 
Steve Gentile
May 20 2010 10:48 PM
vote up
0
vote down

ASP.NET MVC with jTemplates – Part I

One of my goals in web development is to continue to look to use json to transmit data vs. using partial views.  Obviously by transmitting json data, the payload is going to be much more efficient. I’m going to break this out into two parts : Part I
 
Steve Gentile
May 20 2010 04:24 PM
vote up
0
vote down

Using Datatables.net JQuery Plug-in with WCF Services

There are several JQuery plug-ins that provide the basic functionality of an html grid: paging, sorting, etc. In essence these plug-ins provide a consolidated display of the data and typically means of which to interact with the data (update, insert,
May 18 2010 09:10 PM
vote up
0
vote down

Using Datatables.net JQuery Plug-in with WCF Services

There are several JQuery plug-ins that provide the basic functionality of an html grid: paging, sorting, etc. In essence these plug-ins provide a consolidated display of the data and typically means of which to interact with the data (update, insert,
May 18 2010 02:37 AM
vote up
0
vote down

15 Javascript Web UI Libraries, Frameworks and Libraries

Almost all of the rich web applications that we currently see on the web today rely on a subtle set of UI controls, libraries or frameworks (or toolkits) that not only greatly simplify application development, they also provide a consistent, reliable,
May 17 2010 12:03 PM
vote up
0
vote down

Asynchronous TreeView in ASP.NET WebForms

Some time ago I have written about using jQuery TreeView plugin for creating an asynchronous TreeView in ASP.NET MVC. Recently I had to use the same plugin in WebForms application, so I decided to share my experience. First let's reference all JavaScript
May 16 2010 11:06 PM