January 2011
41 posts
starzentertainment asked: Hey Jiew Meng...first off, thank you for the Modern 1 template. I'm new to tumblr and I'm not a devleoper, but I can tell you this site is very clean and perfect for my dj biz. Thank you.
I just have a few quick ? that I'm hoping you might be able to answer. I would like to make posts to the blog, but I don't want them to post directly to the main blog site...
I just have a few quick ? that I'm hoping you might be able to answer. I would like to make posts to the blog, but I don't want them to post directly to the main blog site...
jeniferlangcooks asked: i would like to ask you about the code for the tag cloud generator in tumblr - i have tried and tried to make it alphabetize my tags by typing css:alphabetize into the code, but it doesn't seem to be working - do you have any ideas?
devicesofwonder asked: I love the comic5 theme. Thanks for sharing it! I was wondering if you could tell me how to: 1) include a Twitter feed in the sidebar, 2) add and credit authors within each post, 3) add authors to the sidebar, and 4) add some network links (Facebook, Flickr, etc.) to the sidebar. Thanks. Sorry if these are stupid, annoying questions!
Hans
Hans
1 tag
Web Design Inspiration
studio83
studio83
1 tag
Web Design Inspiration
Andriod 3.0 Honeycomb UI
Tea for iOS (Forrst)
Tumblr Theme (Forrst)
Prayer/Praise Board
Widget (Forrst)
1 tag
Web Design Inspiration
7 tags
WIP: Tickle Project Managment Tool
8 tags
2 tags
thegirlwiththeheadphones asked: I love your theme comic 5 and i have been using it for a while now. I just wanted to know how to change the back ground in comic5 with this pic: http://fc03.deviantart.net/fs70/f/2010/162/8/4/Life__by_blahhblahhx.jpg . I want everything but the background to scroll. Please help me Jiew Meng!
1 tag
Web/Application Interface Design Inspiration
Lists/Navigation
Admin Control Panel Pro - Simple & Professional (Theme Forest)
Facile Admin (Theme Forest)
Hello! Admin (Theme Forest)
EziCMS (Theme Forest)
Slate Admin (Theme Forest)
Reality Admin (Theme Forest)
Tables
Hello! Admin (Theme Forest)
Yaadmin (Theme Forest)
Others
Yaadmin (Theme Forest)
1 tag
2 tags
2 tags
1 tag
1 tag
1 tag
1 tag
2 tags
3 tags
MarkItUp Markdown Set
I found out about markItUp! Universal Markup Editor (jQuery Plugin) yesterday. It turned out to be a good alternative to WMD Markdown Editor, with more readable code and easy customization via callbacks
However, since its designed more as a universal markdown editor, some features are a little lacking (or not designed for a certain feature, but that can be fixed with custom callbacks) and I find...
Then it is clearly more sensible to spend your energy focussing on the solution...
– Countering Stress and Depression - The Office of His Holiness The Dalai Lama
2 tags
WIP: MarkdownEditor (jQuery)
Demo: http://goo.gl/coqbh
2 tags
Notes On: The Essentials of Writing High Quality... →
A few key points
Minimize Globals
Single var (Remember hoisting)
For loops
Cache length
for (var i = 0, l = arr.length; i < l; i++)
Use i += 1 instead of i++
Countdown to 0 demo 1 demo 2
for (var i = arr.length; i--)
Use === & !==
Include radix parameter when using parseInt(number, radix)
(JavaScript) jQuery Plugin →
A simple jQuery Plugin I made to remind myself how to create a jQuery Plugin following the tips from http://docs.jquery.com/Plugins/Authoring Demo - http://jsfiddle.net/hya58/1/
2 tags
ricksterrr asked: Hey man, I just installed your comic theme to my tumblr page, and I love it, but...for some reason, the comic sans looking font that it is showing in the preview isn't what the font looks like on my actual page, and I can't figure out how to fix it, and since you made the theme, I figured you'd be able to help. Thank you
audiodrugz asked: i am using your comic5 theme and i want to know if there is a wasy i can change the background to a tiled fixed image while everything else on the page (posts, text, etc) scrolls. please help me
- thank you =]
- thank you =]
1 tag
2 tags
1 tag
1 tag
1 tag
1 tag
1 tag
1 tag
1 tag
1 tag
December 2010
27 posts
3 tags
Quick Tip: Debugging MySQL with MySQL's General...
Sometimes when developing in PHP esp with Frameworks like Doctrine, I don’t know what SQL is executed so when I get an error like
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ASC' at line 1
I don’t know whats the SQL, the error just...