20+ CSS Menus
Posted by marcin | Filed under design, digg, programming
CSS Tabs are the famous menus of navigation, generally located in the top of the sites. Many sites use this type of menu to detach the main pages of a site.
A Tcl(Tutorial for Cool Languages) for Tcl/Tk
Posted by marcin | Filed under Tcl/Tk, digg, programming
Tcl/Tk can be used to create GUI very easily. Once you study Tk, you can use that to create GUI in many other popular languages like Perl(Perl/Tk), Ruby(Ruby/Tk) and Python(TkInter). Works in Linux, Windows And Mac systems.
Tcl/Tk Cookbook
Posted by marcin | Filed under Tcl/Tk, digg, programming
A Tutorial / Cookbook for doing graphics based Tk programs in Tcl. Good way to do GUI stuff that will work unchanged on Windows, Unix and Mac machines.
Preventing SQL attacks in PHP for newbies
Posted by marcin | Filed under digg, php, programming
A SQL injection attack can be a major eye-opener for your site. What can you do to prevent this?
A must read for anyone migrating from PHP 4 to PHP 5 (or 6).