jquery facebook autocomplete
February 18, 2008 at 11:56 am | In jQuery | 4 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 at 9:38 am | In CastleProject, Uncategorized | No CommentsYou 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 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 at 6:21 am | In CastleProject | No CommentsSnipcode 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>
NVelocity Mapping variable or Object
July 25, 2007 at 7:18 am | In CastleProject | No CommentsGuess 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 CommentsOk,
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 CommentRemember 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 CommentsMungkin 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.

Ruby 1.8.6 and 1.9.0 Diff on Methods
May 15, 2007 at 9:13 am | In ruby | No CommentsI 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
Blog at WordPress.com. | Theme: Pool by Borja Fernandez.
Entries and comments feeds.






