Showing posts with label ASP. Show all posts
Showing posts with label ASP. Show all posts

Wednesday, 24 November 2010

Project prototype submission


ROAST! is the name of my system that am going to develop. It's a short form of Restaurant Online Advertising System Tracker! Yeah...in short form of ROAST! My friend who did has a PhD in forestry suggested to me this title because it's easier to remember and the name is related with the purpose of the system. Anyway..here is my previous interface and the two pictures above are the latest interface that I've submitted last night. I developed those with VB.NET programming language and I am newbie in this programming language. I just hope that i can improve my skills in doing this. I like VB.NET but I think it's a bit strange some of the syntaxes because some of them are not make sense. Doh!

Thursday, 12 February 2009

This is what I called SHIT!!!

My discussion with my manager yesterday end up with >> I HAVE TO HOLD ON MY PLAN AND I COULD NOT START TO DEVELOPMENT SIDE OF THE TOOL. So he lastly decided to understand the logic and the relationship between the tool. I've done it many time and now i get fed up with it. I ask permission to access the database but he said i have to get license. OK fine! now he gave a bundle of source code and requests me to understand about it. So just imagine i have this is what i am doing.


<%
totalAll=0
n = 1
For i=1 to UBOUND(arrName)
if arrName(i) <>"" then
echo ""
echo "" & n & ""
n = n + 1
echo "" & UCase(arrName(i)) & ""
tmptotal=0
For x=1 to UBOUND(ArrDate)
%><%
nTotal=0
for j=0 to UBOUND(ArrAllName)
IF ArrAllName(j) = ArrName(i) AND ArrAllDate(j) = ArrDate(x) THEN
nTotal = nTotal + 1
ArrTotalPerDate(x) = ArrTotalPerDate(x) + 1
END IF
Next

IF nTotal > 0 THEN
response.write(nTotal)
ArrHC(x) = ArrHC(x) + 1
ELSE
response.write(" ")
END IF

tmptotal = tmptotal + nTotal

%><%
next
echo "" & tmptotal & ""
echo ""
end if
Next


%>


No cry ya!!!! This is ASP source code and This is silly..reading and try to understand other's source code is silly because different people has different ways to program. In the mean time i am extremely hungry!!

Other stories

Related Posts with Thumbnails