Poll
Categories
- Accessibility (1)
- Css (21)
- Inspiration (1)
- Javascript (18)
- Link (4)
- News (65)
- Performance (2)
- Photoshop (21)
- Print (2)
- Resources (31)
- Review (16)
- Semantic (4)
- Uncategorized (12)
- Validation (2)
- Weekly winner (22)
- Wordpress (43)
I’ve been working with wordpress a lot recently and one morning it occurred to me that I was typing wp-admin in my address bar about 50 times a days. After a few minutes of reflexion i wrote a little bookmarklet to do it for me.
Now I just click on the bookmark and it opens the [...]
Note: due to a recent update in the flash player (version 10), this bookmarklet doesn’t work anymore. A swf was used here to emulate the copy to clipboard function for non IE browser. This no longer works and makes the bookmarklet useless. A solution would be to replace each symbole by a flash animation.
A few [...]
Bookmarklet are a funny thing. The oldest I could find are from Bookmarklet.com and where creatting from simple stuff like date/time to advanced navigation feature.
Basically a bookmarklet is a snippet of code you insert into a bookmark which make it available anywhere. Lets have a look at a very simple example:
The recipe is simple, jQuery and definition list = simple accordion. The idea is to create a user friendly accordion.
To reach this I think we need a few things:
Make it clear were you need to click to open the accordion
Automatically close so we keep only one open at the same time
set up different styles for [...]
Wordpress use since version 2.5 the popular javascript framework JQuery. Still I see many blogs using fancy javascript effects loading a separate JQuery library to do the task. Why? Well I see three reason.
First people not always know that JQuery comes with wordpress and therefore think they have to upload JQuery core to use it.
Secondly [...]
Ever wonder where your users were clicking on your site? ClickHeat is a bunch of php and javascript script that allow you to record the click on you pages and display an overlay map of hot and cold click zone.
Want to see with your own eyes? Here is the click map of the gallery: clickHeat [...]
Comments