Semicolons after javascript statements

Dec12
  • Share

According to Javascript; the semicolon after a statement (for example a function), is optional.
However, it’s much better to end your line with [......]

继续阅读

Read more...


jQuery does not load 3G iphone safari

Aug17
  • Share

Difficulty: ★★★☆☆

Today I found out a very strange thing… My jQuery Mobile website doesn’t work on iPhone Safari in 3G mode. In WIFI mode my pa[......]

继续阅读

Read more...


Google Visualization API with Typo3 & FF3.6

Jun8
  • Share

Difficulty: ★★★★☆

I noticed this bug: my Google Visualization Charts were not working in FF3.6
Strange enough it did work in all of the other browsers I te[......]

继续阅读

Read more...


Nice search field

Feb2
  • Share

Difficulty: ★★★☆☆

Advanced HTML5 search field with placeholder and fallback for the other browsers.
Styling with gradient + radius + image in field.
With J[......]

继续阅读

Read more...


Sencha Touch app offline

Sep29
  • Share

Difficulty: ★★★☆☆

This tutorial will help you to put your Sencha Touch ipad app offline.

1. create your cache manifest file
create a file yourappname.manif[......]

继续阅读

Read more...


Unminify (decompress) javascript

Dec20
  • Share

Difficulty: ★☆☆☆☆

Today I needed to edit a minified javascript file.
I came across this tool which can decompress / unminify it for better reading:

http://[......]

继续阅读

Read more...


eFocus number 1 internet full service company

Dec13
  • Share

Difficulty: ★★★★★

Last week the company I work for: eFocus, became number 1 in the Emerce top 100.
We’re very happy with this notation!


eFocus #1 internet full service company

Read more...


Mash-ups with YQL

Nov7
  • Share
…and why Corizon mashups suck.

Difficulty: ★★☆☆☆
It was because of working with Corizon that I became more interested in creating Mash-ups*.
During t[......]

继续阅读

Read more...


Invoke Java servlet with YUI

Aug31
  • Share

Difficulty: ★★☆☆☆
In one of my previous post I showed you how to invoke a Java servlet with Ajax/Javascript.
Now I will show you the same example with the[......]

继续阅读

Read more...


Invoke a Java Servlet with Javascript

Aug20
  • Share

Difficulty: ★★★☆☆
It is possible to invoke a Java Servlet from your Javascript.
Just implement this code. Please see the comments in the function.

var requ[......]

继续阅读

Read more...