Monthly Archives: April 2016

HP P2015 drivers Windows 10

When I upgraded to Windows 10, all of sudden my HP P2015n LaserJet Printer was not working. In fact it was not even being detected. Worse it was not even shown in the printer list. I tried installing different HP … Continue reading

Posted in Uncategorized | Leave a comment

jQuery validation either phone or email for a single field

jQuery validation either phone or email for a single field

Posted in Uncategorized | Leave a comment

Too much recursion – Firefox

I was getting “too much recursion” in firefox console by using this simple string while($row) { string_a  = string_a + $row[‘name’]; } Found out that in JavaScript you can not concat string forever eventually it will give you “too much recursion”. … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment