lang="en-US"> Tutorials – Page 4 –  Design1online.com, LLC

Category: Tutorials

0

Cygwin Tutorial: Use External Editor Notepad++

Open your .baschrc file in your home directory and add these commands at the bottom of the file. You can modify any of the options being passed to notepad++ as well. By default this...

0

SVN Cheat Sheet

Brackets [like_this] indicate that the value is optional. Merging and revisions and committing, conflicts and reverting assume that you’ve already checked out and are in a working repository. Checkout a repository svn co repo_url...

0

Angular Js

I wrote a few plunkers this past month that I thought I would share for anyone whose interested in dabbling in Angular JS. Enjoy! Nested Ng-Repeats Dynamically reformat number of max columns per table...

0

PHP Tutorial: Mixing HEX Colors within a Range

This seems to be coming up more often with the client games I’ve been working on. Now everyone wants  dynamic images and colors. This function will produce a random hexcode color within the range...

0

PHP Function: Posted Time Ago – Facebook Style

So I won’t claim credit to this but I was browsing DevNetwork and I found a function that is both useful, succinct and awesome all rolled up into one. Using a php lookup table...