Latest in programming

  • How To View & Edit The Source Code Of An Open-Source App

    May 4, 2013

    github_logo

    While going open source might be a good choice, you'll also need to invest in the right community. GitHub is one of the best places to do this, not only because of the sheer amount of users who visit the site, but also because of the features that GitHub offers. If you find an open source app on GitHub, I'll show you a few things you can do with it, including viewing, editing, and forking the code.
    Keep Reading »

  • 5 Interesting Ways To Learn To Code

    March 18, 2013

    learn_c++_intro

    Many people have realized the importance of learning how to code as a life skill. No matter where you go, and what job you have, it’s always seen as in a positive light if you know how to work some code, even if that’s not your profession. As this importance increases ever more, there are plenty of new initiatives to get kids to learn code in school. While it’s great to see them, you can take control of your coding education by taking some steps on your own.
    Keep Reading »

  • jQuery Tutorial (Part 5): AJAX Them All!

    March 10, 2013

    programming101

    As we near the end of our jQuery mini-tutorial series, it's about time we took a more in-depth look at one of the most used features of jQuery. AJAX allows a website to communicate with a server in the background without require the entire page to reload. From Facebook-style infinite status streams to submitting form data, there's a million different real life situations in which this technique can be useful.
    Keep Reading »

  • jQuery Tutorial (Part 4) – Event Listeners

    March 8, 2013

    programming101

    Today we're going to kick it up a notch and really show where jQuery shines - events. If you followed the past tutorials, you should now have a fairly good understanding of the basic code structure of jQuery (and all the horrible curly braces that go with it), as well as how find elements of the DOM and some of things you can do to manipulate them. I also showed you how to access the developer console in Chrome and how you might use it to debug your jQuery code.
    Keep Reading »

  • Introduction To jQuery (Part 3): Waiting For The Page To Load & Anonymous Functions

    March 3, 2013

    programming101

    jQuery is arguably an essential skill for the modern web developer, and in this short mini-series I hope to give you the knowledge to start making use of it in your own web projects. In the first part of our jQuery tutorial, we looked at some language fundamentals, and how to use selectors; in part 2, we moved on to methods of manipulating the DOM. In part 3, we'll tackle the problem of how to delay jQuery until the page has loaded.
    Keep Reading »

  • jQuery Tutorial – Getting Started: Basics & Selectors

    February 24, 2013

    programming101

    Last week, I talked about how important jQuery is to any modern web developer and why it's awesome. This week, I think it's time we got our hands dirty with some code and learnt how to actually make use of jQuery in our projects. I'll say this now - you don't need to learn Javascript in order to use jQuery. It's probably best if you think of jQuery as an evolution of Javascript.
    Keep Reading »

  • Making The Web Interactive: An Introduction To jQuery

    February 10, 2013

    featured-jquery

    jQuery is a client-side scripting library that nearly every modern website uses - it makes websites interactive. It's not the only Javascript library, but it is the most developed, most supported, and most widely used. It's one of the building blocks of any modern website. But what exactly is jQuery, what makes it so popular, and why should you care about it if you're starting out as a web developer?
    Keep Reading »

  • 8 Tried & True Tips For Learning How To Code

    January 22, 2013

    coding.jpg

    Skilled programmers have been in high demand for years now, and it doesn’t look like that demand is about to go down anytime soon. But even if you don’t intend to make a living as a professional programmer, being able to code proficiently is going to come in handy in any computer-related job – even as a manager. But if you’re reading this, I probably shouldn’t have to tell you why becoming a coder is a good idea. You already know.
    Keep Reading »

  • 10 Tools To Get Kids Excited About Programming

    December 18, 2012

    Lim_Ding_Wen

    For the average kid, computers and smartphones are fun tools. Education comes much later. Getting a kid excited about programming might take some doing because logic needs a bit of time to develop. It is imagination and creativity which arrive first. That’s where the crux of these ten tools lie…using creative tools to get children excited about programming.
    Keep Reading »

  • What Should Computer Noobs Be Taught First? [You Told Us]

    September 19, 2012

    As everybody who is reading this now is likely to be a geek, it's easy to imagine there is no such thing as a noob these days. This is far from the truth. In fact, at the end of last year it was estimated that only around one-third of the world's population had access to the Internet. This means that around 4 billion people aren't online, and most of those will also not have the first clue about computers.
    Keep Reading »

  • What Should Computer Noobs Be Taught First? [We Ask You]

    September 14, 2012

    Yaara recently wrote an article detailing six basic tech skills everybody should possess. It's a great read, both for those just starting out on their journey into geekdom and for those of us who merely know computer noobs. And we all know at least one at some point in our lives, don't we? Whether it's an elderly parent eager to Skype or a child cajoled into signing up to Facebook.
    Keep Reading »

  • Kodiak PHP IDE For iPad Lets You Write And Run PHP Code Offline

    September 7, 2012

    featured-kodiak-php-editor

    Plain text and code editors are certainly nothing new to the iPad - but the Kodiak PHP IDE brings to the table one incredibly powerful feature: the ability to actually run your code, offline, on your iPad. It’s also an incredibly slick code editor, as you’d expect. Let’s take a look at what makes Kodiak stand out. The app is on-sale for $4.99 for a limited time, before going up to full price of $9.99. This app couldn’t come more highly recommended.
    Keep Reading »

Page 1 of 8 1 2 3 4 5 6 8