|
|
|
Home | Custom Catalogs | Content Management | Custom Design | Online Courseware | Specialized programming | Search Engine Optimization | Web Hosting | Web 2.0 | HTML editing | JavaScript programming | ASP programming | Ajax | MySQL | Flash design | PHP programming | Database development | Jquery
1 2 3 4 5
Pulling Your Flickr Feed with jQuery at 2008-05-15 13:25:38
Pulling Your Flickr Feed with jQuery: Feeds are the easiest way to view updated content, whether it’s through a feed reader or outputted onto a web site. There are many different types of feeds, such as RSS or Atom, and many different…
Unobtrusive JavaScript with jQuery at 2008-05-15 13:25:38
Unobtrusive JavaScript with jQuery. The online handout for the tutorial I gave this morning at XTech.
The most used Javascript Library is... jQuery at 2008-05-15 13:25:38
As the author of the survey says, the audience of his website is mainly composed by designers, so the results are a bit biased toward jQuery (which has been designed to port the CSS way of thinking into JavaScript development). ...
Model for sending XML to jquery in C# at 2008-05-15 13:25:38
.net web services can return structs of any simple datatypes as nicely serialized XML and jquery can consume that like this struct usefullStuff { string[] commands; string content; } $("commands string", returnedXML).each(function() ...
jQuery User Interface at 2008-05-15 13:25:38
The jQuery UI is rock solid and ready for production. Check out the lastest here: http://ui.jquery.com/ and read what is going on at jQuery’s UI blog here: http://jquery.com/blog/. Thank you jQuery!
How To Zebra-Stripe Tables Using CSS and jQuery at 2008-05-15 13:25:38
There are many ways to implement a zebra-striping script using jQuery, and I will demonstrate one of them. The following approach uses a function, which takes two (optional) parameter and creates a specified CSS class for all the even ...
Unobtrusive JavaScript with jQuery at 2008-05-15 13:25:38
Simon Willison gave another jQuery talk, this time at XTech, called Unobtrusive JavaScript with jQuery. In the presentation he delves into the reasons why you should go unobtrusive, how to use jQuery, and why they are a good match. ...
jQuery File Tree at 2008-05-15 13:25:38
jQuery File Tree: perhaps a good interface for a s3:// sidebar?
jQuery Tutorials for Designers at 2008-05-15 13:25:38
This article contains 10 visual tutorials intended for web designers and newbies on how to apply Javascript effects with jQuery. In case you don’t know about jQuery, it is a "write less, do more" Javascript library. ...
Designers Guide to jQuery slides from Drupalcamp Vancouver at 2008-05-15 13:25:38
I've posted both slides and tutorial links from my session: Designers Guide to jQuery. You can find them all here:. http://www.stevekrueger.com/braingarden/2008/05/10/designers-guide-jquer... Thanks to all that attended! ...
51+ Best of jQuery Tutorials and Examples at 2008-05-15 13:25:38
John Resig, creator of the JQuery JavaScript library and author of Pro JavaScript Techniques, is a Mozilla technologist focused on the relationship between Mozilla and the world of JavaScript libraries. ...
Comment on Using Low Pro for jQuery by Mathew Byrne at 2008-05-15 13:25:38
With your average jQuery plugin I need to open the source, fiddle around until I can abstract the bits of functionality I want to replace. Great article btw, if you can do another demonstrating these advantages you might pursued a few ...
What's Next in jQuery and JavaScript? at 2008-05-15 13:25:38
What's happening in jQuery Core, jQuery UI, and the jQuery Project. What upcoming browser features I'm excited about. Some of what's coming in JavaScript 1.9. Some things that should change about Open Web development. ...
Ajax with Django and jQuery at 2008-05-15 13:25:38
jQuery.get('/ajax/next-image/{{series_name}}/{{issue_name}}/'+endMarker+'/', function(data){ carousel.add(carousel.last+1, data); carousel.size(carousel.size()+1);. Which reminds me, I hate how badly wordpress handles code snippets. ...
Using JQuery DatePicker in ASP.Net at 2008-05-15 13:25:38
OK, so what if all of this is too much for you. This is too much code, to much work, all you want is darn server control to use. You are in luck. Head over to West Wind Technologies and pick up Rich Strahl’s JQuery Calendar ASP. ...
Developer's Guide to jQuery in Drupal slides now up at 2008-05-15 13:25:38
I've posted the slides from my talk on slideshare.net - you can access them here. The AJAX demo is at www.katbailey.net/demo/node/56. Thanks for attending and I look forward to any feedback you'd like to share. Vancouver.
37 More Shocking jQuery Plugins at 2008-05-15 13:25:38
It’s really amazing to see what one can create using jQuery. Developers just don’t stop making incredibly interactive web applications every now and then. This post just demonstrates excellent examples of some of the best jQuery plugins ...
Pulling Your Flickr Feed with jQuery at 2008-05-15 13:25:38
My co-workers and I are big fans of the JavaScript framework jQuery. With version 1.2, jQuery added support for transferring JSON data across multiple domains (this is referred to as JSONP), so in this example we'll be using it to do ...
Nice jQuery article: http://onwired.com … at 2008-05-15 13:25:38
Nice jQuery article: http://onwired.com/blog/using-jquery-to-produce-rich-user-interfaces-onwired-portfolio-example/
jFlow 1.0 - The Ultra-lightweight Fluid Content Slider for jQuery at 2008-05-15 13:25:38
jFlow is a widget to make your content slides. One popular alternative that exist out there is coda-slider. jFlow is super lightweight because it is only 1.9kb minified!!!. Usage $("#myController").jFlow({ slides: "#mySlides", ...
Ajax overhaul, Part 2: Retrofit existing sites with jQuery, Ajax ... at 2008-05-15 13:25:38
(Brian J. Dillard) Asynchronous JavaScript + XML (Ajax) techniques have changed the face of large, commercial Web applications, but many smaller Web sites don't have the resources to rebuild their entire user interface (UI) overnight. ...
How to manage ASP.NET validation from Javascript with jQuery at 2008-05-15 13:25:38
ClientID %> to select a server-side control using the automatically generated client ID and the $("#elemendId")[0] to get the real DOM element and not the jQuery wrapper around it. And in case I wanted to force the validation I should ...
Ajax Pioneer Week: John Resig of jQuery at 2008-05-15 13:25:38
He starts out by discussing jQuery Core, and the features in the near term (1.2.4), short term (1.3) and beyond. He then delves into the UI side of the house with jQuery UI 1.5. He segues from jQuery to the future of browsers and ...
Unobtrusive JavaScript with jQuery - Simon Willis at 2008-05-15 13:25:38
SlideShare | View | Upload your own.
Playing with jQuery - ColdFusionBloggers.org Update at 2008-05-15 13:25:38
A while ago I built and released ColdFusionBloggers.org as a way to demonstrate and learn about new ColdFusion 8 Ajax technologies. Since then I've wanted to come back to the site and rebuild it using Spry or JQuery. ...
Tabbed Content Area With jQuery And CSS at 2008-05-15 13:25:38
Related posts. Sitemaps With CSS; Simple Accordion Script; Rounded Corners With No Images Using curvyCorners; Lightweight Window - Alert Plugin For jQuery: jqModal; jQuery Slideshow Plugin With Zoom, Shuffle And Fade Effects.
xajax and jQuery? in xajax 0.5 support : Getting started with xajax at 2008-05-15 13:25:38
Topic: xajax and jQuery? Message: Hi all, i use xajax and jQuery in my site, but now, i found this problem here. when i put a xajax function in page to load something, but it's called after jQuery ready. but when i use original ...
jFlow 1.0 - The Ultra-lightweight Fluid Content Slider for jQuery at 2008-05-15 13:25:38
jFlow is a widget to make your content slides. One popular alternative that exist out there is coda-slider. jFlow is super lightweight because it is only 1.9kb minified!!!. Related posts. No related posts.
Comment on Using Low Pro for jQuery by roScripts - Webmaster ... at 2008-05-15 13:25:38
Learning jQuery » Using Low Pro for jQuery… Learning jQuery » Using Low Pro for jQuery…
idTabs Updated for jQuery at 2008-05-15 13:25:38
As jQuery.UI is still in beta and the tabs demo is broken, I didn’t want to jump into that yet (Rick has), just for a simple tab interface. Klaus has depreciated his tab plugin too in favor of jQuery.UI. The idTabs plugin made it too ...
Site RSS |
|
© 2008 Content Executive, Inc. All Rights Reserved
|
|