initial development of sqlite admin DB[:sqlite]
•January 19, 2009 • 1 CommentW2Tags ScreenShoots
•September 16, 2008 • 1 Commentanalog to barcode PDT cipherlab cpt8000
•May 4, 2008 • 1 Commentjquery facebook autocomplete
•February 18, 2008 • 23 Commentssimple “jquery facebook autocomplete”
you can checkout from code.google at:
https://wharsojo-js.googlecode.com/svn/jquery.autocompletefb/trunk
or
http://wharsojo-js.googlecode.com/files/jquery.autocompletefb-0.1.1.zip
WebDev.WebServer Copy to another PC
•December 21, 2007 • Leave a CommentYou need 3 files
1. \WINDOWS\Microsoft.NET\Framework\v2.0.50727\WebDev.WebServer.EXE
2. \WINDOWS\Microsoft.NET\Framework\v2.0.50727\WebDev.WebServer.exe.manifest
3. \Windows\assembly\GAC_32\WebDev.WebHost\8.0.0.0__b03f5f7f11d50a3a\WebDev.WebHost.dll
no:3. you can’t copy with windows explorer, go to console and copy it
my programming language for web dev
•December 21, 2007 • 1 CommentOkay,
Long time no see ya…
now, my programming language for web dev focus on
1. javascript (jquery)
2. ruby on rails
3. c# (monorails)
read – get – access web.config
•August 23, 2007 • Leave a CommentSnipcode I think I need it
using System.Configuration;
…
…string connectionInfo =
ConfigurationManager.AppSettings["ConnectionInfo"];
…
…web.config
~~~~~~~~~
<?xml version=“1.0″?>
<configuration xmlns=“http://schemas.microsoft.com/.NetConfiguration/v2.0″>…
…
<appSettings>
<add key=“ConnectionInfo” value=“Postgresql” /></appSettings>
…
…
</configuration>

![sqlite] on ubuntu 8.10](http://wharsojo.files.wordpress.com/2009/01/db_query-ubuntu.png?w=500)
![sqlite] on win32](http://wharsojo.files.wordpress.com/2009/01/db_query-win32.png?w=500)






