-
I posted to delicious.com
Using Base64 #Canvas Data In #jQuery To Create #ColdFusion Images #awesome
http://www.bennadel.com/blog/1872-Using-Base64-Canvas-Data-In-jQuery-To-Create-ColdFusion-Images.htm
- Tags:
- jquery
- ColdFusion
10 Hours, 40 Minutes ago | Comments »
-
I posted to delicious.com
#jQuery Get issues with IE Caching
http://www.sitecrafting.com/blog/ajax-ie-caching-issues/
March 9 2010, 9:09am | Comments »
-
I posted to delicious.com
Using jQuery To Hijack ASP.NET MVC Form Posts
http://www.dotnetcurry.com/ShowArticle.aspx?ID=435&AspxAutoDetectCookieSupport=1
March 8 2010, 9:07pm | Comments »
-
I posted to delicious.com
jQuery Mouse Events: PageX/Y vs. ClientX/Y
http://www.bennadel.com/blog/1869-jQuery-Mouse-Events-PageX-Y-vs-ClientX-Y.htm
March 8 2010, 8:53pm | Comments »
-
I posted to delicious.com
Experimenting With #jQuery's Queue() And Dequeue() Methods
http://www.bennadel.com/blog/1864-Experimenting-With-jQuery-s-Queue-And-Dequeue-Methods.htm
- Tags:
- javascript
- jquery
March 2 2010, 3:03pm | Comments »
-
I posted to delicious.com
101 on #jQuery Selector Performance
http://soa.sys-con.com/node/1179088
- Tags:
- javascript
- jquery
February 27 2010, 10:01pm | Comments »
-
I posted to delicious.com
Best #jQuery plugins
http://www.ajaxline.com/best-jquery-plugins-february-2010
- Tags:
- javascript
- jquery
- plugins
February 27 2010, 10:00pm | Comments »
-
I posted to delicious.com
Mistakes Were Made: Making Interactive #Maps With #jQuery
http://carsonified.com/blog/dev/making-interactive-maps-with-jquery/
- Tags:
- visualization
- javascript
- jquery
- maps
February 27 2010, 9:42pm | Comments »
-
I posted to delicious.com
10 Awesome #jQuery and #JavaScript Snippets
http://tutsvalley.com/tutorials/10-awesome-jquery-and-javascript-snippets/
- Tags:
- javascript
- jquery
February 25 2010, 10:18pm | Comments »
-
I posted to delicious.com
Coding a #CSS3 & #HTML5
http://tutorialzine.com/2010/02/html5-css3-website-template/
February 25 2010, 10:13pm | Comments »
-
I posted to delicious.com
WCF Data Services and jQuery
http://wildermuth.com/2010/02/23/WCF_Data_Services_and_jQuery
February 23 2010, 8:19pm | Comments »
-
I posted to delicious.com
Advanced JavaScript - John Resig at FOWA Miami | Remote Synthesis
http://www.remotesynthesis.com/post.cfm/advanced-javascript-john-resig-at-fowa-miami
- Tags:
- javascript
- jquery
February 23 2010, 8:19pm | Comments »
-
I posted to delicious.com
#jQuery Make your #MooTools Code Shorter, Faster, and Stronger #javascript
- Tags:
- tutorial
- javascript
- jquery
- mootools
February 21 2010, 12:38pm | Comments »
-
I posted to delicious.com
#jQuery #regex #filter Tips
http://blog.mastykarz.nl/jquery-regex-filter/
- Tags:
- javascript
- jquery
- regex
February 18 2010, 2:50pm | Comments »
-
I posted to delicious.com
Posting XML SOAP Requests With jQuery
http://www.bennadel.com/blog/1853-Posting-XML-SOAP-Requests-With-jQuery.htm
- Tags:
- XML
- webservices
- javascript
- jquery
- parsing
February 17 2010, 8:38pm | Comments »
-
I posted to delicious.com
ASP.NET MVC and JQuery get info to controller - Stack Overflow
http://stackoverflow.com/questions/414726/asp-net-mvc-and-jquery-get-info-to-controller
February 12 2010, 6:42am | Comments »
-
I posted to delicious.com
#jQuery + YQL = #Awesome RSS Feeding without server side proxy script
http://www.parrisstudios.com/?p=333
February 10 2010, 10:37pm | Comments »
-
I posted to i-create.org
jQuery CenterIT
http://i-create.org/2010/02/07/jquery-centerit/
Have you ever had to deal with the hassle of centering modal windows? I made this function to automagically center windows I call this function after I load a modal and it centers the object perfectly for every browser. It takes the hassle of wondering if something is perfectly center in every browser. The only thing I do to use it is send it the main containing div that the object should be centered in and the div that I want to be centered. It grabs the offset does a little basic math and that’s it. No more hassle with centering now it will be perfectly centered.
?View Code JAVASCRIPTfunction CenterIT(mainModal, mainContainer) { var modalW = $(mainModal).width() / 2; var windowW = $(mainContainer).width() / 2; var modalH = $(mainModal).height() / 2; var windowH = $(mainContainer).height() / 2; var centerPointW = windowW - modalW; var centerPointH = windowH - modalH; var myPoint = $(mainContainer).offset(); centerPointW = myPoint.left + centerPointW; centerPointH = myPoint.top + centerPointH; $(mainModal).css('left', centerPointW); $(mainModal).css('top', centerPointH);
}Some Useful/Interesting Flash Links: Prefab – Highly useful tool when it comes to 3D in flash with Away3D Snook on HTML5 and Adobe Some Useful/Interesting JavaScript Links: Javascript RayCaster Burst Engine for SVG in JavaScript Canvas 3D JS3D library Parallax in CSS WebGL Example Bookmark and Share More »Powered by Bookmarkify™
February 7 2010, 4:37pm | Comments »
-
I posted to delicious.com
Predictive Fetch with jQuery and the ASP.NET Ajax Library
http://blog.skitsanos.com/2010/02/predictive-fetch-with-jquery-and-aspnet.html
- Tags:
- ASPNET
- javascript
- jquery
February 6 2010, 9:39am | Comments »
-
I posted to delicious.com
Calling jQuery's Data() Method Without Arguments
http://www.bennadel.com/blog/1836-Calling-jQuery-s-Data-Method-Without-Arguments.htm
- Tags:
- jquery
February 1 2010, 11:24am | Comments »
