background preloader

Coding

Facebook Twitter

Code Review Stack Exchange. Ohloh, the open source network. Foundations of Coding. Squeak Smalltalk. Learn Java Programming and More Interactively - Learneroo. Create your own jQuery Image Slider - CSS-Plus. I originally posted this article on 15 September 2010. This is an updated version. This tutorial is for beginners. The method for creating the slider could be done differently, but I feel this way is more simple to understand.

It is important to picture what the HTML and CSS should be doing in order to create the component before actually beginning with the javascript. This way you know exactly what you are working towards. Below is a gif explaining the concept of the slider in terms of HTML and CSS. Common things that cross my mind before actually jumping into development are: Where are the hidden elements situated? Beneath, on top, next to or behind the visible element? How are they hidden? Is their display set to none? Are they outside of the parent element which is set to overflow: hidden? Are they hidden behind visible element via z-index? All right, enough of that, let’s get started. The HTML Before we create anything, we should try and get an idea of exactly what we are trying to achieve. Codrops. Modkit and the Kickstarter Campaign - News. By zagGrad | September 22, 2010 | 28 comments We're suckers for creative ideas that will help bring new people to the world of physical computing.

So when we heard about Modkit we were all over it! In their own words: Modkit is an in-browser graphical programming environment for little devices called embedded systems. Modkit can currently program Arduino and Arduino compatible hardware using simple graphical blocks similar to and heavily inspired by the Scratch programming environment developed by the Lifelong Kindergarten Group at the MIT Media Lab. In our own words: it's awesome! Newcomers can tend to be discourage when it comes to learning code. Modkit can be used to program Arduino, and they're working to integrate different shields into the included code blocks. The creators of Modkit are currently searching for funding.

We think Modkit is a great idea coming from great people. Scripty2: for a more delicious web. June 26th, 2009 The script.aculo.us 2 alpha is out! Check it out now at scripty2.com. As you would expect, it brings a lot of change and new features. scripty2: for a more delicious web As the effects framework forms the base for all the eye candy in any UI elements, it’s the logical first step towards a complete scripty2. But what’s in that, and how will the complete thing look like? Scripty2 will consist of three parts: scripty2 fx: the framework for DOM/CSS-based visual effectsscripty2 ui: user interface behaviours (not in right now)scripty2 core: helpers for a more delicious developer experience Alpha! In this release, the focus has been on the effects engine, with the UI parts still pending a rewrite (there will be a lot of really cool stuff coming for the UI part, but more about that later).

Even in alpha, the effects engine can now do so much more, with less code to write. Docs, Docs, Docs A rewrite?! Yes, it’s all new. Here’s the reasoning behind the rewrite: Rename to scripty2. The UK Hour of Code - for the Year of Code. Channel 9: Videos about the people building Microsoft Products & Services. Learn how to code. Find Open Source Alternatives to commercial software | Open Source Alternative - osalt.com. CodeGuru - Microsoft developers related ideas, articles, tips, tricks, comments, downloads, and so much more related to programming in areas including C++, Visual C++, C#, Visual Basic, .NET Framework, and more. CodePlex - Open Source Project Hosting. SourceForge - Download, Develop and Publish Free Open Source Software.

Google Code. Mega Collection Of Cheatsheets for Designers And Developers. Cheatsheets and various quick reference guides are available for almost any type of software and language these days. Unfortunately they’re not always easy to find when you actually need them. This is why I decided to take some time to gather up as many as possible and share them with you here! Hopefully this can be a timesaver for you, along with teaching you a new trick or two. The resources have been divided into various categories to make them easier to find. Below are more than 100 cheat sheets and reference cards for the following topics: CSS3 Cheat Sheet ↓ CSS2 Visual Cheat Sheet ↓ CSS Cheat Sheet (V2) ↓ Css Property Index ↓ BluePrint CSS ↓ HTML 5 Cheat Sheet ↓ HTML5 Canvas Cheat Sheet ↓ HTML5 Glossary ↓ HTML Character Entities Cheat Sheet ↓ Color Codes Matching Chart HTML (Convert CMYK, RGB Hex) ↓ Javascript JavaScript Cheat Sheet ↓ Javascript DOM ↓ JavaScript Reference Card ↓ jQuery 1.4 API Cheat Sheet ↓ jQuery selectors ↓ jQuery 1.3.2 ↓ jQuery 1.3 ↓ jQuery 1.2 ↓ Mootools 1.2 Cheat Sheet ↓ MySQL.

Joomla! Coding Standards. Introduction Good coding standards are important in any software development project. These standards are even more important when a large, diverse and worldwide community of developers are contributing to a project. One of the things that sets good software apart from great software is not only the features or the actual function the software performs, but the quality of its source code. In order to perform in the highly competitive Open Source and proprietary software industries, source code not only needs to be beautifully designed, it also needs to be beautiful and elegant to look at. The Joomla Coding Standards Manual is to help ensure our code is the highest quality which will make it easy to read, debug, and maintain.

Guiding Principles Since readable code is more maintainable, the compass that guides us in achieving that goal is a set of well thought out coding standards for the different software languages that are employed in the Joomla software project. Javax Session getProviders Example.