How to make custom shapes with Photoshop.
As with most tools in Photoshop there are a number of pre-installed shapes at your disposal and it’s very easy to make your own.
The custom shapes tool is where Photoshop meets Illustrator as the shapes are actually vectors, meaning that you have the...
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...
Today I’d like to show you how to make your work easier by creating whats called an Action. Actions are simply little scripts that tell Photoshop to perform a pre-defined set of tasks.
For example, lets say that you have lots of images that you want to turn from color...
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...
When you have a good WordPress blog and plugins are installed from the plugin's library, you can create your own simple WordPress plugin. How you want to customize it depends on your needs. Here's an article outlining the steps necessary on How to Write a Simple WordPress Plugin!
The main...
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...
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...
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...
Page title the most important part of SEO, is the first line you will click on in search results in Google. Page Title is the part is marked in purple in the image below. As shown below in the Google search results will include 4-5 line, the first line...
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...













