Toggen Blog
Tech tips
Articles
Latest
Aptana 3 Rocks
Been trying to find a free (as in beer) development environment that is easy to use and configure with sensible defaults. Just downloaded Aptana 3 and after 2 days use. We have a winner. Things I like: Downloaded both Windows and Linux clients - Install was easy on...
jQuery [nodeName=ns1:result] syntax no longer works
Just tried to use [nodeName=namespace:node_name] syntax in Firefox and Chrome to get a result message from a soap responseXML and failed while using jquery-1.6.2.min.js and jquery-1.7.1.min.js: This is the contents from my jQuery.ajax "success:" blocks code success :...
Gnome Menu Editor “Alacarte” not working on Fedora 16
Yep it's a bug: https://bugzilla.redhat.com/show_bug.cgi?id=752733 But there is a work-a-round: http://blog.mclaughlinsoftware.com/2011/11/24/gnome-menu-editing-fix/
HTML / HTML 5 Frameworks
Kendo UI - http://www.kendoui.com/ Sencha - http://www.sencha.com/ Cappuccino - http://cappuccino.org/learn/ JQuery UI - http://jqueryui.com
Viewing multi-page tiff files under Linux
I just used my HP Officejet Pro 8500A to scan a 2 page document to tiff format. It drops it into a samba share on my Fedora 16 box. Trying to open the tiff format scan on Linux and i could only see the first page. With the default viewer - which in my case is the...
Perl Switch/Case Satement
for (@ARGV) { if (/^6\d{4}$/) { $item_code = $_; $action = 'load'; } elsif (/^stop$/) { $action = 'stop' ; } elsif (/^start$/) { $action = 'start'; } else { print "Default\n"; } } print "Item : " . $item_code . "\n"; print "Action : " . $action ....
