Drupal 6 Basic Javascript w/ jQuery
Posted in Drupal, Javascript, All Tutorials | No Comments »
Posted in Drupal, Javascript, All Tutorials | No Comments »
Posted in Javascript, All Tutorials | 6 Comments »
Sometimes, user interfaces can be really constraining. A whole lot of stuff to do, and not nearly enough pixels to do it in. In regular desktop applications, in is extremely common to put useful and repetitive items in a context menu, to keep them from cluttering up the screen. However, it is generally frowned upon to put context menus on a web page - because then they will interfere with the browser’s normal context menu. But, as always, there are special cases - for instance, Google Maps has its own context menu, and it seems to work pretty well.
Posted in Javascript, All Tutorials | 2 Comments »
Posted in Javascript, All Tutorials | 5 Comments »
Posted in PHP, Javascript, All Tutorials | 12 Comments »
There are all sorts of fun things that you can do in javascript and html once you have a basic drag infrastructure working - and in fact we have covered a whole bunch of these possibilities here at Switch on the Code. Today we are going to take a look at another one - using a container as a sort of ‘window’ on a larger object. Almost every mapping website makes use of this technique, and Google Maps probably does it best - you only have so much space on the screen to look at the map, but you can grab and drag around the map inside of its container to view different areas.
Posted in Javascript, All Tutorials | 2 Comments »
So a long while ago (last November), we posted some tutorials on how to create a resizeable textbox (Part 1, Part 2, and Part 3). We even did a post on how you could integrate the new textbox into Wordpress. Well, I got a request recently to expand the resizeable textbox code so that it could be a resizeable container for anything on a web page. So the result of that request is what we are going to be taking a look at today.
Posted in Javascript, All Tutorials | 2 Comments »
Posted in Javascript, All Tutorials | 8 Comments »
Posted in Javascript, All Tutorials | 6 Comments »
Posted in Javascript, All Tutorials | 31 Comments »
Posted in Javascript, All Tutorials | 3 Comments »
Posted in Javascript, All Tutorials | 5 Comments »
Posted in Javascript, All Tutorials | 14 Comments »
Posted in Javascript, All Tutorials | 9 Comments »
Posted in Javascript, All Tutorials | 12 Comments »
Posted in Javascript, All Tutorials | 4 Comments »
Posted in CSS, Javascript, All Tutorials | 88 Comments »
Posted in Javascript, All Tutorials | 7 Comments »
Posted in Javascript, All Tutorials | 23 Comments »
Posted in Javascript, All Tutorials | 3 Comments »
Posted in Javascript, All Tutorials | 2 Comments »
this keyword can often have downright funky behavior. Today, we are going to take a look at exactly what this behavior is, and why it works this way.Posted in Javascript, All Tutorials | 6 Comments »
for and with statements.Posted in Javascript, All Tutorials | 1 Comment »
setInterval and setTimeout and be extremely useful and important, but using either of them in complex ways can be a confusing ordeal. In this tutorial, I’m going to try and show the range of possibilities, from the very simple, to the complex, to the ‘why oh why is it working like this!?’.Posted in Javascript, All Tutorials | 15 Comments »
Posted in Javascript, All Tutorials | 18 Comments »
Posted in Silverlight, Flex, Javascript, All Tutorials | 7 Comments »
Posted in Javascript, All Tutorials | 13 Comments »
Posted in Silverlight, Javascript, All Tutorials | 1 Comment »
Posted in Javascript, All Tutorials | 9 Comments »
Posted in Javascript, All Tutorials | 34 Comments »
Posted in Javascript, All Tutorials | 1 Comment »
Posted in CSS, Javascript, All Tutorials | 4 Comments »
Posted in PHP, Javascript | 15 Comments »
Posted in Flex, Javascript, All Tutorials | 71 Comments »
Posted in CSS, Javascript, All Tutorials | 11 Comments »
Posted in Javascript, All Tutorials | 6 Comments »
Posted in CSS, Javascript, All Tutorials | 29 Comments »