|
|
|
|
|
Login to share your opinion Developing with CURL behind a ProxyBy having a single include file in your root directory (and making sure that your localhost’s root directory is secure enough) you can call your… read more MySQL, Redis, and a Billion Rows – A Love StoryThis last week we pushed live a very large architecture change for Dating DNA. For those who know me, and have heard me talk about… read more My thoughts on the built-in php serverEarlier today I saw the announcement that PHP5.4 will have a built-in web server . I mentioned on twitter that I wasn’t too happy about… read more Drupal architecture |I think you should have got a brief idea about Drupal when I give an introduction in my post My way to Drupal . Before… read more Unstructured data: the elephant in the Big Data roomAs part of my work with Unisphere Research, a division of Information Today, Inc., I helped conduct a new survey that finds unstructured data is… read more keeping column in logically order jquery4u.comA method for keeping columns (or more precisely, blocks of elements [2]) logically ordered in the source while still providing the designer the ability to… read more How a web page loadsThe major web browsers load web pages in basically the same way. This process is known as parsing and is described by the HTML5 specification.… read more 14 Tips for Creating Awesome Web Forms in FlashIf you want to make a flash web form on your own and you do not want to flip through pages of ‘super-heavy’ computer books,… read more Where To Put Your Component’s Unit TestsI’ve started work on creating the components for my simple app. The first component is repustateApi, which will be a PHP client for Repustate.com’s semantic… read more What is LAMP server and How to install itWhat is LAMP Server? Working with bidirectional (bidi) text and RTL languages on the webWhile a lot of focus in the web development world has shifted to mobile development, there’s still a subject within desktop development for which that… read more Red tape and the art of ripping through itIt seems like the Symfony2 CS is forbidding the use of private methods. I think other frameworks have similar rules. Now I have argued along… read more Unpredictable hashes for humansIt is not uncommon for web developers to have to generate random ids or hashes, for instance large scale project or frameworks may want to… read more Performance on Yahoo! Search for Earth DayI did some performance homework and strictlyfollowed the steps outlined in Even Faster Web Sites book by Stoyan Stefanov and Nicole Sulivan, to optimize images… read more <img> Sprites – High Contrast Mode OptimizationAn issue that has stressed the relationship between web performance and accessibility is the little known fact that CSS image sprites, a technique used to… read more URLs are the Uniform Way to Locate ResourcesWhen you hear the term URL, what do you think of? Probably a web address - e.g., a publicly accessible HTML page such as http://google.com/… read more Scaling AJAX Applications Is More About Architecture than ApacheScaling applications that include AJAX and non-AJAX components may require more than just tuning your web server read more Character Sets: Garbage In, Garbage OutI recently checked on a project, because the developers were having some problems with strange characters displaying on the page. In particular, a number of… read more Extending objects with new methods at runtimeWith the advent of PHP 5.3 adding new methods to an instance of a class at runtime becomes possible with PHP as well, using anonymous… read more |