Blog

How to detect 2 elements colliding or overlapping in jQuery

How to detect 2 elements colliding or overlapping in jQuery

Having issues with collision detection on those 2 <div> tags of yours? Maybe you don’t want to use a plugin either? Well here’s a simple way to solve your issue.

Categories: The Internet, Tutorials

jQuery .remove() Fix for Internet Explorer 7, 8 and 9

jQuery .remove() Fix for Internet Explorer 7, 8 and 9

IE7, IE8 and IE9 can have issues with certain jQuery functions, one of these is the .remove() function. One (and probably) the only solution I’ve found is to always use an ID or Class selector.

Categories: The Internet, Tutorials

How to fix WordPress Paginated Post List

How to fix WordPress Paginated Post List

A broken WordPress pagination can be due to many errors. In this example, we will be looking at pages unchanged even though the page numbers change.

Categories: The Internet, Tutorials

Foundation 4 Quick and Easy Grid Support Fix for IE7 & IE8

Foundation 4 Quick and Easy Grid Support Fix for IE7 & IE8

This is a quick and easy Zerb Foundation 4 grid fix to add support for Internet Explorer 7 and 8. It should also work on Foundation 5.

Still using Foundation 4? Yea me too… for a few websites.

Still supporting IE8? Yea me too…

Categories: The Internet, Tutorials

PHP Show MYSQL Query Error

PHP Show MYSQL Query Error

How to do a PHP query and display the MYSQL database error.

Categories: Tutorials