It takes the form:
preg_match('/regularexpression/', $textstring)
Note the forward slash at the start and end of the regular expression. This is a way of indicating there is a regular expression between the forward slashes. Other PHP commands used with regexs are preg_split, preg_replace and preg_match_all. You can find out more of...
Which Doctype should I use? This is one of the first questions people ask when they start using web standards. There are four main doctypes in use today. This artcile will firstly define what a doctype is and how it works, and then go on to explain the four...
PART 1 – CSS Color Module Level 3
In the latest CSS3 recommendations relating to color, e.g. opacity, rgb values, there are a couple of noticeable and welcome changes coming your way. Previously if you looked to adding any alpha transparency to backgrounds or manipulate the hue,saturation,lightness of elements it...
This is a CSS feature that could come in very handy when needing to create a simple shadow effect on a piece of text, Photoshop doesn’t get a look in!
In this shadow effect feature the property accepts a comma-separated list for how the shadow will be applied to the...
Step 1. Finding file wp-config.php in your wordpress root file
and adding 2 these codes:
define('WP_ADMIN_DIR', 'your-custom-folder');
define( 'ADMIN_COOKIE_PATH', SITECOOKIEPATH . WP_ADMIN_DIR);
Step 2. Go to the theme that you are using and open the functions.php file
Add this code to the bottom of the file:
add_filter('site_url', 'wpadmin_filter', 10, 3);
function wpadmin_filter( $url, $path, $orig_scheme...
1) Know how to use reset.css:
2) Learn to use CSS shorthand:
3) Understand how to use class and id
4) Know how to use semantic HTML (used to make menu li ... for example)
5) Construction layout using div instead of tables (of course still use tables for tabular data. To do...
By submitting your websites to various directories will help get a lot of links quickly and easily. Register your website in directories that help websites get indexed sooner on search engines like Google, Bing, Yahoo and more. You will receive visits and traffic as a result. This is an...
We can earn money online through our website or blog. In order to optimize our blog to get more traffic you need to know many things related to SEO terms. You should understand all those concepts clearly before starting work with blog or website. You should expose yourself to...
One thing that we all know is, if a site takes a long time to load, maximum number of visitors will just leave the page and not visit it again. Today, time is money and no one is willing to spare a single nano second in vain. The more...
White hat links building is an online marketing strategy employed to acquire backlinks for your website. In this process, you need to have linkable content that would be able to collect quality backlinks for your domain. Keyword should be merged in such way that each keyword can be linked...















