I have been writing HTML, CSS, and JS for about 13 years now and I can say that I have not met any computer savvy person who honestly thinks IE6 is a good browser compared to the others. That being said, believe it or not, there is a site out there that encourages others to save IE6 at http://saveie6.com/. This is one of the worst ideas for a website I have ever heard of. I must admit that I first learned how to write HTML, CSS and JS on IE6 and didn’t even know about the other browsers for a while, but after using them, I came to see how superior they are. Even Microsoft knew they had to update their browser. In fact, the only version that I have come to somewhat like is 10. In the end, though, I can’t force my opinions on others so if you are still a diehard IE6 fan, please just give Google Chrome a try and I am sure you will like it better! 8)
Blog
Salesforce – Apex – Working With Regular Expressions
Regular expressions are a great way to parse, match and modify strings of all sorts. Let’s learn some different ways that we can use them in Apex by way of some examples that you can Read more…