Always remain updated about current software development trends

Articles in WEB FRAMEWORKS

Windows Azure for Amazon AWS Users

One hurdle I run across while talking to AWS users about Azure\xa0comes down to terminology. Every cloud vendor has their own vernacular and this can be a source of endless frustration when one starts to compare the two services. Developers that have already...

Getting Started with CSS Media Queries

If you've ever printed a page and noticed that it looks different than the actual page displayed in the browser you've more than likely witnessed a CSS media type in action. By using CSS media types such as "print", backgrounds, navigation bars, and...

Browser selection in Visual Studio 11

This blog post will be a part ofVisual Studio 2011 Beta Feature series.In the earlier version of the Visual Studio if you want to run your page in browser then you have to do it with view in browser. But now you have directly that on the Visual studio 2012...

Web Tab Control

A tab control for the web that can be created dynamically in C#. Uses JavaScript so tabs can be changed without refreshing the page allowing ease-of-use on things like Account Information pages.

MongoDB Cursors with PHP

MongoDB Cursors with PHP London, UK Tuesday, May 22nd 2012, 09:15 BST Recently I was asked to improve theMongoCursor::batchSizedocumentation. This began an indepth investigation in how the PHPdriverforMongoDBhandles pulling data that's been queried...

Interview with Joe Devon

Blog:\xa0http://mysqltalk.wordpress.com/ Twitter:\xa0@joedevon Show Notes: http://www.laphp.org/ http://mysqltalk.wordpress.com/2011/11/27/challenge-accessibility-know-how-needs-to-go-mainstream-with-developers-now/ http://www.mysqltalk.com/gaad.html http://semanticweb.com/global-accessibility-awareness-day-is-today-but-wheres-the-semtech_b28823 Sponsored...

Sending Mail

Like every product, Natural Load Testing needs to send some mail, having written and re-written a bunch of different blocks of mail code over the years, I wanted to come up with something that would work now, and continue to serve us well into the future. Basic...

Django Job – Worcestershire, United Kingdom

My company is hiring. Details here.

Zend Framework: CRUD

I think it took me (or us) a couple attempts to get thisright\u2014 let me introduce you to Zf_Crud, a CRUD controller for the Zend Framework. What's CRUD? CRUD is an acronym and stands for: Create Read Update Delete A general purpose for CRUD...

Use `env`

Weuse quite a few technologies to build our products, butGimme Baris still primarily a PHP app. To support these apps, we have a number of command-line scripts that handle maintenance tasks, cron jobs, data migration jobs, data processing workers, etc. These...