Always remain updated about current software development trends
Recently, I worked on an old webform project and used the asp.net validation controls. I previously used some features of validation controls, but I encountered more scenarios this time. I found these controls are fairly flexible and can be configured to work...
In thePHPCRimplementation usingDoctrine DBALwe support search queries by converting theSQL2/QOM statements into XPath queries that we run on the XML stored in an RDBMS. Sounds insane, yes .. but it works pretty well .. obviously will not scale very well .....
Stick to your detective mind no matter how complex the question becomes.
CodeProjectIn one of our project, we were creating web site using Asp.Net single page application with knockout.js. We had to add TinyMCE html editor in one of my page. It took some time to make it work. Add binding handler for tinyMce using knock out. Please...
I recently added asitemapto a site with many images and videos. Having the media files in the sitemap helps search engines to index them. I hadn't done this with Django before, so here are some notes. If you're not familiar with...
Few days ago, I've decided to get back to the "original" Paperclip. Until now, in one of my projects I've been using forked version with additional tweaks. However, supporting it for 3 years w...
Phixis a tool for creating and managing PHP components and tools and releasing them as PEAR packages. I've pushed out Phix 0.16.0 this evening, with the following changes: phing build-vendornow removes the component's own code from the vendor/...
Last week I spoke at\xa0php[tek] 2013\xa0where I explained to people how to get started with\xa0Selenium IDE\xa0to record user interaction with the web interface, convert them to PHPUnit testcases and automatically execute them on multiple browsers on multiple...