Browsing all articles in Javascript
Jul
1

Super Helpful Nerdy Web Design Type Links

I love CSS-TRICKS.COM.  Always interesting, usually helpful…but today its MEGA HELPFUL!  This post in particular:

http://css-tricks.com/12389-one-page-apps-i-actually-use/

Why?  Because I’m always looking up the code for rounded corners or trying to find the exact link to jQuery…here are some great links from that article!

That’s it.  Have fun. :-)

May
4

CSS3: The Wonder Years

Author admin    Category CSS, Internet Explorer, Javascript, Web Design     Tags

If you build websites, CSS3 is slap-awesome.  Rounded corners, gradients, transparencies, drop shadows…oh my!

As we know though the good ol’ “red headed step child yet still mamas favorite”, Internet Explorer doesn’t do these things.  Well, correction, IE9, which has recently dropped, does do some of the cool new stuff.  But as of right now a lot of IE users are still on 7 or 8…some even on 6 (Egads!)

If you are building with IE in mind and want all those cool roundy boxes and droppy shadows, here are a couple of links that will help you  get those on IE:

http://css3pie.com/

http://www.modernizr.com/

 

Apr
25

Using jQuery UI with WordPress

Author admin    Category Javascript, jQuery, Wordpress     Tags

I am posting this just in hopes of others finding it.

http://elementdesignllc.com/2009/08/wordpress-jquery-is-not-a-function/comment-page-2/#comment-2439

If you have JS code for showing the jQuery UI dialog box (modal window) but the code is throwing an error in Firebug, replace the $ with jQuery or jQuery() as needed.