Squirrel Hacker
I have come forward in time from the year 1986 to share this with you

Simple Tool Tip with jQuery

December 1, 2009 · by SeanJA · in Javascript, jQuery, Plugin

I saw a post that talked about how to make a simple tool tip with jQuery, but that post did not make a plugin of it. It just added the function to the global scape,…

A couple useful jQuery Snippets

August 9, 2009 · by SeanJA · in Javascript, jQuery, Open Source, Programming

For popups, just add class=”popup” jQuery(’a.popup’).live(’click’, function(){ newwindow=window.open($(this).attr(’href’),”,’height=200,width=150′); if (window.focus) {newwindow.focus()} return false; }); To open in a new tab, add class=”newTab” jQuery(’a.newTab’).live(’click’, function(){ newwindow=window.open($(this).href); jQuery(this).target = "_blank"; return false; }); Check if something is…

A better way to use jQuery in WordPress Themes

July 1, 2009 · by SeanJA · in Javascript, jQuery, Open Source, PHP, Programming, Wordpress

Since a lot of people come to my blog looking for a way to add jQuery into their wordpress themes, it turns out that there is a better way to do it than the way…

Why I use NetBeans

April 7, 2009 · by SeanJA · in Computer, Eclipse, IDE, Java, Javascript, Netbeans, Open Source, PHP, Programming

I am sure you know by now that IBM was set to aquire Sun Microsystems this week. This would have been bad seeing as most of their products directly compete/overlap with eachother. Fortunately they backed…

jQuery bsod plugin

March 14, 2009 · by SeanJA · in Javascript, jQuery, Linux, Mac, Microsoft, Open Source, Programming, Twitter

So I was checking up on my twitter feed yesterday and saw a tweet that direceted me to this: http://devthought.com/wp-content/projects/mootools/BSOD/: The script BSOD.js provides an easy-to-use class to boost the error reporting user experience of…

« Previous 1 2 3 Next »

Pages

  • About
  • License
clicky

RSS Kris at the Qdesk

  • Lola has arrived!

RSS ZoeAndGavin.com

Search

Recent Comments

  • Sean Sandy on Fix Gnome 3 Auto Complete Crash
  • Mohammad Ahmadzadeh on Fix Gnome 3 Auto Complete Crash
  • 10 thủ thuật hiệu quả cho các developer | V-Share Team on A couple useful jQuery Snippets
  • Sean Sandy, BCS on PHP SQL Query Builder
  • Neo85 on PHP SQL Query Builder

Tags

AJAX Blog hosting services Canada Comics Computer programming Computing Cross-platform software dilbert Entertainment Entertainment_Culture Fiction Free software Google Google Inc. Herpesviruses Herpes zoster Hospitality_Recreation html Human Interest Java Javascript JavaScript programming language jQuery Linux Mass media Netbeans Online social networking PHP PHP programming language Real-time web RT Social media Software engineering Technology_Internet Twitter Twitter Inc. Ubuntu United States USD Viral diseases Web 2.0 Webcomic World Wide Web xkcd YouTube

Copyright © 2012 Squirrel Hacker