Published stories - Programming

9140reads
Using jQuery for ASP.NET Textbox Autocomplete

Using jQuery for ASP.NET Textbox Autocomplete view story

http://www.msjoe.com The ASP.NET Ajax Control Toolkit includes an “Autocomplete Extender“.In this series I’ve been demonstrating ways to implement the features of the MS Ajax Toolkit with jQuery.jQuery UI makes “AutoComplete” very straight forward (Read the plugin spec here.)

7113reads
Create Simple One Page Profile With JQuery

Create Simple One Page Profile With JQueryview story

http://superdit.com If you have a small team agency maybe you need to create a simple company profile site, one page site might be great idea, cause it will give your prospect client or visitors to browse all important site content without having to refresh the page.

7118reads
Create customizable web interfaces with the jQuery UI and Ajax

Create customizable web interfaces with the jQuery UI and Ajaxview story

http://www.ibm.com Today's websites are becoming increasingly customizable, with personalized home or dashboard pages such as iGoogle. In this article, learn how to use Asynchronous JavaScript and XML (Ajax) and the new jQuery UI to create these customizable user interfaces.

7213reads
BING Search using ASP.NET and jQuery Ajax | .NET Zone

BING Search using ASP.NET and jQuery Ajax | .NET Zoneview story

http://dotnet.dzone.com The BING API provides extremely simple way to make search queries using BING. It provides nice way to get the search results as XML or JSON. In this blog...

7172reads
Flickr Style Loading Animation Using JQuery

Flickr Style Loading Animation Using JQueryview story

http://superdit.com The flickr loading animation is simpler than the facebook style, it consist of two circles with different color, when the animation start the circle on the left move to right with on top display and vice versa.

6127reads
12 JQuery Plugins For Playing Audio Video Files

12 JQuery Plugins For Playing Audio Video Filesview story

http://superdit.com Maybe sometimes you need to plays some audio video files on your site or maybe you’re building an online community that have feature to share and play music and video, these all free jquery plugins I mention, maybe one of your solution to achieve it.

697reads
Top 10 jQuery Data Handling | jQuery4u

Top 10 jQuery Data Handling | jQuery4uview story

http://www.jquery4u.com Learn how to retrieve your data. Check on some tutorials below. Have fun!

6132reads
CSS3 Animation With jQuery Fallbacks

CSS3 Animation With jQuery Fallbacksview story

http://addyosmani.com This is the home of Addy Osmani (Web Developer, Designer & Author). Here you can find some great tips and tutorials on everything to do with web development and even a few useful code samples!

6132reads
What's new in Lift 2.0?

What's new in Lift 2.0?view story

http://www.ibm.com Lift is a web application development framework that enables the building of web applications in the Scala programming language. Because it is powered by Scala, Lift can be deployed to any Java Servlet container such as Tomcat or Jetty, and can make use of both Java and Scala libraries and APIs. In June 2010, Lift 2.0 became available, and it boasts an impressive array of new features and highlights. This article describes many of these features and explains how they can benefit you in the development of your own web applications.

6136reads
Use Django and jQuery to create a spreadsheet application

Use Django and jQuery to create a spreadsheet applicationview story

http://www.ibm.com jQuery is an excellent tool for creating dynamic web applications, with a growing community that's contributed a large library of plug-ins. Using jQuery's UI, SlickGrid, and Django as a back-end controller, you'll see how to create a Microsoft Excel-style web application with multiple data sheets.