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

sqlite] on ubuntu 8.10


sqlite] on win32

W2Tags with rails.hot

W2Tags Book

W2Tags Hooked on Rails & Merb

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?

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

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

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)

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>

Read More »