Recent Comments
- Roger Cody Venable on MySQL Upgrade To 5.1: Database Name Prefix #mysql50#
- Sharon Cote on Disappearing Bottom Panel & Top With Firefox + Linux Mint
- Pratik on Install GD Library For PHP5 On CentOS
- Compiling, Running and Cursing on Chromium OS – Getting It To Work ~ Mattias Geniar on Chromium OS: error: RPC failed; result=22, HTTP code = 502
- Lovelesh on Simple Apache Security Trick – ServerTokens & ServerSignature
- No need on VMware: internal error – vmodl.fault.HostCommunication
Category Archives: Webdevelopment
“Show Full Processlist;” Equivalent Of MySQL For PostgreSQL
MySQL has a very powerfull command through “show full processlist;”, to see a list of currently running queries. # mysql # mysql > show full processlist; PostgreSQL has a similar shell to MySQL, named psql. Here’s how it works. First, … Continue reading
“See Pricing”, Your Marketing Tip Of The Week!
Now this is interesting. He said that they tested various phrases on the Highrise homepage for the call-to-action button. They originally had used various permutations of “Free Trial” and “Sign-up for Free Trial”. Then they tested the phrase: “See Plans and Pricing”. … Continue reading
Get It While It’s Hot: FireFox 3.5
It’s out! Enjoy the cool HTML5 features, and improved performance!
Running IE6, IE7, IE8, FF 2, FF 3, Chrome, Opera & Safari
I stumbled upon this marvelous creation, allowing you to run both Internet Explorer 6 (IE6), Internet Explorer 7 (IE7), Internet Explorer 8 (IE8), Mozilla Firefox 2 (FF2), Mozilla Firefox 3 (FF3), Google’s Chrome (1), Opera & Apple’s Safari on one computer. It … Continue reading
Word HTML: Get a Hint …
Here’s one of the features of Dreamweaver, to clean up the “HTML” (do mind the quotes!) that Microsoft’s Word generates when saving a document as a webpage file. And its purpose is clear; transform the why-do-they-even-call-it-HTML-code that Word generates, to … Continue reading