Reset content with in a DIV

I was working on a Magento site that a theme was purchased for and when I add some pages with my own forms, the css was fighting me the whole way.  Right down to <br />’s appearing after labels and removing the ones I put with in the HTML.  I decided to see if I could reset the css with in the div and found this script with in a this article here

/* selector for element and children */
#parent-element, #parent-element *, #parent-element a:hover, #parent-element a:visited, #parent-element a:active {
	background: none;
	border: none;
	bottom: auto;
	clear: none;
	cursor: default;
	/* didn't really know what the default for display should be*/
	/*display:inline;*/
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	height: auto;
	left: auto;
	letter-spacing: normal;
	line-height: normal;
	max-height: none;
	max-width: none;
	min-height: 0;
	min-width: 0;
	overflow: visible;
	position: static;
	right: auto;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	top: auto;
	visibility: visible;
	white-space: normal;
	width: auto;
	z-index: auto;
}

Mobile App Development Today

Todays mobile application developer has the best tools available for development then any other genre (did I just say genere and apply it to…) of development.  What I thought mobile development was going to mean to myself as a developer four years ago is definitely not the same as I thought it was going to be then.  I was learning actionScript thinking that flash was going to be the way to go.  I was trying to understand   J2ME thinking that was going to be a standard for how to run process on a device.  Even thought I was investing quite a bit of time to having a stronger understanding of HTML, CSS and JavaScript, I was not thinking that was going to be the bas of the skills required to build well running, large scale, mobile applications.  Todays developer can take all the skills learned creating myspace themes and apply that knowledge to creating and developing usable mobile applications with just a little more effort.

Basically it does not take much for todays developer to get stated with their first app.  If you have some knowledge of HTML(5), CSS(3), JavaScript, a windows or Mac computer, you can get started creating apps for either Android or Apple IOS with free tools available on the internet.  If you have a Mac you can download Eclipse to develop in Android and Xcode to develop for IOS for free.