initial development of sqlite admin DB[:sqlite]

•January 19, 2009 • 1 Comment

this is the screen-shoot of my new project for sqlite admin call DB[:sqlite]

sqlite] on ubuntu 8.10


sqlite] on win32

Fast Prototyping with Sinatra Sequel W2Tags

•January 5, 2009 • Leave a Comment

W2Tags a Haml like in Erb

•January 5, 2009 • Leave a Comment

W2Tags ScreenShoots

•September 16, 2008 • 1 Comment

W2Tags with rails.hot

W2Tags Book

W2Tags Hooked on Rails & Merb

W2Tags ScreenShoots

•June 16, 2008 • Leave a Comment

analog to barcode PDT cipherlab cpt8000

•May 4, 2008 • 1 Comment

The old friend of mine now got study for S2 in malaysia, he is interesting on making
the analog (human reading) of “meter-listrik” to become a barcode (see below ),
is it feasiable?

jquery facebook autocomplete

•February 18, 2008 • 23 Comments

simple “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

screen-shoot
jquery_acfb_sc_shoot
jquery_acfb_sc_shoot2

WebDev.WebServer Copy to another PC

•December 21, 2007 • Leave a Comment

You 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 Comment

Okay,
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 Comment

Snipcode 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>

Continue reading ‘read – get – access web.config’