Tuesday, June 12, 2007

The stuning system got good grade

After working throughout the year, finally the BSMS got a 'A' grade! May I like to take this opportunity to thanks my supervisor, Dr Joe Yuen and my following classmates, Manfred, Sandy and with those who help me in this year. Additionally, I do think that the Web 2.0 is the future technology and once we look back in the past, we would agree that the development on Web 2.0 should benefits the world, and I wish the late comer can further enhance the system and one day, the late comer can get A+ and exhibits in Final Year Project booth, seriously.

Saturday, March 31, 2007

Finish the Post section: remove the unwanted item like the yekwords and clippings

Finish the Post section: remove the unwanted item like the yekwords and clippings.
Implement the cookies by the HttpCookie class and retrive cookie by Request.Cookies method

The final progress log has been submitted and now writing the final report and fine turn the functions that could help improve the system.

references: Teaching how to write cookie by ASP.NET http://samples.gotdotnet.com/quickstart/util/srcview.aspx?path=/quickstart/aspplus/samples/apps/cookies1/cookies1.src

powered by performancing firefox

Several Screen shot on my system

Add link via the bookmarklet
Add bookmarklet by dragging
Successful insert into PostLink
Newly added Archive with comments
Retrieve password by email
Edit/Delete the archives
Front page of PostLink
View buddy's archives and tags
Tag retrieve based on Tag bag structure
Compare the result with Tag association mining and ordinary content based searching
Tag searching and ordinary content-based searching
Editing

Friday, March 30, 2007

PostLink on my phone

Well, after completing the RSS implementation on my system late last night, I through I can read it on Google Reader, on the Yahoo!Widget, ordinary RSS reader etc but what's more?

When I was having my lunch, I want to phone someone. Suddenly I surpised: why can't I submit the RSS in my phone? So, after collecting my lunch in canteen, I keyed my RSS feed into my phone. I was touching when it connected and finished updating! Here are the screen shot from my DC.



Once again, thanks Manfred and Jacky as well who teach me about email sending in ASP.NET in just 30 minutes!

Thursday, March 29, 2007

Finish Delete, Edit and RSS feed functions

After finishing the mid-term in Computer Graphics, resume the programming on my FYP.
The edit items function have been finished. by resolving the IsPostBack problem, the TextBox.Text can return the user's modified text/value back to the server for modification and/or update the bookmark.
On the other hand, the delete function has been implemented and user now can delete his own bookmark without affecting other's share on the same bookmark.
May I like to take the opportunities to thanks my friend, Manfred who helps me to overcome the problem on implementing and debug on the RSS.NET enhancement on my project. With the RSS support, user can submit the RSS 2.0 standard feeds and read the contents with their RSS feed reader. Once and again, thank you Manfred!

powered by performancing firefox

Sunday, March 25, 2007

Ajax.NET - A free library for the Microsoft .NET Framework

http://ajax.schwarz-interactive.de/csharpsample/default.aspx

Send feedback form with Unicode chars

[Ajax.AjaxMethod]

public string Test1(string firstName, string familyName, string email, string comment)

{

string html = "";



html += "Hello " + firstName + " " + familyName + " /> html += "Thank you for your comment /> html += System.Web.HttpUtility.HtmlEncode(comment);

html += " />

return html;

}





powered by performancing firefox

Friday, March 23, 2007

Count linkid

SELECT uli.title, li.link, uli.tags, LEFT (uli.dateAdded, 20) AS dateAdded, uli.topic, uli.rating, uli.visitedRate, uli.comment, uli.linkid AS linkID, (select count(uliCount.linkid) from userlinkinfo as uliCount where uliCount.linkid = uli.linkid group by uliCount.linkid) as counter FROM userLinkInfo AS uli, linkinfo as li WHERE (uli.userid =@userid) and uli.linkid = li.linkid ORDER BY uli.dateAdded DESC





powered by performancing firefox

First reader, second reader and 1st, 2nd accessor in my FYP



Date and time manipulation in SQL

Date and time manipulation in SQL server 2000



---------------- Selecting only the date part from a datetime column --------------

/* Creating a Test Table */

Create Table MyDateTest99

(

datetime

)

go

/* Inserting the test value into the table */

insert into MyDateTest99 values (getdate())

go

/* Selecting the result */

select convert(varchar,DateColumn,108) from MyDateTest99

go

/* Performing Cleanup */

drop table MyDateTest99

go





Style ID

Style Type

0 or 100 mon dd yyyy hh:miAM (or PM)
101 mm/dd/yy
102 yy.mm.dd
103 dd/mm/yy
104 dd.mm.yy
105 dd-mm-yy
106 dd mon yy
107 Mon dd, yy
108 hh:mm:ss
9 or 109 mon dd yyyy hh:mi:ss:mmmAM (or PM)
110 mm-dd-yy
111 yy/mm/dd
112 yymmdd
13 or 113 dd mon yyyy hh:mm:ss:mmm(24h)
114 hh:mi:ss:mmm(24h)
20 or 120 yyyy-mm-dd hh:mi:ss(24h)
21 or 121 yyyy-mm-dd hh:mi:ss.mmm(24h)
126 yyyy-mm-dd Thh:mm:ss.mmm(no spaces)
130 dd mon yyyy hh:mi:ss:mmmAM
131 dd/mm/yy hh:mi:ss:mmmAM








powered by performancing firefox