After a very busy day at work today, I received an email from a friend letting me know I had been featured in MLive today for my participation on the […]
Category: Tech
Reverting Copy to a Previous Git Commit
Just like almost every morning, today I got up and got setup to continue working on a client’s website only to find that after doing my first $git pull of […]
HowTo: Pull Specific Commit from Bitbucket with Git
The advantages of coding using a subversion repository is that you can always go back to an old commit. This comes in handy specially when you need to go back […]
Sketching ideas
Troy Church recently published a very inspiring article on sketching entitled “Why I Sketch Every Day”. In a nutshell, sketching helps me see, think, and communicate more clearly. It facilitates […]
Workaround: Adobe Edge Inspect CC/Chrome Extension Issue
I recently started using Adobe Edge Inspect for my cross platform website testing. Adobe Edge Inspect is a very simple, and easy to install plugin. I would recommend to anyone […]
HowTo: Fix .mkv audio problem
Do you have .mkv files that play the video but there is no audio? I’ve gotten a few emails from my readers related to this subject recently. The solution can […]
HowTo Fix: PhpMyAdmin Muestra Pagina En Blanco Despues de Logeo
Método #1 La solución a este problema de página blanca fue algo simple. Sólo basto modificar esta línea en phpmyadmin/config.inc.php $cfg[‘Servers’][$i][‘host’] = ‘localhost’; to this: $cfg[‘Servers’][$i][‘host’] = ‘127.0.0.1’; En el […]
Howto: Create and Copy an Image file from a CD to another Memory Data Storage Device
About a month ago I got myself a Netbook – an HP Mini. The Netbook had Windows 7 installed but I wanted to install the reduced version of Win 7, […]
HowTo Fix: PhpMyAdmin Displays Blank Page After Logging In
Recently I published an article about Windows Vista Home Premium and the “problems” I was running into when installing my programs. Well, this time I run into another problem when […]
HowTo Fix: Dreamweaver Closes Automatically when Initializing in Windows Vista Home Premium
For the last couple of weeks I have been working on my new laptop that has Windows Vista Home Premium installed in it. Unfortunately, I run into a problem a […]