Archive for 'Tech Articles'
Top PHP Frameworks
Posted on 11. Apr, 2009 by admin.
After RoR there are lot many frameworks in PHP which are either inspired by it or based on MVC pattern. Today I am throwing some light on some of it, which I came across (I mean heard) during my development experience in PHP. Here I am talking about next generation Open Source PHP frameworks which [...]
Continue Reading
MySQL Tricks
Posted on 11. Apr, 2009 by admin.
As per the article of zend framework , MySQL has a custom extension (if you want to call it that) to it’s commenting system, which actually allows you to make conditional commands. The mysqldump program that many people use to back up their databases uses this concept heavily, which is where I first ran into [...]
Continue Reading
How to install PHP6 (For beginners)
Posted on 11. Apr, 2009 by admin.
Hello all, you might have read that PHP6 is under and has been under development for the past few months. Well after hacking around some code trying to get some DirectoryIterator unicoded and ready for php6, I have ran into the problem of compiling php6.. So I figured, might as well give an idea to [...]
Continue Reading
Facebook CFO Resigned
Posted on 10. Apr, 2009 by admin.
Facebook confirmed on tuesday , Chief Financial Officer Gideon Yu is leaving. Mr yu was working just less than two years. The former YouTube exec, who bypassed a job with VC firm to join Facebook, gave no reason for his departure.
Microsoft bought a 1.6 per cent stake in Facebook for US$240 million (S$365 [...]
Continue Reading
4 Key Steps to Automate IT Security Compliance
Posted on 10. Apr, 2009 by admin.
A unified approach for IT, audit and operation teams.
Explore the internal and external regulatory challenges now faced by organizations, the scope of these challenges, and 4 key ways in which they can be addressed through better business processes and automation.
This paper discusses the challenges faced by organizations of all sizes – across all industries – [...]
Continue Reading
Linux is one of the First choice during a falldown peroid as by Linux Foundation CEO
Posted on 10. Apr, 2009 by admin.
Linux Foundation executive director Jim Zemlin says that Linux adoption is advancing two to three times faster than that of other platforms and that it will be boosted as companies consolidate their technical infrastructure during this economic downturn. Similar views were expressed by an IDC analyst who has recently authored a report which suggests that [...]
Continue Reading
5 Top security tips for ajax
Posted on 08. Apr, 2009 by admin.
To succeed – you must start with good planning. Efforts should be focussed on reducing and simplifying the AJAX calls, and creating a standard format for responses that follows convention (ideally XML) where possible.
Follow best practice from sites such as the Open Web Application Security Project. This especially includes checking for Access Control and Input [...]
Continue Reading
Create Customize backup on Lamp server using Curl
Posted on 08. Apr, 2009 by admin.
When you want to take the backup of certain part of your application , i know most of the cpanel give access to complete site backup but here i am dealing with customizable backup for web application. I am taking into consideration that webmaster do not have full SSH access to there hosting account [...]
Continue Reading
How curl is used in php
Posted on 08. Apr, 2009 by admin.
cURL is one of the most powerful PHP extensions. It stands for Client URL, and allows you to communicate with other servers using a large range of protocols. Other servers and other protocols? At some stage in a novice developer’s career, there comes a time to break out of the local server, and cURL [...]
