Category Archives: TIPS AND TRICKS

WordPress || Redirect Non-WWW URL’s to WWW

Redirecting Non-WWW URL’s to WWW became simpler through the wordpress settings. This may be a tiny tip but it’s very much useful. No need of creating or editing “.htacess” or “web.conf” files. You just need to go to your settings page of your wordpress blog. Logon to your wordpress blog and go to the settings page. Here is a screenshot for you.

Before Editing The Url: Continue reading

Capturing A Screen Shot On iPhone 4

Capturing screen on iPhone is as easy as pressing buttons on your phone.  First of all, let me explain about the buttons used to capture a screenshot.

Lock Button (On/Off Button): Lock button is situated on the top right of your iPhone, which is used to Lock and Unlock your iPhone. It is also referred to On/Off Button.

Home Button: This is what the button you use every second to move to your home screen. Continue reading

Youtube Video Downloader Online

Most of the people download youtube videos by installing necessary tool’s on their machine. Some work, some does not, and some others may be spam. How it will be if there is an online tool instead of installing a software to download videos? It will be great and effortless method to download what the video you need. here is the link of the online tool: http://www.savevid.com/ Continue reading

How To Rewrite URL’s || The Basic Concept

Having simple and clean URL’s will add an advantage to your website. It helps search engines to understand the content of your website easily. Creating meaning full URL’s allow user’s to search the content on your website easily. URL rewriting plays a major role in producing dynamic sitemap (where sitemap.xml will be mapped to sitemap.php which produces sitemap dynamically). Now, it is possible to submit sitemap.xml to google rather submitting sitemap.php which is not possible. URL rewriting method is different for different type’s of hosting. Continue reading

Blackberry || Best Way To Copy Contacts From Phone To Sim or To Another Phone

          The main disadvantage in blackberry phone’s is not allowing the user to copy all contacts from phone to sim. I am going to teach you  an easiest way to copy contacts from Blackberry phone to sim of from device to another device. Any basic phone which has an option to copy contacts from phone to sim is necessary.

Why they haven’t provided an option to copy all contacts from phone to sim?

Download Facebook Videos Using Online Tool

          Almost every day, We usually watch and share videos on Facebook. What to do if we like a video much and want to see whenever we need? It’s Better to download into our PC. There may be different ways to download videos on Facebook. But, what i am going to share here is about “An easy online tool which allows us to download videos soon.” Better, don’t waste time on finding Tools, Checking whether they are spam, Installing them on your pc, and finally downloading them. Continue reading

New | Email Input Field In HTML 5

          Here is a good news to the web developers. You need not to use any extra script to validate an email field if you use HTML 5 to build your website. HTML 5 has a new input element whose type is “email”. If you are building a form using HTML 4 or previous version’s, you need to validate an email by using some regular expressions or some other techniques which is not a small deal. The new email field allows user’s to enter email address and if the format is incorrect, it show’s a “wrong format” error message so that user’s can re-enter the email in correct format. Continue reading

How To Run IIS And XAMPP Together On Same Machine

          It is possible to run both IIS and XAMPP servers together on same machine by just changing the port number of any one of the server’s. XAMPP-Apache and IIS both the server’s uses the same port 80 to connect. In this post i am going to show you how to change the port number for the XAMPP-Apache server. Changing the port number for Apache server allows you to run both IIS and XAMPP server’s on same machine using different port’s. Continue reading

How To Read URL Parameters Using JavaScript

          Reading URL parameters using JavaScript is not as easy as using simple syntax in PHP or in some other server side scripting languages. We need to read the URL, Save it in a variable and further process is required to get parameters from the URL.          First, we need to get the current browser location which is the required URL.

window.location.href Continue reading

Gold Wave | Better Tool To Edit Audio Files

          You are at the right place if you are searching for a tool to edit audio files. Installing, Editing Saving becomes easier if you are a user of GoldWave editor. GoldWave is a better audio editing platform which provides a different type’s of tools to edit. It also provides a recording option where you can record your own voice and use it for editing.
Continue reading

JavaScript | Get The Position Of Character In A String

          We are going to use “string.indexOf()” method to get the position of a character in the given string. The above syntax can also be used to check whether a character is present in the given string. The “string.indexOf()” method return’s the position f the first matching character. If the character is not found in the given string, it returns “-1” and thus we can use this syntax to check whether a character is present in the given string. Let’s move on to the function. Continue reading

Display Adsense Inside The Posts On Blogger

          Google Adsense is the better way to make huge revenue by displaying Ads on your blog. Placing Ads on different positions produces different amounts of revenue. Ad placing is an important role in improving your revenue. According to my experience, The Ad unit which was placed inside the post body (i.e: In between the post header and post body) makes a decent income than other Ad unit’s. The problem is that Ads should be displayed only when a single post is opened, but not on the home page. To Display Ads inside the post, Please follow some simple steps: Continue reading