Quantcast
Channel: Local Wisdom » javascript
Browsing all 8 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Dynamically updating HTML with Ajax

To create dynamic web pages/applications, you’re most likely going to want to update a portion of the page without a full page refresh.  Ajax makes this an extremely simple task.  The name Ajax is...

View Article



Image may be NSFW.
Clik here to view.

Code School’s Discover Dev Tools Released Free

Popular online programming school Code School has released a new free interactive course focusing on Chrome Developer Tools (Google’s answer to Firefox’s Firebug). If you’re not familiar with Code...

View Article

Turn Compressed Javascript into Readable Code

Today, we found a jQuery plugin that did generally what we wanted, but needed a few minor adjustments to work exactly how we needed. The only problem was that the script was only available in the...

View Article

Image may be NSFW.
Clik here to view.

7 Things You Can Do To Make Bootstrap Work Harder Establishing Criteria for...

Introduction I love Bootstrap. Web development used to be this arduous and sometimes mysterious process to me, and this is pretty embarrassing for a computer science student. When I learned about...

View Article

Smooth Scrolling jQuery Snippet

I just wanted to share a simple jQuery script that I found on CSS Tricks that animates the scrolling to an element that is on the same page. Simple add this to your javascript file – be sure you have a...

View Article


Show Page Elements in a Random Order Using jQuery

Today I had to find a solution to showing content on a page in a random order each time the page is loaded. The simplified version of my code was similar to the this: <div class="parent"> <div...

View Article

Expire a Cookie in 30 minutes using jQuery

My go-to jQuery plugin for setting cookies is jquery.cookie. It’s quick, easy and lightweight. You can set a cookie with a simple script in your javascript file: $.cookie('the_cookie', 'the_value'); I...

View Article

Image may be NSFW.
Clik here to view.

How to get a trend line for a javascript graph – Linear Regression

So recently I’ve been working with the D3.js framework to create pie charts, bar graphs, and line graphs.  The best description of D3 comes directly from their website : “D3.js is a JavaScript library...

View Article

Browsing all 8 articles
Browse latest View live




Latest Images