by cliper
Saturday, June 28, 2008 9:10 PM
been busy for the past 2 weeks. im doing some translation utility for our directory. well, i got it to work. not bad because I'm using a third-party class lib to communicate with google XMPP (jabber) server. hope to post a simple project about this soon. for now, I'll enjoy my weekend.
Cheers,
15b43f38-4b39-421f-9774-1b7f2a7bf557|0|.0
Tags:
General
by cliper
Wednesday, June 25, 2008 11:27 AM
Well, sometimes we asked how can we passed request parameters in our web application?
So if we have http://cliper.boholcentral.com/?request_id=test we need to get "test"
In our classic ASP web application, we do like
Request.QueryString("request_id")
probably, ASP.NET still uses this syntax and the most readable syntax could be:
C#
Request["request"];
VB
Request("request_id");
fb6831ff-8c91-4c67-96f9-6b34e6cdf296|0|.0
Tags:
ASP.NET | C#
by cliper
Monday, June 23, 2008 8:07 AM
Well, I'd like to seed this information since this affects me.
Click here for more info.
7f9926c6-22ea-48d1-85fd-407681a567d4|0|.0
Tags:
General
by cliper
Monday, June 23, 2008 7:38 AM
The images are switched in this article. OR... is it really switched? I've read the magazine and find it confusing. Perhaps this might serve as a joke to some of you.
Click here
by cliper
Sunday, June 22, 2008 5:03 PM
Google releases Trends for Websites by ZDNet's Garett Rogers -- Google Trends was originally released as a tool that let you see visual comparisons between search volume of keywords. That hasn’t changed, but Google now also gives us the keys to more data about actual popularity of websites based on daily unique visitors. This data is similar to what companies like Alexa already provides, but [...]
510d161e-9cad-47f6-91b8-a47b73f740cc|0|.0
Tags:
General