Fun With JavaScript and jQuery Loops
Quick review of jQuery loops and traditional JavaScript loops and how to speed you looping up for both for and while JavaScript looping methods.
read moreQuick review of jQuery loops and traditional JavaScript loops and how to speed you looping up for both for and while JavaScript looping methods.
read moreToday I would like to talk a bit about setting up events on DOM using jQuery and how one should try to avoid setting up huge numbers of unnecessary events on a single document.
read moreToday, we will talk about the re-size and mouse move events. These two events indeed are very helpful, but can also be very costly on your site or web app. Let’s take a look at an example...
read moreToday we are going to cover how to extract the polygonal data from Google Earth’s country borders and encode the data into a JavaScript array that we can use in Google maps. With the combination of...
read moreToday we are going to learn how to use PHP GD to build a PHP server side script that can accept a local or even remote file, then bake any text we would like into the image and return it back to us as a .png. This is great for when you have the need to use custom marker icons in say Google Maps, but also would like to have numbers on the markers as well.
read moreToday were going to break down the concept of page and site keyword optimization in to three time saving questions.
read moreLearn how to texture a low poly 3d building that has a multilevel interior an roof access in 3d Studio Max today!
read moreLearn how to model a low poly 3d building that has a multilevel interior an roof access in 3d Studio Max today!
read moreMy little brother and I have been working on this third-person shooter video game together for well over a year now, come check it out and play for free through your web browser!
read moreI'm starting to better identify a lot of basic form fundamentals being overlooked these days, so I felt this topic was long over due. Today we will break down six seeming basic ideas that all forms in one way or another need to embody to be considered any kind of a success.
read moreA while ago I was asked by a follow co-worker if I think it was possible to build an entire site using only two CSS selectors. So after better defining, then adopting the challenge, I felt it was time to share. With this challenge, you push your thinking in a more minimalistic frame of mind with little impact and/or no learning curve.
read moreSprites are compiled versions of different creative parts of a website that typically has no need for repeating axises. Sprites are recommended to be used when ever possible to help cut down on HTTP requests to the server, and ultimately help speed up the performance of your web site.
read more