Get Acrobat Reader WITHOUT Adobe Update manager
Recently I’ve been helping out friends and relations reformat a few computers. They are older, but are speedy enough for their basic needs. One of the sick system hogs (I’ve found) is the adobe update...
View ArticleBackup your Notepad++ FTP items
So in addition to reformatting friends and relatives computers, about every 2 years I clean out my own. Each time I have, I’ve lost my Notepad++ FTP synchronize settings. In Vista they can be found in:...
View ArticleJavascript: Focus() on a textbox
A dirty way to run js script inline and bring focus to an element: <html> <body> <form method="post" action="index.php" id="myForm"> <p> Login: <input type="text" name="pwd"...
View ArticleFree DVD Software through October 31
winxdvd.com is giving away DVD Authoring, and DVD ripping software between now and October 31, 2009. I downloaded and installed as soon as darkmoon told me about it. Thanks for the tip. They installed...
View ArticleCloning table rows and jQuery UI Datepicker()
I’m rather new to both javascript and jQuery. I ran into an issue while cloning table rows that had inputs, and jQuery UI datepicker. The cloned datepicker input would insert the picked date into the...
View ArticleUsing ui autocomplete as a dropdown, with type in
I had been using an autocomplete plugin by bassistance. 2 months later jQuery UI added autocomplete to their list of widgets. Like many plugins out there I was unable to find an autocomplete that was...
View Article20100914 MKE PHP Meetup Live blogging
6:20 Intro, and new people introducing themselves to the group. 6:27 Aaron talked about his car, and introduced Kevin Schroeder, Zend Technolgies tech evangelist. 6:30 Kevin tells us of his background...
View ArticleREGEX For common courier tracking numbers
I was on the hunt not only to find the different variations each courier had for their tracking numbers but also a regex to match. Most of the google fu I found was outdated. Fedex “recently” (months?...
View ArticleAdding a second argument to CI form_validation callbacks
About a month ago I started working with the CodeIgniter framework. It’s the first framework I have worked with and frankly, I love it! So I was looking to add a second parameter to a form_validation...
View ArticleSetting equal height images with twitter bootstrap thumbnails
Using Twitter Bootstrap 2.3.2 I had set up thumbnails rather quickly. Only to discover a few things; 1) The alignment was off on the second row of thumbnails. 2) Image sizes were different. <div...
View Article