Categories
- agile (3)
- algorithms (17)
- css (29)
- download (3)
- featured (46)
- flex 3 (25)
- javascript (138)
- micro tutorial (202)
- PHP (108)
- portfolio (5)
- snippets (7)
- video (1)
- web development (167)
- zend framework (80)
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
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 Cascading Style Sheets, Computing, Free software, FTP clients, Internet Explorer, Mozilla, Web design, World Wide Web
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
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







