android sdk manager – find_java.exe or find_java.bat problem and solution
If you are having issues or problems launching the android sdk manager from it’s folder or from Eclipse with ADT plugin with error related to find_java.exe or find_java.bat as unexpected at this time, here is a simple fix or solution. This is a common problem in the Windows version of the sdk that the bat [...]
how to create a tcl pcell for laker ic cad software
Quick Code: This post is for integrated circuit cad engineering software for which information are scarce on the internet. Here is a sample tcl code for creating a tcl pcell in Laker ic cad / layout software. The sample pcell is a n transistor device with 3 parameters ( number of gate finger, number of [...]
file and directory selector with gui for tcl – tk
Quick Code: Here is a sample file and directory selector procedure written in tcl – tk. The code is added in my public git repo at git://github.com/rvguiman/tcl-tk.git or https://github.com/rvguiman/tcl-tk.git. Or check the code below.
coding tips and tricks – changing php user agent
In php, you can use file_get_contents function to get website data. But some websites or servers may require or change its behavior depending on the browser you are using. You can set this in your php.ini file but an easier option is to do this in your php code using ini_set function. You can use [...]
review – super mushroom by gameday for iphone – pinball meets pvz
When we are not programming, we are playing games (Hobby Corner). If you enjoyed Plants vs Zombies and pinball, you’ll love Super Mushroom. Similar to Popcap’s popular tower defense game, the objective of Super M is to protect your base from intruding bacteria using mushrooms with super powers and left & right wooden pinball kickers. [...]
using bing webmaster tools – improve your search engine visibility
One of the things you can do to improve the search engine optimization (SEO) of your website is to use Google and Bing webmaster tools. In this post, I will be discussing Bing which is similar and almost identical to Google webmaster tools. 1. First, make sure you have access and ownership of the server. [...]
providing complete web solution for www.rickysogood.com
The three major parts of providing a complete web solution are: server, software and design. The server is a computer that is always turned on, connected and maintained. It is comparable to the human body. The software are the programs that we use to provide all the logic and data processing that create these websites. [...]

