Category: Programming

Generate SSL Certificate for Linux

If you want to test SSL on your web server, you probably want to generate a self-signed certificate before ordering up the real one. There are three steps: – generate SSL key w/o passphrase – generate certificate request – generate self-signed certificate # cd /etc/httpd/conf # mkdir ssl.key ssl.csr ssl.crt # openssl genrsa -out /etc/httpd/conf/ssl.key/myserver.net.key […]

Read more

How to Setup Apache2 with Virtual Hosts – Easy Tutorial

What the Red Means The lines that the user needs to enter or customize will be in red in this tutorial! About Virtual Hosts Virtual Hosts are used to run more than one domain off of a single IP address. This is especially useful to people who need to run several sites off of one virtual private server. The […]

Read more

Gooseberry – An Alternative to the Raspberry Pi? Where did it go?

CPU : A10 1 Ghz overclockable to 1.5 Ghz  (1.2 Ghz highest stable overclock on android) Graphics Processor : Mali 400 MHz Operating System : Now Android 4.0 ICS Onboard Storage: 4Gb (upgradeable by Micro SD memory card- 32gb) Wifi: 802.11 b/g/n Connectivity: Ac jack, 1x 3.5mm Earphone Jack, 1x Mini Usb, 1x Hdmi Out, Micro Sd […]

Read more

Maps APIs over SSL now available to all

As public WiFi becomes increasingly ubiquitous, we spend more and more of our time on shared networks. This can expose our personal data to third parties if the sites we access are not secure. Many sites use Google services to store and manage Google data. In response to this, Google is today announcing improved support for SSL […]

Read more

How to Obtain a Google API Key.

Fear not.  Your search is over.  For some reason it is hard to find much less navigate to this part of Google’s dashboard.  So here’s some easy instructions. Get a new Console key from https://code.google.com/apis/console as described in the Version 3 docs at https://developers.google.com/maps/documentation/javascript/tutorial#api_key. Console keys work with Version 2 and provide the benefits of statistics reporting. It’s […]

Read more

How to Import a Android Project (.apk file or folders) into Eclipse

Whether you have an .apk file or an unpacked folder with the android files within, these steps will help you continue on your quest. If you haven’t unpacked the .apk file yet, you want to click this LINK. It contains step by step on how to unpack .apk files correctly and easily. Once you’ve unpacked […]

Read more

How to Decrypt, Unpack, and Edit .apk files (Android, Eclipse, APKTOOL) – Easy as Pie

Yes you can view or decrypt the XML files of an Android APK file. There is a tool android-apktool It is a tool for reengineering 3rd party, closed, binary Android apps How to do this on your Windows System: Download apktool-install-windows-* file Download apktool-* file Unpack both to your Windows directory Now copy the APK file also in that directory and run […]

Read more

Software/Web Developer Contract Template

THIS AGREEMENT (“Agreement”) is entered into on __, between Smith (“Developer”), with its principal place of business located at XXXXXXX, Newton, MA, and ________ (“Client”), with its principal place of business located at ___________________________ and shall be effective as of ___ (the “Effective Date”). WHEREAS, Developer is engaged in the business of software development, WHEREAS, Client wishes to utilize the services of Developer in […]

Read more

How to embed a Flash/Swf File

Read more

Toggle Keyboard with Javascript for Ipad/Ipod/Iphone or other Mobile Devices

An easy way to make a mobile keyboard show up would be an input field. Example: Mobile Device – Click for Keyboard

Read more