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...
What is a testimonial? The first, we see an example to understand what is a testimonial, For example a testimonial written for www.WebmasterSun.com. "Webmaster Sun is really good internet marketing forum for webmasters join to share and discussing about internet marketing, SEO, make money online and more related things about...
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...
When to use SEO services or when to use Google Adwords service? This is probably a question business people may have to think about twice when no plan is identified. The effective business benefits against saving the most costs. Although both of these plans will provide good ranking on Google and...
In HTML, in addition to the stored container, such as html, header, body and stored to provide information such as meta tags and many other tags, for tags for the format of the content (for users), the Heading tags (H1 to H6) are considered the most powerful tags. Join the...
To keep pace with the trend of development of modern website technology  you always need a website design which your customers demand as well as a functional and user friendly interface. You do not need to know programming. We will do it for you, simply send your design file as...
Sometimes, people will be thinking of why my blog is not seen by many readers. There will be several reasons for that. Let us look into the reasons. According to Jakob Nielsen's latest study, 90% of online users involve in just reading and observing without contributing and another 9% user...
How to add, activate or deactivate plugins from your Wordpress blog. This video will show you a step by step!
If you are developing or own a blog with a decent traffic then I am sure that you will want to have more advertisers come to your blog to buy services like banners, ebooks,..etc..but how do you attract more advertisers to your blog, just follow some the creative ways...
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...