Filed Under (Others) by admin on 15-12-2009
syntaxhighlighter by Alex Gorbatchev.
clean
simple
and easy to use,
install it then you’re of to go
what i like the most are the color themes
Here is an example:
<?php
$os = array("Mac", "NT", "Irix", "Linux");
if (in_array("Irix", $os)) {
echo "Got Irix";
}
if (in_array("mac", $os)) {
echo "Got mac";
}
?>
Download at wordpress.com:
http://wordpress.org/extend/plugins/syntaxhighlighter/
Filed Under (Others) by admin on 04-12-2009
Tagged Under : perl
Perl cgi are errors are diplayed like this
“500 Internal Server Error”
It’s not useful, in tracing the your problem
Here are some points that may help you resolve the issue.
Try ASCII mode
Perl scripts are ASCII files when tranferings files from dev machine to server use ASCII mode
Change File Permissions
chmod all .pl and .cgi files
chmod +x *.cgi
chmod +x *.pl
Filed Under (Others) by admin on 17-11-2009

So Easy to use on your web apps
You can customize the css,colors
Lightsize,clean code
Compatible with ie6,ie7,ie8,firefox, safari and chrome
Web 2.0 style buttons
http://www.p51labs.com/simply-buttons-v2/
Filed Under (Others) by admin on 06-11-2009
Don’t do everything that is possible only what is necessary
Filed Under (Others) by admin on 02-11-2009

Karmic Koala ubuntu 9.10
http://www.ubuntu.com/GetUbuntu/download
The release names continues from Jaunty Jakalope to Karmic Koala… next stop is L****** L******
Filed Under (Others) by admin on 15-10-2009

black tee with a dharma swan station in white print
buy yours at http://abctvstore.seenon.com/
Filed Under (Others) by admin on 15-10-2009

available in psd format, go forth and download c/o dezinerfolio
Filed Under (Others, chrome) by admin on 06-10-2009

Sometimes it happens content is not loading correctly on chrome, to fix this lame issue put this inside the
tag.
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
Oh well it has something to do with language encoding good thing google is kind enough to share the trick.
Here are more tips for web developers from chrome’s website
https://tools.google.com/chrome/intl/en/webmasters-faq.html#tools
Filed Under (Others) by admin on 05-10-2009
Examples around the web: Focusing on Benefits Not Features
It is easier to sell your product when the customer knows and understands how it will benefit them.

a very good article by http://gettingmoreawesome.blogspot.com/2009/10/examples-around-web-of-focusing-on.html