Regular Expressions (RegEx) – Quick Reference

- - Kode

Regular expression also known as regex is a sequence of characters/symbols that forms a search pattern. It is supported by most programming language including Perl, Javascript, PHP, C-Sharp and Java. Commonly Used Symbols and Syntax META CHARACTERS ^ Start of subject (or line in multiline mode) $ End of subject...

CSS3 Transition Property

- - Kode

Take control of CSS3’s transition and sub-transition property to create amazing animation effects. These three examples of CSS3 transition effects used on hover will help you to understand and start writing your own css animation effects. DEMO DOWNLOAD CSS3 TRANSITION PROPERTY Provides a way to control animation speed when changing...

CSS3 Checkbox

- - Kode

Check out these really cool css3 check box styles. Regular check boxes and radio buttons are dull, flat and boring, so why not use css3 to improve on visual aesthetics. Learn how to transform these HTML elements using css only. DEMO DOWNLOAD The HTML for our Checkboxes Here we go,...

12 Free Premium PSD Party Flyers

- - Design

Whether your looking for creative pieces to use as references for your own custom flyer or you just need a free well designed template to get you started these quality flyers are sure to meet the requirement. Flyer Templates | Template.net Party Flyer PSD | Download ANGEL PARTY FLYER |...

Live Search with JQuery, Php and MySQL

- - Kode

Building a live search system using jQuery Ajax, PHP and MySQL. Unlike the traditional search box that reloads the page on submit, live search systems are able to return query results as you type. Many users find real-time search systems highly intuitive and fun to use. Let’s look into how...

PHP IP Blocking Script

- - Kode

EDIT: If your looking for a blacklisting solution for WordPress please visit Securing WordPress Websites and Blogs – Blacklist by IP Address Using GeoBytes and HostIP APIs to create a PHP IP addresses filtering system capable of blocking visitors by country. Both APIs are available free of cost but have...

Bootstrapping Drupal

- - Drupal

There are cases when you may need to access Drupal’s database and core functions from an external php script (your custom written script), it may be that writing a module is overkill or you just need to do something only once. Whatever the reason it’s really useful to be able...

Working With JSON, JQuery, PHP and Mysql

- - Kode

JSON stands for JavaScript Object Notation and is an excellent alternative to XML. Storing data with JSON creates JavaScript objects which can be easily parsed and manipulated. Learn how to pass JSON output to JQuery, parse JSON data with JQuery and finally inserting it into the DOM. Getting data from...

Using Custom Fonts on your Website

- - Design

Since the advent of sites like Google Fonts, Font Squirrel and Typekit, designers have been publishing more and more beautiful typography across the web. Gone are the days when all website were decked out in is Arial, Tahoma and san-serif, web designers are now leveraging the @font-face CSS2 property along...