Home »
» About Programming: Python Dev, Writing Web Games, Z-Index in CSS
About Programming: Python Dev, Writing Web Games, Z-Index in CSS
|  | |  | From Scott Orgera, your About Programming Editor This week's issue focuses on the world of open source development, including a guide to getting started with Python and details of the upcoming PyCon 2014 in Montreal... | | Z-Index in CSS "One of the challenges when using CSS positioning for web page layout is that some of your elements may overlap others. This works fine if you want the last element in the HTML to be on top, but what if you don't? In order to change the way elements overlap you need the z-index property of CSS." | PHP: Rounding and Formatting Numbers "There are times when you always want to round up. For example, if you are buying something that comes in packs of 20, and figuring out how many packs you need to buy, you have to round up because you can't buy a half a package. You can do this in PHP using the ceil () function." | Beginning Open Source Development with Python "Open source development plays a role in everything from mobile apps and social networks, to music recording and movie special effects. If you've ever wondered how to work on projects like these, you're in luck--you can get started in just three easy steps with Python." | Java: Declaring Variables "A variable is a container that holds values that are used in a Java program. To be able to use a variable it needs to be declared. Declaring variables is normally the first thing that happens in any program." | | | | Related Searches | | | | Featured Articles | | | | | | 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 change your email address or unsubscribe, please click here. About.com respects your privacy: Our Privacy Policy Contact Information: 1500 Broadway, 6th Floor New York, NY, 10036 © 2013 About.com | | | | | Advertisement | | | |  |
Post a Comment