Category Archives: Tech Tips

Dropbox Introduces Selective Sync

Everyone has been waiting for drop box to introduce selective sync. Selective Sync allows you to choose which folders to sync locally and which to leave on the server. They finally have in their latest BETA version! Learn how to get … Continue reading

Posted in Tech Tips | Tagged | 0 Comments

Heredocs and Nowdocs in PHP

A here document (also called a here-document, a heredoc, a here-string or a here-script) is a way of specifying a string literal in command line shells including all the Unix shells (sh, csh, ksh, Bash and zsh) and the Windows … Continue reading

Posted in Tech Tips, Web Development | Tagged | 0 Comments

The PHP Object Expands in PHP5

Starting with PHP 5, the object model was rewritten to allow for better performance and more features. This was a major change from PHP 4. PHP 5 has a full object model. Among the features in PHP 5 are the … Continue reading

Posted in Tech Tips, Web Development | Tagged , | 0 Comments

Good Practices in PHP

Here are a few tips for those of you who’d like to write good code in PHP: Set up a Development Server Set up a development server or sandbox. Don’t write, test, or develop code on a production server. If … Continue reading

Posted in Tech Opinion, Tech Tips, Web Development | Tagged , | 0 Comments

gmail compose resize for chrome (extension / addon / add-on)

Bigger Gmail Compose Box Details: Have you ever wanted a larger compose box for gMail? especially when using g-mail to reply to a conversation? I give them credit, most times when composing a new message or using it in full-screen … Continue reading

Posted in Software, Tech Tips, Web Development | 0 Comments

Review: X10 Home Automation with Arduino

This is a re-post of  this blog posting since it appears to be a 404. —- My current project revolves around using the Arduino and the X10 home automation protocol and hardware. The gist of what I am doing with … Continue reading

Posted in Science, Software, Tech Tips | Tagged | 0 Comments

Solved: Photoshop CS4 won’t let me paste my screen shot (print screen)

This is an update to this issue: Photoshop fails to paste my print screen from the clipboard. I’ve tested pasting in mspaint and it works fine. I’ve also tried creating a new document from clipboard but that won’t work either. … Continue reading

Posted in Software, Tech Tips | 0 Comments

winrar right click archive “date” option on context menu

WinRAR has always been great. However, I find myself constantly renaming archives after using the right-click “add to archive” context menu item. I find myself prepending the files with the date created. I love streamlining things, so I decided to … Continue reading

Posted in Software, Tech Tips | Tagged , | 0 Comments

Linux / Unix: Change to a softlink’s absolute path (directory)

If you have quick links from your home directory to other places on your server, you might find this command useful: cd -P `pwd` It’s the Change Directory (cd) command with the -P flag (evaluates true base path from softlinks), … Continue reading

Posted in Tech Tips | 0 Comments

Enabling Linked Tables in phpMyAdmin

This is what I was running when I got this to work: WAMP Server 2.0 Apache 2.0.63 PHP 5.2.8 MySQL 5.1.36 Step 1: Edit and run create_tables.sql This sql file is included with phpMyAdmin, in a wamp installation it can … Continue reading

Posted in Tech Tips, Web Development | 0 Comments