Tuesday

Drawing with PHP, Java Runtime Errors, CSS Vendor Prefixes

 
 Programming
 
From Scott Orgera, your About Programming Editor
 
 
It feels like summer just began here in the States, but alas the time is fast approaching for shorter days and colder temperatures. As you begin preparing to spend more time indoors, let's get cracking on that code you've been putting off for the past couple of months! September's first edition of the programming newsletter helps you get started with a helping of great articles and tutorials...
 
Follow us on:
 
 
Sign up for more free newsletters:
 
GD Library: The Basics of Drawing with PHP
The GD library is used for dynamic image creation. From PHP we use the GD library to create GIF, PNG or JPG images instantly from our code. This allows us to do things such as create charts on the fly, create an an anti-robot security image, create thumbnail images, or even build images from other images.

If you are unsure if you have GD library, you can run phpinfo() to check that GD Support is enabled. If you don't have it, you can download it for free.  This tutorial will cover the very basics of creating your first image. You should already have some PHP knowledge before you start. READ NOW

How to Use Quote Word in Perl
Perl has a lot of handy, built-in shorthand for some of the more common expressions and structures. For example, a list is often made up of single words or elements, and writing all of that data out in the normal fashion can quickly become cumbersome and difficult to read. READ NOW

JavaScript Form Processing
Developments in what you can do with JavaScript means that we can now write our JavaScript validation in a way that is completely unobtrusive, and which does not require any addition to a semantically coded form. Rather it only requires that a script tag is added immediately before the tag in order to attach the JavaScript to the Web page. READ NOW

An Overview of the SDL Library
SDL is a cross-platform library that provides low-level access to various platforms' graphics, sound and input devices. In short, it enables you to write games, emulators, demos or multimedia software that runs on different platforms including Linux, Windows and Mac OS X among others. READ NOW

 
ADVERTISEMENT
Featured Articles
More from About.com
Sign up for Shareables!
An every-morning rundown of the day in history, with headlines and trends produced by your pals at About.com. Click here to sign up! It's free (of course) and we think you'll like it!
Want More From About.com?
Check out our social channels tailored to every interest!
Sign up for more free newsletters on your favorite topics

You are receiving this newsletter because you subscribed to the About.com Programming newsletter. If you wish to unsubscribe, please click here.

If you would like to unsubscribe from all newsletters sent from About.com, please send an email to optout@about.com with "Unsubscribe" as the subject line.

Contact Information:
1500 Broadway, 6th Floor
New York, NY, 10036

Privacy Policy © 2014 About.com