Skip to main content

Posts

Showing posts from August, 2006

the Web

the progress is now i've reach the account management system well just started making the Database, Table, SPROC and also the Data Tier for Accounts well new progress..after a while it already have Configuration, and now begin to the detail of the web like Pages (.aspx)..now i'm still working for Account Registration.. well most of the time is just doing copy and paste the code behind it..:D but i kinda learn someting too..now i understand about .css and HTML tag :D..thank God there's something that i found from this one :D well hopefully i be able to do without copy paste it soon.. see u

__doPostBack

yes it is javascript function..eventhough i never used any but it used at my web.. it act amazing (well i'm still new :D) to me the __dopostback (with 2 underscore at front) is like a function that call an ID of an control (.NET in my case) so it can execute the code behind those control ex: i have one link button that with ID 'Delete' and a javascript function that would prompt user wether he/she want to delete it and also Delete_Click sub at code behind function Delete() { if (confirm( 'Do you want to delete the selected folder(s) and/or file(s)?')) { __doPostBack('Delete', ''); } } and a linkbutton that call Delete_OnClick sub at the code behind page so it works like this: 1. it will executed the javascript function, prompt for "Do u want bla222" 2. if already confirm then it will search for a control ID and execute the event for coressponding control..since it only have OnClick event in my case so it execute the

the Web progress ...

well..it moving fast..well at least i'm learning fast coz found a great e-book call ASP.NET Website Programming :Problem,Design,Solution Wrox Press which cover problem, design, solution..not indeep explained but u can work it out while making a progress since it cover technique that i never imagine before and also it using N-tier approaching :D the Web is now can transfrom XML to perform CSS using XSLT..great technique since it reduced time to develop new CSS if u want any changes made but the trouble is now..i'm stuck at the code since i'm never imagine .NET can do that :D..not progress enough at the code yet..but well i'm still learning..newbie :D must learning again..bye for now PS: if u have a time then read the book, great information in there

..not a good yesterday..

indeed..yesterday is our independence day, eventhough i'm not crazy about it but it gave me a holiday so i love independece day :D yesterday i fill it with playing popular Warcraft mods call DoTA against my university mate.. well too save a line..i'll say i died often, my friend improve alot..well game is about winning and losing right? hehe.. i must admit..i play horrible, can't improve..not sure why..just being stupid i think :D well..it will give me sometime to play it again with my friend..until i improve? naaa..until i have time again.. i'll revenge :D Beyond Godlike!!!

feel Stiff

my body fell stiff after play badminton yesterday..well it's been along since i feel like this :d and it's a great feeling.. exercise is great for health..that's for sure.. need to find exercise to replace usual badminton that i didn't play again because of not much people that play in my group..too bad.. well today i'll meet Her and also meet my nephew nik, while nadia already at my house since wednesday because her father, ko william is taking an eye operation to remove his katarak.. well good to hear that he's ok after it.. ok..until then again..gonna download2 more :D

the Web

i don't understand why it took me long enough to finished this project. i recall that when i do my thesis for Undergraduate at my University..it just takes 1 month to finished all but it doesn't see all aspect in term that it can't 'growth'..if it need to be growth, it must re-program again.. at least the one that i develop now is can be growth :D..cross my finger.. i manage to create Member Registration now..need tweak a bit.. later i plan to develop using Datagrid to view member's info not interesting issue that i found :D well22..until then..

.NET Mapping

well i have an issue regarding using different location for IIS to map ASP.NET project so i found a solution for it and it really simple in an order: 1. create virtual directory at IIS and map the local path to ASP.NET project folder 2. in ASP.NET project folder..find web_project_name.webinfo and open it using Notepad..and change the path after localhost to new virtual directory name u've created in step 1.. or # Web-share the Web Folder by doing: * Right-click on the Web folder in Windows Explorer, and select Properties * Click the Web Sharing tab * and select Share This Folder Ensure that the Alias reads the name for the Web ex: if u plan to use //localhost/myWeb then the Alias is myWeb * Set execute Permissions for the application by selecting the radio buttion in the application permission section of the dialog box. It makes it easier to hack around with the site if you also check Directory Browsing * Click OK * Click OK again easy right? :D

the WEB

well i decide to do it via 'my way' since i can't go on using earlier method that i mentioned.. the problem is i stuck with other's method that i took as example..can't creative i think so i create the new one..using only 3 tier approach :D.. using Class instead DataSet.. the code is proably fine..the UI is kinda stuck..the HTML Table that i used is not 'cooperate' with me..i need to make the size manually like click and drag so it can work like i want to..can't auto resize or something like that :( ok..until then