Monthly Archives: March 2010

jQuery Get the Id of the Current Element

Useful Tips Sometimes is really useful not only to read the docs, but to be aware of what the community is writing. Although you get familiar with a library or framework, it happens sometimes to discover very very useful things … Continue reading

Posted in web development | Tagged | 10 Comments

Protect Your Web Forms with Zend_Service_Akismet

Akismet If you’re a typical WordPress blogger you have definitely heart of Akismet, tool that gives you a real spam protection, but what is really really cool is the possibility to integrate Akismet via Zend Framework. It’s pretty simple. There’s … Continue reading

Posted in web development, zend framework | Leave a comment

Vendor Prefixes in CSS

Vendor Prefixes vs CSS3 Either are bad, because vendor prefixes work on specific browsers, while CSS3 is not implemented fully by those browsers. When talking about vendor prefixes in CSS, let me tell you in breve, what’s this. If you’d … Continue reading

Posted in css | Tagged , , , , , , , | Leave a comment

HTML5 Makes Mobile Browsing Fun

iPhone and Nexus One Although iPhone is not a buzz word anymore, it returns on the stage with its probably main rival – the Google Nexus One. Now maybe everybody have seen one of these two devices and has played … Continue reading

Posted in web development | Tagged , , | 1 Comment

Send Mail with Zend Framework

Simple, but Doesn’t Work! It may sound strange, because all this is quite well documented in the Zend Framework documentation. Indeed it’s very very simple and all is done only by few lines of code. $mail = new Zend_Mail(); $mail->setFrom(’sender@example.com’); … Continue reading

Posted in PHP, zend framework | Tagged , , , , , , , , , , , , , | 4 Comments