analog to barcode PDT cipherlab cpt8000

May 4, 2008 at 3:38 am | In delphi | No Comments

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 at 11:56 am | In jQuery | 4 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 at 9:38 am | In CastleProject, Uncategorized | No Comments

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 at 9:12 am | In Uncategorized | 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 at 6:21 am | In CastleProject | No Comments

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…

NVelocity Mapping variable or Object

July 25, 2007 at 7:18 am | In CastleProject | No Comments

Guess what…

#set($size = $DictHelper.CreateDict(”size=50″,”maxlength=50″))

User Name:$FormHelper.TextField(”user.name”,$size)

NVelocity will tray to mapping to variable with typeof User in propertyBag or in Session.

Castle on our Project

July 24, 2007 at 10:58 am | In CastleProject | No Comments

Ok,

Since April 2007 I am on Client in Cakung doing web development using CastleProject Umbrella (call monorails), my development environment using SharpDevelop and WinXP and sometime using notepad++, its new kind of experience after I am developing using CakePHP and before that developing in Delphi connect to Appfuse Application.

I think I am in the right track choosing monorails for WebDevelopment in net 2.0, I hope I can fill this blog some of my experience using CastleProject.

See ya….

Ruby 1.9.0 - no such file to load — ubygems (LoadError)

May 15, 2007 at 12:17 pm | In ruby | 1 Comment

Remember the old days when I ran Ruby 1.8.2 only, I got similar message from Ruby 1.9.0 (ruby-1.9.0-20060415-i386-mswin32.zip)

"C:\Ruby1.9\bin>irb
C:\Ruby1.9\bin\ruby: no such file to load -- ubygems (LoadError)

C:\Ruby1.9\bin>"

This the result from the last installation from Ruby 1.8.6, since the Distribution for Ruby 1.9.0 Does not include rubygems, so you must remove the Environment Variables that Ruby will lookup for the options.

RUBYOPT = -rubygems

JavaScript - prototype shortcut - extending with json

May 15, 2007 at 10:19 am | In id-jQuery | No Comments

Mungkin sudah lumrah kalau di javascript kita bikin object dan creating methodsnya menggunakan prototype, dan yang sudah lumrah juga bahwa penulisan di javascript sebisa mungkin minimal (production biasanya di compress menggunakan tools dari Dean Edward), nah disini saya coba tamplikan cara penulisan untuk penambahan methods (contoh untuk object Date) dengan mengunakan function shortcut untuk prototype dan hasil dari pemanggilan function tersebut akan ditambahkan shortcut prototype penambahan methods dan shortcut prototype function penambahan methods menggunakan json.
javascript - extend prototype

Ruby 1.8.6 and 1.9.0 Diff on Methods

May 15, 2007 at 9:13 am | In ruby | No Comments

I am waiting my friend install Oracle 10g on our Development Server in SLES 10, so I grab my intermediate file of my Ruby Doc Browser and Compare it with the Ruby 1.9, and this is the result (screen-shoot) in my Open Office

Ruby Diff 1.8.6 to 1.9.0 Kernel
Continue reading Ruby 1.8.6 and 1.9.0 Diff on Methods…

Next Page »

Blog at WordPress.com. | Theme: Pool by Borja Fernandez.
Entries and comments feeds.