Search the blog
Rune on the web
Twitter
LinkedInCategories
- .NET (9)
- Ajax (6)
- Analytics (1)
- Blog post (1)
- Content Rotator (1)
- css (4)
- e-commerce (17)
- Form (3)
- html (5)
- Image Viewer (1)
- Javascript (17)
- jQuery (14)
- Plugin (7)
- jQuery Modal Window (2)
- Languages (3)
- regexp (3)
- Tea Commerce (18)
- tests (1)
- Umbraco (19)
- Wordpress (2)
- Theme (1)
- xslt (5)
-
Recent posts
Archive
Category Archives: Extension
Javascript Date extension
The javaScript Date object is probably the hardest object to use, as it seems very complicated to the
uninitiated. Very often I have needed to abstract from
the complexity of the javascript Date object. I have written
some extension methods to the Date object that can be very handy in many diferent situations.
Also posted in Date, Javascript, regexp
Javascript String extension
This time the subject will be extension of strings in javascript. Real programming languages usually contains quite a lot of methods you can call on it’s strings. In javascript you have to do much of the work yourself. I have over time collected or written some extensions to the string object that can make life a lot easier. For a complete reference of all the string object’s methods, follow this link to w3schools
Also posted in Javascript, regexp, String
Javascript Array extension
Hereby my first blogpost ever. This post will introduce some handy extensions to the javascript array object. The background for this post is the javascript array objects lack of some very basic functionality.
Also posted in Array, Javascript
dansk version