|
Contributed by Chad Brandt
|
|
|
|
Tuesday, 09 November 2010
I recently got tired of constantly running out of space on my HTC Hero. So rather than deal with the continued frustration, I finally flashed my Hero with the new Android 2.2 ROM from Cyanogenmod. I have to say I could not be happier! Everything worked after the ROM flash, that is right, no problems! Currently, my Hero is overclocked to 768 MHZ and the performance boost is definitely noticeable. Write Comment (0 Comments) |
|
Read more...
|
|
|
Contributed by Chad Brandt
|
|
|
|
Tuesday, 09 November 2010
Google has deprecated the copy protection on paid apps and is recommending everybody use the new licensing service instead. One of the big benefits you get by removing the copy protection and using the license service is the ability to enable the move to sd card for your application. This is more important if you are developing a game with images and sounds as these files can quickly make your application very large. Write Comment (0 Comments) |
|
Read more...
|
|
|
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 (10 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 (4 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 (1 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...
|
|