Answer:
According to facebook documentation if you use Facebook like button, then Facebook will scrape your page Facebook page every 24 hours to ensu ...
Search results for string
What is facebook user agent string?
Posted by CMasterWhat is a syntax for connection string to connect to a SQL Server Express database using Silverlight ?
Posted by CMaster
Answer
There are number of options and most common one is to user LINQ to SQL classes and connections string will be auto generated by Framework. If ...
Answer:
The question is targeting to test mobile device development experience as the most common server-side device detection practice is to examine ...
Live Meeting and IM interviews
Posted by CMaster
In today’s thought economic times more and more companies start implementing money saving strategies in the hiring process. During this year I’ve ...
Write a function that sums up integers from a text file, one int per line.
Posted by CMaster (http://sites.google.com)
Answer in Java
public static void sumFile ( String name ) { try { int total = 0; BufferedReader in = new BufferedRead ...
How do you get the line numbers in C?
Posted by CMaster
Answer:
There are number of useful predefined macros which are part of the C/C++ standard. During preprocessing, they are replaced respectively by a ...
Answer:
The simplest way is to add prototype to string object and use regular expression inside prototype function as following:
String.prototype.g ...
There are couple options and interviewer looking on multiple things in your answer.
Sample Answer:
JQuery provides string trimming function and if ...
