Below is the snapshot of the Client Side Web Technologies… Coooolll!!! permanent page. I update the permanent page monthly. JavaScript: … More
Tag: CSS
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
18 CSS3 Generators For Quicker UI Styling
Originally posted on Creativenauts:
All the fancy effects you see on the web are no longer done with background images…
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…
Top 3 items that #W3C should be embarased about when it comes to missing #HTML5 features.
I am using HTML5 as the umbrella term, that means that I am including CSS and JavaScript in this. 1. … 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
CSS Friendly menus with no 3rd party controls.
Drop the following into your page class: void BuildMenus(SiteMapNode node) { if (node.ChildNodes.Count == 0) return;Response.Write(“ “);foreach (SiteMapNode child in … More
CSS with a ~
One issue of trying to use “~” in your CSS, is the fact that you cannot use [if IE 6] … 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