jQuery Proven Performance Tips & Tricks
This a very good deck of what you can do to make your jQuery faster. Every little bit helps, right?
Read Article
This a very good deck of what you can do to make your jQuery faster. Every little bit helps, right?
Read ArticleFor those of us that never learned table-based coding, this is a great resource for getting an html boilerplate
Read ArticleJun302011
I’ve had this discussion with web developers in the past and specifically on Twitter/Facebook with some fellow developers, and realized that 140 characters just isn’t enough for my thoughts. It wasn’t but a few years ago that I was taught the ways of js/jquery animations. Ever since then, the question has been going through my head, “Will… Continue Reading
Jan152011
I’m sure you are like me and tired of putting your FTP info into WordPress every time there is an update, just to find out that it times out? It wasn’t until I had a client that was using A Small Orange for their hosting that there was an easier way. I knew they had… Continue Reading
Sep032010
Here’s a little ditty I drew up in jQuery. It makes it so your autofill isn’t a parameter in your js, but pulls it directly from the hiding label that should already be there for accessibility/non-js users. Here is what you need to know: The JS: <script src="jquery.easy-autofill.js" type="text/javascript"></script> <script type="text/javascript"> $(function(){ $(‘#search-form,#contact-form’).autofill(); }); </script>… Continue Reading