Making custom patterns in Photoshop is a very easy process. If you're like me then having the ability to create your own patterns will make your work stand out and become much more unique and after all that's what our clients are paying us for. Its a quick and simple...
Normal 0 21 false false false BG X-NONE X-NONE /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Calibri","sans-serif";} In the following tutorials I will show you an easy way to create your very own custom brushes, shapes and patterns in Photoshop. Photoshop comes with a pretty useful array of pre-installed brushes, shapes and patterns but what if you can’t...
In WordPress to display the most commented posts there are many plugins to do this. Using these codes can help accelerate your Wordpress site and then display them on the page anywhere easily. Method 1 : Using the loop Allows you to use the WordPress loop to retrieve the articles that...
Robots.txt is used to instruct search engines to automatically discover your pages and then search the index page. Most sites have folders and files that do not need the search engine robots to visit, so creating a robots.txt file can help you with SEO. Robots.txt file is a simple file...
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. Webmaster Sun Blog  - https://www.webmastersun.com/blog/ Webmaster Sun is the largest resource for webmasters for Tools, Search engine optimization, Online marketing technology, Webmaster forum and everything else a webmaster needs 2. 45royale - http://www.45royale.com 45royale is a small web design studio just outside of Atlanta, GA specializing in web design with web...
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...
Good usability suggests that you should always indicate links to the page the user is currently on. In fact in an ideal case you wouldn’t link to the current page at all. On the other hand in order to build a site that’s consistent and easy to maintain, navigation...
Web designers use it nearly every day, but not many actually know what the div tag means and where it should be used. This article aims to de-mystify the div tag, explain when and where it should be used and compare it with the similar span tag. The Short Answer div—tag...