lang="en-US"> Jade – Page 5 –  Design1online.com, LLC

Author: Jade

0

Useful Linux Commands

Locate PHP error logs on the server grep ‘error_log’ /etc/php.ini | awk -F= ‘{ print $2; }’ Restart your bash_profile . ~/.bash_profile Change to your home directory cd ~ View your history history 50...

0

Google Maps Tutorial: You Are Here in 3 Easy Steps

I’ve been playing with Google maps lately and I thought I would share this little tidbit. It still needs some refinement (ie fetching your location from IP for non-html5 compliant browsers and letting you...

0

Angular UI Tutorial: TinyMCE Directive

This is a really useful plunker that allows you to integrate tinyMCE into your angular projects as a directive. You can apply the WYSIWYG to multiple textareas on a page or in angular UI...

0

Server Down November 9th for Maintenance

We have had numerous complaints about server speeds with our new server therefore we are going to have a scheduled downtime to do additional optimizations. All of our games and our and hosted games...

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...