You can build really cool apps with API’s and most sites will send either JSON or XML back to your app, I prefer JSON actually but some of these API’s will only send XML and, while you can always convert XML to JSON, it’s always better to save that processing time.
Author Archives: Prosoxi.com Webmaster
How to Return More Than One Value From a Function in PHP
Here is a cool trick you might not know if you want to return multiple values from a function and assign them to variables with different names each.
Encrypt Your HDD Using TrueCrypt
Hard drive encryption sounds like an intimating concept, mostly because it is. The thought of taking your precious files, then using a mathematical formula to convert them into random noise before scattering them back across your disk is a hard sell. The harsh reality is, mobile computing is on the rise, and so is laptop …
Tips for Drawing with Brushes in Illustrator CS2
The title of this chapter, "Drawing with Brushes" is shorthand for applying brush strokes to paths. You’ll have more fun, be more productive, and be less frustrated if you take a moment to appreciate the difference.
Illustrator Brush and Symbol Collection
Illustrator brushes are always underestimated and AI brushes are a lot less around than Photoshop brushes, but I looked all over the web to search for the best brushes, I could find. Also note, in Adobe homepage You must register in order to download brushes, but I think it’s really worth it and for the …
mysql Reserved Words
Reserved Words Certain words such as SELECT, DELETE, or BIGINT are reserved and require special treatment for use as identifiers such as table and column names. This may also be true for the names of built-in functions.