By Sid, on August 5th, 2010
Handling XML requests from PHP involves accessing the raw POST data. This can be done by accessing the $HTTP_RAW_POST_DATA variable, but this depends on having the always_populate_raw_post_data directive enabled in your php.ini. A less memory intensive alternative is php://input, which doesn’t need any special php.ini setting, but it’s not available for multipart/form-data requests.
Reading . . . → Read More: Accessing POST data
By Sid, on July 7th, 2010
Yesterday Mozilla released the first beta of Firefox 4. It includes a redesigned interface, more HTML 5 support and other features. It also brings a good laugh:
Download it HERE.
By Mihaela, on July 7th, 2010
Vigenere cipher is an encryption technique consisting of a sequence of Caesar cipher each based on the letters of a secret text called a keyword. This mechanism is classified as polyalphabetic substitution.
In Caesar substitution each letter was shifted a number of positions down the alphabet. For example choosing the secret key to be . . . → Read More: Vigenere cipher
By Sid, on July 6th, 2010
HTML 5 is the next major revision of the HyperText Markup Language. It’s currently being developed as the next standard to present content on the World Wide Web. HTML 5 includes new features that were previously handled by various plugins. These new features include video and sound support, drag and drop, client side database . . . → Read More: HTML 5 – features and support
By Mihaela, on July 5th, 2010
If you are the geeky type, like a lot of people I happen to know (…OK fine, yours truly also) sometime in your childhood you discovered some simple forms of encryption and became fascinated by them to the point where you started creating your own alphabets and childish methods of obscuring texts. And it’s . . . → Read More: Caesar cipher
Recent Comments