Johnny posted on August 5, 2009 10:11

A couple weeks ago I signed up to participate in yet another Google.com free service, Goolgle Voice.

Here is a general overview of Google Voice.

 

 

I have been accepted into the beta and will begin using it over the next few weeks and report back my findings here.

Stay Tuned! 


Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Johnny posted on May 29, 2008 07:17

I have updated the SQL Server to Sql Server Compact Edition Database copy utility. A few users found a couple issues. Here is what was fixed or added.

-- Added the ability to select the schema you wish to copy. For most databases this will simply be "dbo".
-- Fixed a bug where the application did not recognize a valid version of "System.Data.SqlServerCe.dll".
-- Fixed an issue which limited the database size to 256Mb. The limit is now set to 4091Mb, the maximum size supported by SQL Compact Edition.
-- Fixed an issue where the application assumed a single column primary key. (courtesy of Ricardo Lopes)
-- Fixed an issue introduced in the lastround of fixes involving the ability to select the schema to use from SQL Server 2005. No schemas are available for a SQL 2000 database.  (courtesy of Ricardo Lopes)

 

 I have posted the new source code as well as the executable here.

 


Currently rated 3.7 by 3 people

  • Currently 3.666667/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Johnny posted on May 1, 2008 05:14

Almost two years ago I posted an article on CodeProject.com where I created a library that wrapped the USPS Web Tool API and exposed the functionality as a native .NET class library. You can find the original article here.

I have been working on a DHL and FedEX version and will be releasing them soon here at Johnny Can't Code. Stay tuned!


Posted in: Free Software , Source code  Tags:

Currently rated 5.0 by 3 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


After receiving some good email recommendations on my post, To Open Source or Not to Open Source? That is the question!, I have decided to open source the application to my readers.

You can find the download details here.

Feel free to email me with questions or comments. 


Currently rated 5.0 by 4 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Johnny posted on April 24, 2008 15:20

I was rummaging through my library of source code I have written over the past 15 years and decided now is a good time to air some of it out. The first to be posted is a source code snippet repository. The purpose of this was to store all the little snips of code I had and be able to easily share these snips with some of my fellow coders. I realize that Visual Studio has wonderful code snip functionality but I wanted to be able to share a single repository of snips with my friends.

CodeCentral is three-tier application. A thick client windows forms application, a Web Service and a database. For the database there is a script in the \DBScripts folder. Just create a database and then execute this script against that database.

Download: CodeCentral.zip

Note: I did not create the syntax highlighting code. A friend of mine gave me this code but I believe he got it from codeproject. I searched but could not find the original article so if anyone comes across it please let me know so I can give credit where credit is due.


Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Search Blog Post

Follow me on

Twitter Updates

    Recent Comments

    Disclaimer
    The opinions expressed herein are my own personal opinions.

    © Copyright 2010 Johnny Can't Code