Posts Tagged ‘jQuery’
jQuery 1.4 Released
Just in case you missed it, jQuery 1.4 was released with significant speed improvements, bug fixes and of course some API changes that you need to be aware of.
One of the more interesting changes that I’ll note here is the decreased use of polling within the framework. I’ve used polling myself to detect when elements are available, but jQuery now uses the readystatechange event instead of polling when possible.
I think I’ll try using that method myself on some of my apps.
The news of the jQuery release hasn’t gone unnoticed by the blogosphere:
Other Related Items:
Learning PHP, MySQL, and JavaScript: A Step-By-Step Guide to Creating Dynamic Websites (Animal Guide)If you know HTML, this guide will have you building interactive websites quickly. You'll learn how to create responsive, data-driven websites with PHP... Read More >
New Issue Marine Corps Style Quick Release Nylon Pistol BeltA basic military accessory, pistol belts are useful for military and tactical uses as well as hunting, hiking and other uses. Great for holding up your canteen, first aid kit, holster and other gear ? not to mention your pants!
Life on LifeJson, known for his gritty punchlines and heartfelt lyrics, has been able to to reach the streets as well as edify the church with his career in minis... Read More >
jQuery and ASP.NET UpdatePanel
I’ve been busy over the last couple of weeks working on an administrative application that uses a ton of AJAXy stuff.
The application is interactive in the sense that every time a field is updated in the administrative screen, another part of the screen updates to show the user what the final result will look like when it is published.
Where things get tricky is that the screens use a considerable amount of jQuery to do things like binding to events so that updates will occur when the events fire.
But the main content that is being updated for one of my screens is actually in an UpdatePanel. This is a problem, because in order for that screen to render correctly I have to run some jQuery code. But the jQuery “ready” event doesn’t fire when the UpdatePanel gets updated.
So how do we fix that?
Other Related Items:
Shining Hours in a CanF.M. Cornog's art is based on some striking contradictions, foremost being that he records as East River Pipe, a moniker inspired by a sewer duct near... Read More >
Lucinda's Spell [VHS]The magic scene sure has changed since Merlin's day. If writer-director Jon Jacobs's Lucinda's Spell is any gauge, modern spell casters are the equi... Read More >
Beginner's ASP.NET in C# 2003 on DVDASP.NET 2003 represents an important technology for building enterprise level web applications. Learn the basics of ASP.NET development as you watch a... Read More >
jQuery, Each() and Async Gets
One of the things to keep in mind when using jQuery is that nothing is a blocking call. Sure, there is a certain sequence to when things operate. But, to be safe, you should always assume that step two will happen during step one.
Nowhere is this more evident than when retrieving content from a URL and inserting that content in your page.
Other Related Items:
jQuery Cookbook: Solutions & Examples for jQuery Developers (Animal Guide)jQuery simplifies building rich, interactive web frontends. Getting started with this JavaScript library is easy, but it can take years to fully re... Read More >
ACAI Juice Extreem -240 CAPSULES 100% PURE, 4 times MORE potent for each MG ACAI Berry Natural Nutrition, Energy and also used for Weight Loss Detox Diet 4 Bottles, 4 Months , 1200 Mg4 Bottles, 60 Tablets EACH of Acai Juice Extreem TM. per bottle. 1200 mg per serving! Life Smart Labs product is among the BEST Acai available on the ... Read More >
Astrojax Saturn Blue DiamondThe Blue Diamond is a Saturn version Astrojax with all blue, supercharged LEDs! Three Saturn batteries per ball are included (installed). Incredible d... Read More >
JQuery, Cufon, and Dynamic Content
Yesterday I mentioned a new tool called Cufon that allows you to easily embed fonts in your web site.
One quirk about this tool is that your HTML has to be rendered prior to applying, or refreshing, the font. If you are using any kind of AJAXy stuff in your site, you’ll need to re-apply the font change. The trick is knowing when to do this.
Other Related Items:
Samsung : HAFCU1/XAA (DA29-00003G replaces DA29-00003B) Aqua-Pure Plus Refrigerator Water FilterFits Samsung refrigerators with a short round filter, and replaces the ""B"" model which was recently discontinued
Southwest Speciality Products 10001C Ajax Diversion Can SafeThe Chicago Crime Commission states that a burglar spends an average of 8 minutes in the victims home. Put the odds in your favor-hide your valuables ... Read More >
Griffin Itrip Auto Universal Plus Refresh FM transmitter and PowerJolt Auto Charging for Portable Audio PlayersThis product is called "auto" because it gets its power from your vehicle's 12 Volt accessory outlet. And it is called "universal" because it works wi... Read More >
Flash to jQuery
I have long argued that 99% if the things people think they need to use Adobe’s Flash for could be done just as well using JavaScript.
Now that jQuery is available, I am even more convinced that this is the case.
There are, however, a few hurdles that need to be jumped to make this happen. For example, one thing Flash has been good at is embedding fonts and while you can embed fonts using CSS, the little bit of research I’ve done on the subject has demonstrated that it wouldn’t necessarily be easy.
Recently, someone took me up on the challenge, and I am actually converting a Flash script to jQuery. And it is working quite nicely, thank you very much.
Here are some tools I’ve discovered along the way.
Other Related Items:
Anime Studio Debut 6ANIME STUDIO DEBUT 6 HYBRID XPP VISTA MAC OS X 10.4
Fletch [Blu-ray]Studio: Uni Dist Corp. (mca) Release Date: 05/05/2009 Run time: 98 minutes Rating: Pg
Dreamweaver CS4: The Missing ManualWhen it comes to building professional websites, Dreamweaver CS4 is capable of doing more than any other web design program -- including previous v... Read More >

