Sunday, June 28, 2009

Google Voice gives One number for all your phones


These days most of the people are having many phone numbers such as Mobile number, Home number and Work number. It is bit difficult to manag... read more

CellPhones will act as Credit Card by next Year.


Håkan Djuphammar Vice president of Ericsson, predicted at a forum in Stockholm that cell phones will be equipped with NFC(Near Field Co... read more

Saturday, June 27, 2009

Get Tweet to know when ISS (International Space Station) will pass your location


Would you like to know what the next time is the Internationale Space Station (ISS) will fly over in your location? All you need to do is f... read more

Friday, June 26, 2009

Google announces Dashboard for providing detailed metrics on traffic to local listings on Google Maps


Google has announced an Analytic Dashboard for providing detailed metrics on traffic to local listings on Google Maps. Google says it is p... read more

Thursday, June 25, 2009

Google focuses more on Mobile devices (iPhone and Android)


It seems Google is concentrating more on Mobile Applications for iPhones and Android-powered devices. Recently, it has launched Gmail for ... read more

Take care of letter case when specifying colSpan attribute in javascript


Normally we specify colspan attribute for < td > tag. For example < table > < tr > < td colspan =” 2 ” ... read more

How to force FireFox to open new window instead of new Tab?


window.open() method in javascript will open the url in new window in non-tabbed browsers such IE6. i-e Below javascript will open our webs... read more

Tuesday, June 23, 2009

Some useful php functions


Find below some useful functions in php. For complete reference of php functions you can refer php.net which is very useful for working wit... read more

Saturday, June 20, 2009

Essential Steps for Software Development


We need to follow some essential steps for developing Software/Website effectively in appropriate timeline. It will help to deliver Qualit... read more

Wednesday, June 17, 2009

How to get last row from database table?


It is easy to find last row from table. The below query can be used to get last row from table. $sql="select * from <table n... read more

Tuesday, June 16, 2009

javascript code for preventing data loss in web form.


HTML forms are used in webpages for collecting data from users. The Form will be submitted on clicking "submit" button in the F... read more

How to count number of times the user clicks on a button using javascript?


Sometimes we may need to count the number of times the user clicks on a button or any other control/element in a webpage. But it seems there... read more

Removing white spaces entered in TextArea tag of HTML page


White spaces entered in Textarea of HTML page will be considered as Characters even when no other characters are entered. These white spac... read more

Workaround for inconsistent issue with mySql query handling integer id


We faced some inconsistent issue with MySql query. When we tried to use below mysql query we got error. $query1="delete from emp_table... read more

Need for having Eval function in javascript


Javascript has function called eval() which evaluates a string and executes it as if it was script code. Let us see the need for having t... read more

PHP code for listing files in a Folder


Below PHP code will be used for listing files in a folder. <? php $ folder = dir ( "." ); while ($ folderEntry =$ folder- > ... read more

Sunday, June 14, 2009

Reverse Auction and finding best price among multiple Suppliers using C#.net


Auction is the process of buying and selling Goods or Service based on bids. Generally in auction, the seller puts an item ( e.g Digital... read more

Saturday, June 13, 2009

Comments/Suggestions from QA Expert to improve Quiz


We got email from an QA Expert for improving our Quiz . In his mail, he pointed out some small issues in Testing part of our Quiz and given ... read more

Thursday, June 11, 2009

Google is experimenting Squared which will return search results in structured format


Google Labs is experimenting new search feature. It is called as Squared. It will collect the details for the search keyword from many web... read more

Twitter - Are you hearing this word first time?


There are lot of social networking sites available in the internet. Digg, reddit, orkut, linkedin, myspace and facebook are some of the lea... read more

Google is taking steps for preventing Plagiarism in knol.


Google knol was criticized for the possibility of potential Plagiarism . Now, it seems Google is taking solid steps for preventing Plagiar... read more

Tuesday, June 9, 2009

Resolved IE specific issue related to calling function at onclick event using createElement


I have explained about inconsistent behavior of createElement function in IE and mentioned workaround also in my previous post. Today, we f... read more

Monday, June 8, 2009

foreach loop equivalent in javascript.


foreach loop will be easy to use when there is a need to iterate thro' an array or any other collection. But javascript is not having t... read more

Is it possible to use same domain name for two servers with some setup?


We are having our main site at qualitypointtech.com and quiz at qualityponinttech.0fees.net/quiz . I thought it will be good to access qu... read more

Friday, June 5, 2009

Use Gravatar to display your icon image when adding comment in any gravatar supported blog.


Gravatar ( g lobally r ecognized avatar ) is a service providing globally-unique avatars. i-e It will show avatar( small icon like profile i... read more

Use of tinyurl in Twitter


tinyurl.com is providing service for shortening any long url. The short url will be useful to remember it and also it will be useful when w... read more

Introduction to Ajax and sample code for learning Ajax


Ajax stands for a synchronous Ja vaScript and X ML Ajax is not an Technology in itself. It is a term used for representing the technique us... read more

Thursday, June 4, 2009

Advantages of php over asp and converting asp site into php site.


php is having many advantages over asp in terms of cost, Speed, Security and flexibility . Refer below articles comparing asp and php .... read more

Wednesday, June 3, 2009

Bing - Mircrosoft's Decision Engine. Will it perform better than Google search?


Microsoft has released a new Search Engine named 'Bing' . Microsoft is calling this new search engine as a Decision engine. It is... read more

Free online Quiz for learning php, javascript, mysql, testing, qtp and c#


We have recently released Free Online Quiz . I hope it will be useful for testing/knowing your knowledge in particular topic (e.g php,QTP ... read more

Tuesday, June 2, 2009

PHP function for inserting or updating row into database table


Mostly any web development will require to insert or update form data into a database. The number of fields and names of form fields will va... read more

Search This Blog