Always remain updated about current software development trends

Articles in WEB FRAMEWORKS

Controlling the display of ASP.NET validator controls

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...

XPath expert needed

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 .....

Hack around with PECL libs for PHP in Lubuntu

Hack around with PECL libs for PHP in Lubuntu.

Have faith in your detective mind while dealing with php.ini and Apache2

Stick to your detective mind no matter how complex the question becomes.

Use TinyMCE in ASP.NET Single Page Application (SPA) using Knockout

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...

Video and image sitemaps in Django

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...

Running with Rails – Dev Blog not only for Rails fanatics :: Paperclip, Bootstrap and SimpleForm working together on Rails

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...

Phix 0.16.0 Released

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/...

UA Testing with Selenium and PHPUnit

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...