Archive for March, 2008

Web Development Finally Made Easy on IE

Friday, March 28th, 2008

Web development has always been difficult on Internet Explorer. In fact, a couple days ago, I was ready to write off  IE6 debugging completely. I find it ridiculous that Microsoft has not complied with  w3c standards up until now (Thank god they announced that IE 8 will be standards compliant) .

I’ve been searching google lately for all types of fixes for IE6, for example, I created a nice CSS drop down menu for a clients site yesterday. It worked in every single browser but IE6.  I thought I would have to spend a few hours hacking up my css just to get it working, but that however was not the case.

I accidentally stumbled across a Eric Meyer’s Blog and saw that he has been working on a javascript library that fixes all the little css and rendering bugs in IE6 & 7.

All I needed to do was add  the “ie8.js” file into the root of the site and then add the following code to my <HEAD> tag.

<!--[if lt IE 8]>
<script src="IE8.js" type="text/javascript"></script>
<![endif]-->

Immediately after adding this little bit of code, my drop downs started working in IE6, along with transparent png’s.
Read the google code site for a list of bugs this bit of javascript fixes.
I hope this helps you guys as much as it has helped me!

You can download the javascript library here.
View Demos Here

Share on Facebook

If you enjoyed this post, make sure you subscribe to my RSS feed!

iPhone Tip: Apollo Fix for 1.1.3

Saturday, March 1st, 2008

Apollo IMApollo and mChat are two apps for the iphone that run much like adium or trillian, they are instant messaging clients that allow you to connect to multiple types of IM networks (msn,aol, yahoo etc.).

I’ve been trying to get Apollo or mChat to work on my iphone for a few days now, but I kept getting an error where it could not connect to network. After looking through many websites I still was unable to figure out why these apps would not work. I found the fix when I was searching through “installer.app” just looking for cool apps to install. The fix is listed under “Tweaks (1.1.3)” and titled “IM Chat 1.1.3 Fix” Simply install this, and then try logging into Apollo.

If you do not see “Tweaks(1.1.3)” listed under “install” in “installer.app” you must first install “Community Sources” which is listed under “Sources”, Once installed go back to the install page and look for “Tweaks (1.1.3)”.Also note, you must have “BSD subsystem” for Apollo or mChat to work. This is located under “system” in the install menu.

I hope this helps!

Share on Facebook

If you enjoyed this post, make sure you subscribe to my RSS feed!