20 Promising Open Source PHP Content Management Systems(CMS)

20 Promising Open Source PHP Content Management Systems(CMS)

Content Management System, or CMS is an application used to manage news easily so that users can publish, edit and delete articles from the back-end admin system. HTML and other scripting language are not necessary to operate a CMS, though having them will add more advantages.

continue reading...

15 Must-Have Bookmarklets For Web Designers And Developers

15 Must-Have Bookmarklets For Web Designers And Developers

Here is a list of 15 very handy web designer / developer bookmarklets which includes:

continue reading...

40 fresh websites for daily visual inspiration

40 fresh websites for daily visual inspiration

This is the result of a one-month research on the best new & hot websites that could light up the visual inspiration: a collection of 40 must read websites with 20 must have RSS feeds and 20 Twitter accounts for instant following.

continue reading...

A to Z : 89 Incredible Fonts For Your Next Design (unique share)

A to Z : 89 Incredible Fonts For Your Next Design (unique share)

I’ve put together a list of my favorites, that I feel every designer should put in their toolbox.If i had missed out any fonts that you think are cool, please share through the comment section. Without talking much, let’s see the list.

continue reading...

20+ Awesome Resources To Learn and Improve CSS

20+ Awesome Resources To Learn and Improve CSS

(Post by Mag-Net) Here I tried to classify tips, tricks and tutorials for beginners, intermediate developers and advanced ones. If you want to learn Css shortly, just follow these collection. I think you learn Css quickly. I hope you like these.
If you have other resources, please post or comment.
For Beginners
1-Learn HTML and CSS: An Absolute [...]

continue reading...

10+ Ultimate List Of Mac Applications

10+ Ultimate List Of Mac Applications

I started to use mac about a year ago when i started working. Then realized that, I wasted my time using Windows to develop web apps. Because Mac was working more stable and fast. I never had to format my Mac and installed any application.
Of course, I was a rookie and didn’t have any sources [...]

continue reading...

10 Useful Code Snippets For PHP Developers

10 Useful Code Snippets For PHP Developers

1. Validate E-Mail
function is_valid_email($email)
{
if(eregi(”^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$”,$email))
   return true;
else
   return false;
}
2. Validate domain name
function is_valid_url($url)
{
if (preg_match(’/^(http|https|ftp)://([A-Z0-9][A-Z0-9_-]*(?:.[A-Z0-9][A-Z0-9_-]*)+):?(d+)?/?/i’, $url)) {
echo “Your url is ok.”;
else
echo “Wrong url.”;
}
3. Truncate String
This function takes a long string and shortens it to a defined length and adds appends an ellipsis (or custom string) to the [...]

continue reading...

25 Great Examples of Using Gradient Effects in Web Designs

25 Great Examples of Using Gradient Effects in Web Designs

Using color gradients, or effects that transition two or more colors with one another, is one of the most popular design techniques in web design. They’re easy to create yet hard to get right. In this showcase, you’ll witness some of the best examples of using color gradients in the hopes of inspiring you in your own designs.

continue reading...

40 Free Web Template Resources

40 Free Web Template Resources

Check out these 40 excellent websites that offer W3 standard-compliant website templates and flash template pages for free download without any registration or sign-up!
Simavera Website Templates

Flash and web site templates. Great collection with some attractive and modern designs to choose from.
Open Designs

XHTML and CSS based free web design templates. Over 1100 open source designs available [...]

continue reading...

23+ Impressive Tools for Faster Javascript/Ajax Development

23+ Impressive Tools for Faster Javascript/Ajax Development

Javascript applications are still one of the most complex issues when it comes to web-development. Many tools and applications could make your developing life pretty fast and simple. Today we wanted to share with you a wide range of tools and applications that could really help you build, test and debug Javascript and Ajax applications. Let us know your experience with the tools listed here or others that are not.

continue reading...

next posts » | « previous posts