Get Google PageRank using only javascript (I)
Some weeks ago, during christmas, I found this spanish article in tu función about how to get the Google PageRank of any website with PHP (he will be happy with the keywords of the link). The fact is...
View ArticleGet Google PageRank using only javascript (II)
On the previous postr I explained that doing cross-domain requests has a LOT of problems, and even with those problems today I was going to post how to get Google PageRank using only javascript The...
View ArticleWhere is the cursor in a input or textarea?
I’ve just found a website with an interesting example forwhere is the cursor and which text is selected (if any) in an input and textarea. The truth is this code is not for daily use, but it’s quite...
View ArticlejQuery 1.3.2 is out!
The version 1.3.2 of jQuery is finally out. It solves several bugs and improves the performance in some parts of the code. The list of most important changes are: Elements are now returned in document...
View ArticleKeeping aspect ratio when scaling an image
Scaling an image to keep it under specific bounds, for visualizing purposes is a common task, but it’s even better if we can scale the image without deforming it. In this cases we have to scale the...
View Articlejcontroller: A small and simple controller for javascript
It’s been a long time since the last post, so I’ve though Hey! I’m loosing users, I cannot let that happen, let’s get something from any project I’ve done recently, so I can do a post :p The thing is...
View ArticleClick effect for jQuery
Today I’ve been playing for a while with javascript. The truth is that I haven’t found what I was looking for, but let’s assume that this is because I’m a programmer and not a designer. Anyway, what I...
View Article[SOLVED] Uploadify and session problems
Uploadify is a wonderful plugin for jQuery that allows you to upload several files at once, it does the uploads transparently using flash (take a look at the demo on this link). In fact, the great...
View Articlemansofk: the super mega ultra lightweight js framework
I needed a javascript framework that was able to change the CSS of the elements, that was able to do AJAX requests, able to load external JS and CSS dynamically, able to add or change HTML on the fly,...
View ArticleManso Trick: Pad a number with leading zeroes in javascript
I was missing a simple and elegant method for padding a number with leading zeroes in javascript. A typical example of leading zeroes is when you want to show the current time and you want the time to...
View Article