Quantcast
Channel: Mellow Morning » Javascript
Browsing latest articles
Browse All 11 View Live

Image may be NSFW.
Clik here to view.

Introducing a cross site ajax plugin for Prototype

Update: there have been some improvements to this plugin. Have a look at this post regarding the update. Thanks for the feedback! After some days of hard labor, I finished my cross site Ajax plugin for...

View Article



Image may be NSFW.
Clik here to view.

Updated cross site ajax plugin for Prototype

The first post on my cross site ajax plugin for Prototype (1.5.0) was received with great enthusiasm. It was very nice to see my own work on the great Ajaxian website and the delicious front page....

View Article

Image may be NSFW.
Clik here to view.

Is the php native json_encode really broken?

It sure seems so: The php: var_dump(array('mynumber'=>42.2)); var_dump(json_encode(array('mynumber'=>42.2))); The result: array(1) { ["mynumber"]=> float(42,2) } string(17) "{"mynumber":42,2}"...

View Article

Image may be NSFW.
Clik here to view.

A new job! – but no Symfony

Note: We are actively seeking to hire exceptional PHP programmers. More on the job offering at the bottom of this posts. After one of my posts got featured on Ajaxian many interesting offers hit my...

View Article

Image may be NSFW.
Clik here to view.

Have a Cookie

Here a nice little cookie wrapper. It’s mainly based on the Quirksmode code with some nice Prototype style. Have a look: var cookieJar = Class.create(); cookieJar.prototype = { initialize: function()...

View Article


Image may be NSFW.
Clik here to view.

Javascript optimization – high performance JS apps

The most common use cases of Javascript require no optimization at all. However when you go about building substantial applications in javascript you will hit some walls rather rapidly. Fortunately the...

View Article

Image may be NSFW.
Clik here to view.

YTM launch!!

No more beta for YouTellMe.nl The website which is taking over the Dutch product comparison market is officially going out of beta @ 8 o clock. Party in Amsterdam, Keizersgracht 182 :) Festivities...

View Article

Image may be NSFW.
Clik here to view.

Django Facebook – Open graph API implementation

Update: This blog post is outdated, a new and vastly upgraded version of Django Facebook is now available. Read more about it here. For Fashiolista.com we needed to integrate with the Facebook Open...

View Article


Image may be NSFW.
Clik here to view.

Creating your own Digg/Facebook/Tweetmeme button

This quick walkthrough is going to bring you up to speed on how to create your own social bookmarking button. The three prime examples are the famous Digg button, Facebook’s like functionality and the...

View Article


Image may be NSFW.
Clik here to view.

Twitter button to pull down the internet?

I was thrilled to see twitter releasing their own button. This is good news all around for us bloggers looking to promote our content. After looking at their code snippets a warning is in place though....

View Article

Image may be NSFW.
Clik here to view.

Django Facebook 3.0 – OAuth migration – Time to upgrade!

Facebook is migrating to HTTPS and OAuth to increase the safety of their users. Unfortunately these changes aren’t backwards compatible and will require some effort to follow. To support the new...

View Article
Browsing latest articles
Browse All 11 View Live




Latest Images