July 2010
189 posts
1 tag
1 tag
2 tags
1 tag
1 tag
1 tag
1 tag
1 tag
1 tag
PHP5 Magazine: Symfony 2, a New Generation of PHP Frameworks
since i seem to have troubles integrating Doctrine 2 PHP 5.3 namespaces with Zend Frameworks PEAR style namespaces, considering this. seems like it did a good job in performance, as the slides claims? i wonder how easy will it be in reality to learn? maybe can explore it soon
Screenr - @tomkuhlmann: How edit Screenr videos in MovieMaker
(PHP) Zend Framework: After logout, redirect the... →
on 2nd thought, if a user logged out from a page only for logged in user, he will see a message stating he needs to login or similar, not ideal … technical implementation: - use a view helper
-…
3 tags
Things With Pixels: Keep track of your character... →
With Twitter being all the rage these days, you may find yourself wanting a visual indicator on text boxes so that users can keep track of how much they’re typing.
I’ve developed WriteLimit to do just that.
It’s a very simple jQuery plugin that does the following:
Tracks character count…
1 tag
In any non-trivial database backed application, nobody thinks of switching...
– Database Abstraction Layers Must Die! (by Jeremy Zawodny)
1 tag
samratm asked: The modern1 theme of yours crashes while using on iPad, I have used your theme on my blog and when I try to open my blog on iPad Safari App crashes. Even the demo site also crashes
2 tags
10 New High-Quality Fonts for Your Designs →
1 tag
1 tag
2 tags
What have i been up to recently
i was so happy learning about my work (Modern1) featured on mashable. but it got me thinking … its been sometime since i last uploaded a theme to the theme garden. i thought i just give an update on whats i’ve been up to.
i have been trying to upload a theme i did, not so recently, Grunge1 onto the theme garden but keep getting to the error page … i have contacted tumblr...
oldsimplynorule asked: http://mashable.com/2010/07/22/10-tumblr-themes/#3-Modern1
Congrats! Keep up the good work :)
Congrats! Keep up the good work :)
2 tags
20+ Demos Showing Advanced jQuery Effects →
contains some very good jQuery plugins that make u really want to dump flash or just use it to greatly enhance your site!
some i really like
QuickSand lets u easily filter/reorder items on your page
Sliding boxes and captions - a very common effect to have captions/sliding boxes sliding into your images/content when hovered
Bubble navigation - adds uniqueness to your navigation
AviaSlider -...
1 tag
2 tags
Zend Framework View Partials (Basics)
partials shld be located at application/views/scripts
rendering of a single partial via partial()
echo $this->partial("article.phtml", array(
"header" => "The header goes here",
"body" => "The content goes here")
);
rendering using partialLoop()
echo $this->partialLoop("article.phtml", array(
array(
"header" => "This is a title",
"body" => "This is the...
3 tags
Making sense out of Doctrine Many to Many Self...
i had difficulties making sense out of doctrine’s association mapping for days. and 1 particular 1 that confuses me the most was many to many self referencing. i think i was on it for like 2 days.
/** @Entity */
class User
{
// ...
/**
* @ManyToMany(targetEntity="User", mappedBy="myFriends")
*/
private $friendsWithMe;
/**
* @ManyToMany(targetEntity="User",...
1 tag
1 tag
1 tag
1 tag
1 tag
1 tag
1 tag
3 tags
2 tags
1 tag
1 tag
1 tag
2 tags
1 tag
1 tag
WebNotes - Research Management for Professionals,... →
great tool to highlight and annotate web pages (useful for info gathering and note taking). highlights and annotations are stored on WebNotes servers so no waste of space locally (need sometime to login, but fast enuf) and annotations are synced across computers or browsers as long as u login to your account :)
1 tag
1 tag
1 tag
1 tag
1 tag
2 tags
2 tags
1 tag