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

Posted in Webdevelopment | Tagged , , , | Leave a comment

“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

Posted in Webdevelopment | Tagged , , | Leave a comment

Get It While It’s Hot: FireFox 3.5

It’s out! Enjoy the cool HTML5 features, and improved performance!

Posted in Webdevelopment | Tagged , | Leave a comment

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

Posted in Webdevelopment | Tagged | Leave a comment

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

Posted in Webdevelopment | Tagged , , , | 1 Comment