Collapsing Height of Div Elements with Floating Children
The height of a container that contains at least one child with the float: left|right; attribute applied to it will collapse to 0px in all browsers. There are several workarounds …
The height of a container that contains at least one child with the float: left|right; attribute applied to it will collapse to 0px in all browsers. There are several workarounds …
Here’s a fix for using rounded borders in IE9 if your background is a gradient. HTML The content needs to be wrapped with an element that also has rounded corners …
My solution to using PHP variables in the .htaccess file was to create a htaccess.php file which would write the .htaccess file whenever needed. htaccess.php
What is the Life Cycle of an Activity? The activity lifecycle includes many states, beginning with the creation of the activity and ending in the destruction of the activity. When …
Today I had the pleasure of discovering (through an hour of annoying debugging) that PHP’s formatting of dates is not exactly identical to MySQL’s date formatting. I was using a …
One of the new tags in HTML5 is the hgroup tag which is used to group a set of headings into a collection. An example usage of the hgroup tag …
Posting your e-mail in plain text format on a web page is a guaranteed way of being signed up to a spam mailing list. When I did a Google search …
As much as I love ActionScript 3, and the huge improvement that is was over that of ActionScript 2, it still has some small downfalls. With the help of third-party …
I’ve been contacting my ad networks since I’ve been trying to insert click macros into DFP to start tracking the clicks that my ad creatives are receiving. If you need …
I recently have been combining all of my ad networks on my flash games website into Google’s DFP (DoubleClick for Publishers). After letting DFP run for a few days, I …