|
Contributed by Chad Brandt
|
|
|
|
Friday, 01 January 2010
I have developed and put on the market a new application for android that will allow you to see your currently running applications, the current memory used, peak memory used, PID, and the priority Write Comment (0 Comments) |
|
Read more...
|
|
|
Contributed by Chad Brandt
|
|
|
|
Wednesday, 30 December 2009
I have developed the most comprehensive chat abbreviations look up program. You can enter the abbreviation and get all matches with the full meaning. Over 4000 abbreviations listed. This can help decipher your teenagers messages. Write Comment (0 Comments) |
|
Read more...
|
|
|
Contributed by Chad Brandt
|
|
|
|
Sunday, 06 September 2009
After recently upgrading my MacBook Pro to the new mac OS Snow Leopard, I was disappointed to discover they have dropped Java 1.5. The only version of java available on Snow Leopard is Java 1.6. This may be ok for a non-developer, but developers need the older version of java for some projects. Write Comment (0 Comments) |
|
Read more...
|
|
|
Contributed by Chad Brandt
|
|
|
|
Friday, 27 February 2009
If you are developing with .NET and C# you may come across a time when you want to use your C# dll in unmanaged (native C++ code). Unfortunately it is not a straight forward problem and the best way to accomplish it is exposing your C# dll as a COM object. In a recent project I ran across this problem and was able to successfully use the C# dll in c++ code in Visual Studio and C++ code in Borland Builder 2007 Write Comment (1 Comments) |
|
Read more...
|
|
|
Contributed by Chad Brandt
|
|
|
|
Saturday, 14 February 2009
There are times when you need to secure access to a web application or service and you would like to use client certificates for authentication. This is a common way to secure web service calls and safely authenticate the client. This is not really difficult to do, but there is a lot of steps involved Write Comment (0 Comments) |
|
Read more...
|
|
|
Contributed by Chad Brandt
|
|
|
|
Sunday, 25 January 2009
There are times you need to access a service or website that runs on a port that is blocked for public access. For example you have a test site on your company computer running on 8080 and this is not accessible from the public internet. If you have ssh access to the machine or any machine on that network you can easily setup a tunnel to access that port Write Comment (0 Comments) |
|
Read more...
|
|
|
Contributed by Chad Brandt
|
|
|
|
Saturday, 24 January 2009
Some modules in drupal require the clean urls to be enabled. I have found some issues with this on my mac as well as any other deployment where the drupal site is not the root website. The error you will see is a 404 'The requested URL was not found on this server'. There is an easy solution to fix this and get clean urls working with drupal.
Write Comment (0 Comments) |
|
Read more...
|
|
|
Contributed by Chad Brandt
|
|
|
|
Saturday, 24 January 2009
The php5 that is installed by default in mac os X is not compiled with the GD library. This causes issues when using software like drupal that requires this. Write Comment (0 Comments) |
|
Read more...
|
|
|
Written by Administrator
|
|
|
|
Wednesday, 20 July 2005
Constant monitoring and troubleshooting are key to maintaining a network's availability. With ngrep you can analyze network traffic in a manner similar to that of other network sniffers. However, unlike its brethern, ngrep can match regular expressions within the network packet payloads. Write Comment (0 Comments) |
|
Read more...
|
|
|
Written by Administrator
|
|
|
|
Wednesday, 20 July 2005
You can carry GNU/Linux in your pocket with a functional, quick,
and useful USB pen drive distribution. Pen drives are faster than CDs, and the
small distros that fit on them don't require huge amounts of memory for the
operating system and applications. Write Comment (0 Comments) |
|
Read more...
|
|