<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.brighthub.comhttp://www.brighthub.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Posts matching tag 'programming'</title><link>http://www.brighthub.com/search/searchresults.aspx?o=DateDescending&amp;tag=programming&amp;orTags=0</link><description>Posts matching tag 'programming'</description><dc:language>en-US</dc:language><item><title>What is Silverlight?</title><link>http://www.brighthub.com/computing/windows-platform/articles/2950.aspx</link><pubDate>Fri, 04 Jul 2008 16:34:53 GMT</pubDate><guid isPermaLink="false">b133e95a-c263-4882-8f2a-b24547eff78e:2950</guid><dc:creator>KatieGatto</dc:creator><description>Get past the hype and find out the facts about Silverlight, a Microsoft product targeted to web based application developers. Silverlight is a new product, made by the folks at Microsoft, and targeted towards developers; more specifically web based application developers, who want to put their rich Internet applications online. That sentence raises...</description></item><item><title>Flash Game Development with Flex and Actionscript - User Input and an Animated Background</title><link>http://www.brighthub.com/internet/web-development/articles/11015.aspx</link><pubDate>Thu, 09 Oct 2008 21:38:24 GMT</pubDate><guid isPermaLink="false">b133e95a-c263-4882-8f2a-b24547eff78e:11015</guid><dc:creator>MatthewCasperson</dc:creator><description>In part 3 of the series we finally got to draw some graphics to the screen. In part 4 we will take this one step further and make the game object interactive. We will also create a background level that the player can fly over. The majority of Flash games tend to be quite simple in nature. They are 5 – 10 minute distractions that are played during ...</description></item><item><title>Introduction to the Microsoft .Net Framework</title><link>http://www.brighthub.com/computing/windows-platform/articles/53919.aspx</link><pubDate>Wed, 28 Oct 2009 15:51:47 GMT</pubDate><guid isPermaLink="false">b133e95a-c263-4882-8f2a-b24547eff78e:53919</guid><dc:creator>mutley457</dc:creator><description>Why is programming hard&amp;#63; How can it be made easier and at the same time allow for the dynamic changes that occur with the introduction of software which make it more difficult and challenging&amp;#63; The only way is if there is a framework that takes into account these elements. What is Programming and What Problems are associated With it&amp;#63; Pro...</description></item><item><title>SDL Programming Tutorial - HUD</title><link>http://www.brighthub.com/hubfolio/matthew-casperson/articles/45809.aspx</link><pubDate>Mon, 17 Aug 2009 06:47:07 GMT</pubDate><guid isPermaLink="false">b133e95a-c263-4882-8f2a-b24547eff78e:45809</guid><dc:creator>MatthewCasperson</dc:creator><description>In this article we add a heads up display. The Heads Up Display, or HUD, is used to display information to the player like score, shield strength, current weapon etc. SDL does not have any text handling functionality built in, but there are a number of third party SDL libraries that provide this functionality. We will use one of these libraries, SD...</description></item><item><title>SDL Programming Tutorial - Powerups</title><link>http://www.brighthub.com/hubfolio/matthew-casperson/articles/45803.aspx</link><pubDate>Mon, 17 Aug 2009 03:01:18 GMT</pubDate><guid isPermaLink="false">b133e95a-c263-4882-8f2a-b24547eff78e:45803</guid><dc:creator>MatthewCasperson</dc:creator><description>This tutorial shows you how to add powerups to the game. An essential part of any good shoot’em’up are the powerups. In our game the powerups allow the player to pick up new weapons, either to increase the power of the current type of weapon, or to use a completely new type of weapon. The powerup itself is like a basic enemy in that once it is adde...</description></item><item><title>SDL Programming Tutorial - Parallax Scrolling</title><link>http://www.brighthub.com/hubfolio/matthew-casperson/articles/42088.aspx</link><pubDate>Tue, 14 Jul 2009 02:19:13 GMT</pubDate><guid isPermaLink="false">b133e95a-c263-4882-8f2a-b24547eff78e:42088</guid><dc:creator>MatthewCasperson</dc:creator><description>In this article we will look at creating some parallax scrolling background layers. In the last article we look at getting a basic SDL application up and running. The ultimate goal of this tutorial series is to create a side scrolling shoot'em'up, so with the basic framework we have already laid down it's not time to start building up the game. In ...</description></item><item><title>A Guide to Linux Programming with Python - Variables &amp;amp; Data Structures</title><link>http://www.brighthub.com/computing/linux/articles/43538.aspx</link><pubDate>Tue, 28 Jul 2009 08:10:07 GMT</pubDate><guid isPermaLink="false">b133e95a-c263-4882-8f2a-b24547eff78e:43538</guid><dc:creator>kivster</dc:creator><description>The better the data structures of a programming language, the more concentration you can devote to coding a solution to a problem. Python has a bunch of extremely useful data structures. In this article we take a look at data structures and variables. Text Manipulation #!/bin/python message = &amp;quot;Welcome to the second part of A Guide to Linux Pro...</description></item><item><title>A Guide to Linux Programming with PHP - Associative and Multidimensional Arrays</title><link>http://www.brighthub.com/computing/linux/articles/46780.aspx</link><pubDate>Tue, 25 Aug 2009 12:32:49 GMT</pubDate><guid isPermaLink="false">b133e95a-c263-4882-8f2a-b24547eff78e:46780</guid><dc:creator>kivster</dc:creator><description>Arrays don&amp;#39;t need to be a boring list of data. It is possible to create an array where the element can have an array of other values as it&amp;#39;s own value, which, could hold other arrays also. You could create two or three-dimensional arrays, or more. This article will show you how&amp;#33; Introduction to Associative Arrays In the last article we ...</description></item><item><title>A Guide to SQL String Datatypes</title><link>http://www.brighthub.com/computing/windows-platform/articles/7691.aspx</link><pubDate>Tue, 16 Sep 2008 08:38:58 GMT</pubDate><guid isPermaLink="false">b133e95a-c263-4882-8f2a-b24547eff78e:7691</guid><dc:creator>mmcdonough</dc:creator><description>String datatypes may be among the least complex datatypes used in SQL programming, but there is still a lot of misuse of them in the database world. String Datatypes String datatypes are, by far, the most commonly used datatypes in any type of database. They’re also probably the easiest to understand. As the name suggests, string datatypes are comp...</description></item><item><title>An Advanced Lesson Plan for Excel</title><link>http://www.brighthub.com/computing/windows-platform/articles/43526.aspx</link><pubDate>Tue, 28 Jul 2009 03:55:18 GMT</pubDate><guid isPermaLink="false">b133e95a-c263-4882-8f2a-b24547eff78e:43526</guid><dc:creator>Profacgillies</dc:creator><description>Excel is the most commonly used spreadsheet package in the world, not least because it comes as part of Microsoft Office. This is a lesson plan for an advanced training course for Excel for Windows 2007 including automating tasks and advanced data management using the new tabbed ribbon interface. Learning Outcomes At end of an intermediate training...</description></item></channel></rss>