Generate font from these sites and make your site's unique font universally acceptale
http://ttf2eot.sebastiankippe.com/
http://www.fontsquirrel.com/fontface/generator
Technical skills turns into complexity and creativity turns into simplicity.
28 July 2010
02 February 2010
Basic MySQL Error Handling
if(!$res = mysql_query($this->sqlstring))
{
$this->error_message = "ERRORS OCCUR WHILE GET RECORDS";
$this->error_message .= "Description : ".mysql_error();
return false;
}
else
{
echo "success";
}
{
$this->error_message = "ERRORS OCCUR WHILE GET RECORDS";
$this->error_message .= "Description : ".mysql_error();
return false;
}
else
{
echo "success";
}
01 February 2010
Wordpress admin theme - good to offer to client
wordpress admin themes
Ozh’s Admin Drop Down Menu
Fluency Admin 2.2
Easy Admin Color Schemes
Qwerty Admin Panel Theme
Pop Menus for WP-Admin
Adminimize
My Brand
Mootools Examples
MooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer. It allows you to write powerful, flexible, and cross-browser code with its elegant, well documented, and coherent API.In this post, we’ll showcase some interesting Mootools examples and tutorials ready for use.
Sexy Animated Tabs Using MooTools
One modern, attractive way of placing a lot of content into a little space is by using a tab system. This tutorial will show you how to create a sexy, animated tab system complete with CSS sprites, cookies, and animated tab swapping.Facebook-Style Modal Box Using MooTools
Sliding top panel using mootools
Adding Mootools effect to your pages you can make your site more attractive. Take a look at the Slide effect.This tutorial explains how to realize a simple sliding top panel (top/down) usingmootools, some line of css code and JavaScript. The result is something like this:
Animated Progress Bars Using MooTools: dwProgressBar
Sexy sliding JavaScript side bar menu using mootools
Twitter Emulation Using MooTools 1.2 and PHP
People all over the world love Twitter because of how easy it is to use. All you need to do is type in your current status, click "Update", and you're done. What most people probably don't know is how simple it is to emulate Twitter's functionality. Using PHP, MySQL, and MooTools javascript, you can implement a Twitter-like status system in no time.
News ticker with horizontal scrolling using Mootools
Make your site more attractive! Add this horizontal news ticker scroller to enanche your home page.Beautiful Thumbnail Hover Effect : Using Mootools
Elegant glass style navigation bar using CSS and toggle animated effect
Navigation bar is an important element of website design: this is an example which uses a dynamic submenu to display sublinks of the main tabs. This tutorial illustrates how to design an elegant glass style navigation bar with a nice toggle animation effect, using CSS and MooTools. The result is something like this:20 January 2010
Open Source Social Networking
Open source social networking
Elgg
StatusNet
Dzoic Social Networking Software (paid)
PHPIzabi
Dolphin
Joomla! 1.5 with JomSocial, JomComments, myBlog or similar are hard to beat if you're looking for a facebook-like appeal, in my .02. but, I'm a tad bias ;)
19 January 2010
Subscribe to:
Posts (Atom)