Bootstrap from Twitter, timer saver for the UI designs
Bootstrap is just CSS, but it’s built with Less (Dynamic stylesheet) http://lesscss.org/ . It is very easy to implement, just drop the code and go. Less can be accomploshed via javascript. Once it is...
View ArticleCreate a JQuery plugin for twitter-bootstrap “Confirm Modal popup”
There is a situation that we need user to confirm before they proceed their action. You don’t want to accidently delete very important information. So I come up the idea to extend the bootstrap modal...
View ArticleMr. Data Converter, converting csv to other formatted strings
This is a pretty cool JS plugin to convert csv formatted string to other formats. It supports XML – Properties, XML – Nodes, JSON – Properties, JSON – Column arrays, JSON – Row arrays, Html tables, and...
View ArticleBootstrap from Twitter is missing a date-picker
Bootstrap is awesome, light weight. I think it is a great replacement of JQuery UI. But there are still a few elements missing from Bootstrap. Such as the very important one: date picker. I found...
View ArticleUsing twitter bootstrap with bottom sticky footer
Nowadays, more website comprises 3 components. header, body and footer. With bootstrap, you can get it done even quicker. Here I created a sample start up project with most common layout in the world:...
View ArticleJQuery ajax request not working in IE9
I have some ajax get request on the web page and it works perfectly fine in Firefox and Chrome. But it is not working with IE at all. After some research, I found out I need to specify the dataType and...
View ArticleTwitter, tweet button with javascript callback
Here is an example of using Twitter Web intents with js events callback. This is the html anchor tag. <a...
View ArticleGoogle +1, share, javascript callback
Google plus button, you can set a callback attribute to a js function, <g:plusone href="http://youtubeplaylist.net" callback="plusClick"></g:plusone> In the callback js function, you can...
View ArticleBootstrap from Twitter, timer saver for the UI designs
Bootstrap is just CSS, but it’s built with Less (Dynamic stylesheet) http://lesscss.org/ . It is very easy to implement, just drop the code and go. Less can be accomploshed via javascript. Once it is...
View ArticleCreate a JQuery plugin for twitter-bootstrap “Confirm Modal popup”
There is a situation that we need user to confirm before they proceed their action. You don’t want to accidently delete very important information. So I come up the idea to extend the bootstrap modal...
View ArticleMr. Data Converter, converting csv to other formatted strings
This is a pretty cool JS plugin to convert csv formatted string to other formats. It supports XML – Properties, XML – Nodes, JSON – Properties, JSON – Column arrays, JSON – Row arrays, Html tables, and...
View ArticleBootstrap from Twitter is missing a date-picker
Bootstrap is awesome, light weight. I think it is a great replacement of JQuery UI. But there are still a few elements missing from Bootstrap. Such as the very important one: date picker. I found...
View ArticleUsing twitter bootstrap with bottom sticky footer
Nowadays, more website comprises 3 components. header, body and footer. With bootstrap, you can get it done even quicker. Here I created a sample start up project with most common layout in the world:...
View ArticleJQuery ajax request not working in IE9
I have some ajax get request on the web page and it works perfectly fine in Firefox and Chrome. But it is not working with IE at all. After some research, I found out I need to specify the dataType and...
View ArticleTwitter, tweet button with javascript callback
Here is an example of using Twitter Web intents with js events callback. This is the html anchor tag. <a...
View ArticleGoogle +1, share, javascript callback
Google plus button, you can set a callback attribute to a js function, <g:plusone href="http://youtubeplaylist.net" callback="plusClick"></g:plusone> In the callback js function, you can...
View Article