Author Archives: srujan

Acer Launches Iconia W510 || A Windows 8 Hybrid Tablet

During Computex 2012 which was held in Taipei in the month of June 2012, Acer unveiled its new tablet “Iconia W510” which is based on Windows 8. The estimated price tag of Iconia W510 is Rs.40,000 (app) according to a recent media report and might be available by January 10, 2013. It has an interesting Twisting feature in which it can be twisted to maximum of 295 degrees, and some of the other features include a battery life of 18 hours and above, Acer’s always On, Cloud and instant connect technologies. Continue reading

How Auto Rotation On Mobile’s Work? || The Concept Of Accelerometer

          Accelerometer, The electronic component which measures tilt and motion is used in mobile’s to detect the rotation. The Accelerometer is also capable to detect gestures like shaking and swinging. Let me explain you the basic concept behind working of an Accelerometer.
          Imagine a “Box” in the shape of “Cube” and a ball inside it (See the below image to get an idea). If this arrangement is taken to zero gravitational force condition Continue reading

Mario, Contra, Load Runner, Road Fighter, Adventure Island | Top Games Of Our Childhood

          Yesterday night, I saw a post about the game “Mario” in Facebook and got remembered the sweet moments of my childhood while playing the TV games. Believe me, I searched a lot to find those games which can be played on my desktop running on windows. However, I got those games and successfully running on my pc now. Let me give a short description about each game and link’s to download those games. 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

Inspect Element In Mozilla Firefox (New)

          After many days, yesterday i used Mozilla Firefox and noticed the new option “Inspect Element” when i right clicked and  tried to open a link in new tab. Recently what i observed is, In the older versions of Firefox you can add the option “inspect element” only by downloading and installing an add-on which is needed to inspect an element. But now in the newer versions its been an inbuilt option where you can right click anywhere on the page and just select “Inspect Element” from the options. Continue reading

Update Your Facebook Status From Siri

          The process you need to do is very less to update your Facebook’s status from Siri. All you need to do is getting your personal email id to upload via email and saving it in your contacts. The steps to follow are given in detail below.

  • Go to Facebook and login to your account in which status is needed to be updated. To get your personal email id you need to visit “http://www.facebook.com/mobile”. 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

How To Change Router’s Wi-Fi Connectivity Password

          Wi-Fi router’s comes along with an interface where we can change settings and configure your new router to a connection. They allow user’s to connect to them through a secured password called as authentication key. There are many authentication type’s like WEP-64Bits, WEP-128Bits, WPA-PSK, and some other and even you can choose no authentication i.e: No password is required to connect to a Wi-Fi router and However its not secured to use no authentication Continue reading