User Profile
Collapse
-
I didnt understand what you mean by the feature support. How it will help in finding the browser? -
How to detect IE when on IE11
As from the IE11 onwards they removed msie from the useragent string, how can we detect we are on the internet explorer from the JavaScript?
Reference:
http://msdn.microsoft.com/en-us/libr...(v=vs.85).aspx
http://mildcoder.com/detect-browser-in-javascript/
Any help would be highly appreciated.... -
How to revert multiple merges in one git command?
How to detach a particular branch merged multiple times.
For example:
Branch A: Development
Branch B: Feature A
Feature A has multiple merges on Development branch. I need to remove all those merges in one shot. Any advises would be greatly appreciated. -
How to optimize a website running on API?
I have built a website that are completely running on 3rd party APIs. I need your suggestions to make the website faster as it is calling the APIs on every page requests. Kindly advise on this. -
Disadvantages of using class name as constructor name
PHP5 onwards they have changed constructor naming from class name to __construct. What could be the reason behind it. -
But how do i create a static class in php???
This one didn't work..Code:static class StaticClass
Leave a comment:
-
-
-
How to restrict a class from creating its instances?
Can someone tell me how to restrict a class from creating its instances??? -
This is the query i have used in that.Code:LOCK TABLE email_list WRITE; SELECT * FROM email_list LIMIT 10; INSERT INTO ..... UNLOCK TABLES;
Last edited by zmbd; Nov 28 '12, 11:40 AM. Reason: [Z{Please use the <CODE/> button in the toolbar to format posted code/SQL}]Leave a comment:
-
Its for a multithreaded php application accessing mysql database from each instance. Whenever one instance is accessing the database the table must get locked from accessing other instances and other instances should wait till the lock release.Leave a comment:
-
How to lock selected rows from reading in other session?
How to block selected rows from reading in other session unless unlock it?
No activity results to display
Show More
Leave a comment: