Glass Box – Flash Like Effects With Javascript – Prototype and Scriptaculous

GlassBox is a nice Javascript library which use Prototype and Script.aculo.us libraries for creating good effects. With GlassBox you can build impressive transparent borders, colorful layouts and “Flash-like” effects with javascript. GlassBox is licensed under the terms of the MIT License. This means: you can use it, free of charge, for anything you like. Version 2.0 …

Glass Box – Flash Like Effects With Javascript – Prototype and Scriptaculous Read More »

Nice fonts search for Impressive Web and Print Designs

Logos, Web, Slogans, Cards… In different areas of print and web designs a good designer need custom fonts for every design. One design must be different from other. (Download fonts, Free fonts, 1001 Fonts for you ) these are the common tag lines to set a trap. Here is a nice solution for fonts. go …

Nice fonts search for Impressive Web and Print Designs Read More »

Easy Icons for your web and print design – Icon Search Engines

1. Iconfiner A nice website with good interface. Easy to search and download. Give Almost all kind of icons in all sizes (12px to 128px). They say “Iconfinder provides high quality icons for webdesigners and developers in an easy and efficient way” . Nice Icons for every one. — — 2. Iconlet Another good icon …

Easy Icons for your web and print design – Icon Search Engines Read More »

Code Igniter for Beginners in Fedora 11

Code Igniter A Nice PHP Framework with low memmory footprint MVC (Model View Controller) Design Easy to learn and test Suitable for Most hosting accounts Base of Expression Engine 2 Deep Documentation and Tutorials How To Begin in Fedora 11. In Fedora 11 the Apache server is coming as pre-loaded . If you installed the …

Code Igniter for Beginners in Fedora 11 Read More »

Essential Regular Expressions for VIM Editor in Linux

VIM (Vi IMproved) is a programmers editor in linux. Current version 7.2.148 . It support multiple programming languages like PHP,HTML,CSS,Javascript etc … Its Regular expression performance is amazing. You can run through thousands of lines of database data and remove unwanted commas or You can quickly create an html link list of websites which contain …

Essential Regular Expressions for VIM Editor in Linux Read More »

CodeIgniter with firePHP – FireBug Extension

Debug Codeigniter Application with FireBug and FirePHP, famous webdeveloper extensions for firefox. This is very easy to get the messages, errors, notices from a codeigniter application using firePHP. And it is integrated into the firefox web extension FireBug. This is an essential combination for any PHP Developer those who working in CodeIgniter …

Fedora 11 – Change gdm Background

it is not very easy to change the background of GDM theme in fedora. The gdmsetup command is missing in fedora 11. Because the gdm is going under through rewrite process. Only way to configure the gdm is simply downgrade to fedora 8 or change the display manager to KDM. here is another simple way

Apache giving the error :Could not determine the server’s fully qualified domain name

In Fedora 11 when i started httd it gives an error Apache giving the error :Could not determine the server’s fully qualified domain name But I Resolved Like this simply open vim /etc/httpd/conf/httpd.conf then add server name the line ServerName www.example.com:80 to my server name ServerName itpublic.m5:80 then save quit :wq Restart httpd will not …

Apache giving the error :Could not determine the server’s fully qualified domain name Read More »

Change Fedora 11 Login Screen to KDE login screen

GDM in fedora 11 is not configurable. KDM – KDE Display manger offers stunning interface with themes To change to KDM make a file in /etc/sysconfig/ ie – must be root [[email protected] etc]# vim /etc/sysconfig/desktop DESKTOP=”GNOME” DISPLAYMANAGER=”KDE” put these lines in it . Save Logout If not working Take look at /etc/X11/prefdm Have Fun —!