Below is the snapshot of the Client Side Web Technologies… Coooolll!!! permanent page. I update the permanent page monthly. JavaScript: … More
Tag: HTML
Speeding up large collapsible list binding with #AngularJS.
I have an editor that uses many collapsible panels generated through ngRepeat. The issue is that after a while screen … More
30+ Useful cheat sheets for web developers
Originally posted on Creativenauts:
Cheat sheets, in case you don’t know, are pieces of information grouped and well organised in…
How I hate JQM
What are my biggest problems with JQM, and why I hate this framework. Based on Version 1.3.1 Slow, Slow, Slow…Large … More
Detecting if you are online with jquery
I spent a day trying to do something that should have been simple, trying to detect if I’m still connected … More
What is the easiest way to detect an iPhone?
Request.UserAgent.Contains(“iPhone”) returns true if the client is using their iPhone. First time I saw that, I had a few hundred … More
Will be posting again soon.
I own several domains that I use to build and test technology against.My hub for some of this is RPGAmerica.com.As … More
What should go into those pesky "alt" attributes?
Since the launch of HTML 3.0 we have been seeing this IMG tag attribute called ALT. Now with XHTML, it … More
"But using CSS only does not give me enough flexibility…"
Ya right!! If you believe that, then you do not know CSS.CSS 2.0 has introduces a whole mariad of features … More
Another Mouse Trap – Blog Engines
Do you realy want to create your own blog engine? Bah! Get some code from someone else, and improve on … More