Introductory programming
-
Getting Started with Photoshop Article of Photoshop, right? Of course you have — you wouldn’t be reading this book otherwise! You’ve probably heard of Photoshop’s sidekick, Fireworks, too, but you might not be quite sure of what it does or where it fits in. Photoshop and Fireworks are two of the most commonly used tools in the web designer’s arsenal. From the preparation of initial design comps to generating optimized graphics for a web page, most web designers rely heavily on these two programs.
41p bongbong_hong 04-12-2012 62 6 Download
-
In its role as a high level assembler used for writing operating systems, C is often used to access memory locations and change individual bits. You might for example need to access individual bits in an int. It can sometimes be useful to conserve memory by using a byte to hold 8 flags though with an abundance of ram it's common to just use one byte per flag or even one per int. Knowing how to extract or alter individual bits is still worthwhile knowing; you may never have to use it but when you have to maintain code that...
49p gaconht 04-06-2011 74 9 Download
-
[ Team LiB ] Understanding Outlook's VBA Programming and VBA scares a lot of people off. It's really not hard and many code samples are available on the Internet for you to use, so you don't even have to know how to program. But if you're unsure of whether you're ready for this, put it down, get yourself an introductory Visual Basic programming book, and come back to this hour when you feel you're ready. Typing code samples from books isn't a favorite hobby of mine, even for short code snippets. It's too easy to make a typing error and...
2p chutieuchuathieulam 23-07-2010 118 10 Download