by WebDevRobert | Feb 7, 2012 | Web Developer
This is the fourth post in my P2PU: Webmaking 101 series and it wasn’t as easy as it looked. In this case, the challenge was to: Learn/review a set of HTML tags. Take pictures, in the “real world” of items which have the same structure as the HTML...
by WebDevRobert | Feb 3, 2012 | Web Developer
Ok, so this is my third post in the P2PU: Webmaking 101 series. Prior posts were: P2PU: Webmaking 101 P2PU: Webmaking 101 – Writing HTML by Hand P2PU: Webmaking 101 – Choose Your Weapon is the point where P2PU starts introducing the use of an editor for...
by WebDevRobert | Feb 2, 2012 | Web Developer
In continuing to investigate what P2PU is all about, I’ve moved on to lesson #2: Writing HTML by Hand. This lesson requires I write a specific set of HTML lines on a sheet of paper and upload it to my blog. So… Below is an image showing handwritten HTML:...
by WebDevRobert | Feb 2, 2012 | Web Developer
Today, TNW’s article 5 more ways to start learning how to code right now for free, caught my eye. The article mentioned P2PU, which reminded me of several articles I had read in the past, about P2PU. I decided it was time for me to see what P2PU is all about....
by WebDevRobert | Jan 30, 2012 | Linux Administrator
Recently, I beefed up my development workstation by adding more RAM and two additional internal Hard Drives. The installation was a breeze and thanks to KDE Partition Manager, partitioning and mounting the new Hard Drives was not a problem either. Everything seemed to...
by WebDevRobert | Dec 15, 2011 | Linux Administrator
I spend a lot of time on various Open-Source, web platform, web sites (I.E. OpenEMM, WordPress and others). I often see people asking about how to change the auto-increment number in MySQL. This is usually asked when someone makes a change to User ID fields. Most...
by WebDevRobert | Dec 12, 2011 | Linux Administrator
The easiest way to empty the trash Bin in Kubuntu, is to right-click on the trash bin and select the “Empty Trash” option. “Empty Trash” is the very first option in the menu, but your eye is naturally drawn to the “Remove Entry...
by WebDevRobert | Jul 22, 2011 | Linux Administrator
VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely...
by WebDevRobert | Jul 21, 2011 | Linux Administrator
Today, while performing some mainenance on one of my Debian GNU/Linux servers, I needed to restart Apache. While logged in as the root user, I used the following command: test:~# /etc/init.d/apache2 restart When this command had finished running, I was presented with...