Welcome to our website!
1stwebdesigners is a miniature site focused on building nice web-based applications. It is currently run by two human in his spare time, the Bilal Ahmed and Janitor Jesse.
If you are interested in learning programming, you can watch Video Tutorials to learn. You can also download Open Source files to help you on your way.
These are a few mistakes I often make when rushing through JQuery code. I don't know why I keep repeating the same mistakes! After making a video maybe I'll stop messing up so much. I hope this helps you when you find yourself in a pickle!
In this JQuery UI Tutorial we look at the UI Progress Bar. I show you how to use it and make a password checker to extend the bar depending on the password strength.
This tutorial is about JQuery UI Dialog. It's very easy to use and I'll show you some tricks on making your site feel richer just by using this little feature alone!
This an introduction of a JQuery UI Tutorial. We start off by learning to use the sliders and make them change something in the DOM. It's really great and JQuery UI is awesome!
This is a quick JQuery Game Tutorial. We aren't going crazy, but we'll use HTML, CSS and JavaScript to make a little character move with the arrow keys. If you want to do further building, this could give you some idea as to handle Key Strokes in JavaScript.
In this JQuery tutorial I'll show you the Chrome JavaScript Console which can come in handy. Also a few tricks on selecting a numeric listing with a CSS3 selector.
JQuery Arrays are the same as Javascript Arrays, and the functions are just like PHP, Python, Java, etc. So this is a great principal to understand, and I'll play around with them and I hope it helps you see how they work.
Raphael JS can be used to create SVG graphics on your website. It's an amazing JavaScript plugin that is well worth learning if you plan to draw graphs or grids, or anything really.
- Raphael JS @ http://www.raphaeljs.com
Prototype JS is a JavaScript framework a lot like JQuery, but a bit more advanced it appears (in my opinion). Here I'll show you how to do an AJAX Get with JSON data since it took me a little while to figure out how to parse the JSON correctly. Prototype JSON Get
These are for organizing data in sets. I use a pretty lame example but you should start with something simple. A use for an array might be a bunch of user emails assigned to a username. This is basic language stuff you have to know if you wanna get good, practice practice! JavaScript Array Videos
It's starting to get a little trickier with functions, so make sure you understand arguments inside a function. I made a few examples to follow. I would highly recommend using framework like JQuery over using getElementById, and body onload="init()", but this is for learning because when you understand the core of JS the rest comes easy. JavaScript Function Video
Here we do some loops in javascript. This is in every programming language so you shouldn't have any reason not to understand it :) JavaScript Loop Video
Here we jump into JavaScript- It's already built into your web browser, so let's get started and do aLearn JavaScript Video.
Here we talk about the java functions and what Static means. Then we learn how to create a regular function inside another class. It might appear confusing at first, but if you type as I type you will start to understand!