How to Deploy and Run a Windows Phone 8 App
Category Windows Phone
Photoshop: Create Custom Color Swatches
Pick out colors from a photograph and store them in a custom color swatch. The follow techniques work in both Adobe Photoshop CS6 and CC
Category Photoshop
Creating Basic Snippets in Sublime Text
Snippets make coding less tedious, by allowing you to create smart shortcuts when coding that give your fingers a rest.
Category Computer programming
Construct 2: New Project Based on Platform, Game Type, or Template
Learn how to set up a new project in Construct 2 to begin making your own game! This covers different platforms as well as prebuilt templates.
Category Computer programming, Games
How to Lock Down Your Gmail and Google Account
Do you know what websites are accessing your Google information? Are you sure? Check out this article with a few tips to make your Gmail/Google account more secure.
Category Google
PHP: Get Form Data via POST and GET
In many applications you will need to retrieve user entered data from a form of some sort, here are a few methods of doing so with PHP.
Category PHP programming
Scrobble (Sync) Tracks from Spotify to Last.FM
Spotify has finally hit the shores of the good ole’ USA. Were all knee deep in it exploring every single thing possible we can make this program do. Learn how you can sync Spotify with Last.FM so it will scrobble all your tracks.
Category Music
JSP: Grab Form Data Using getparamter
Processing forms in using JSP’s in Java is simple. Learn how to use the Java getparamter() to grab data from an HTML form
Category Java programming
PHP: Find Length and Word Count of String
It’s important to understand PHP’s numerous built in functions for manipulating strings if you ever want to be efficient with the language. Here are two really important ones.
Category PHP programming
Tomcat: How to Set the JAVA_HOME Enviroment Variable
Category JSP programming
How to Solve Common Tomcat Problems in Windows
This article will provide some easy troubleshooting to common problems encountered with Tomcat web server.
Category JSP programming, Windows