Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~890 People Reached
Favorite Tags
Member Avatar for nsan

What is the most popular scripting language on the internet? what is the most popular Database?

Member Avatar for trafficman
0
93
Member Avatar for nsan

where can i find good articles about Delphi? what is wrong with this loop? procedure TForm1.Button1Click(Sender: TObject); var a: integer; begin for a:=1 to 5 do begin ShowMessage('Window: '+InToStr(a)); end; end; end. i receive this error [Error] Unit1.pas(31): Undeclared identifier: 'InToStr' any help is appreciated

Member Avatar for dotnet_guru
0
211
Member Avatar for nsan

example: [URL="http://www.yourdomain.com/username"]www.yourdomain.com/username[/URL] when you sign up in Social Networking websites like zorpia.com and tagworld.com, they create a homepage for you that you can edit. your username comes after / and no file extension is included like [URL="http://www.zorpia.com/username"]www.zorpia.com/username[/URL] i dont know how they do it any hint?

0
79
Member Avatar for nsan

when you register in zorpia.com or tagworld.com, they create a homepage for you like: [URL="http://www.zorpia.com/myname"]www.zorpia.com/myname[/URL] i dont know how it works? does it create a seperate folder? how come no file extension is included? any hint for me to learn how to do that?

0
60
Member Avatar for nsan

some easy questions about c++ 1. is it possible to link the c++ files with databases like oracle,MySql? (coding the file to access the databases) 2. can we put the compiled files on websites? Google.com is build in C and C++ and their search engine is running on that. how …

Member Avatar for iamthwee
0
212
Member Avatar for nsan

whati s wrong with this loop? procedure TForm1.Button1Click(Sender: TObject); begin var j: Integer; for j:=1 to 5 do begin ShowMessage('Box: '+InToStr(j)); [B]end;[/B] end. i also added one more end; after second last [B]end;[/B] but nothing changed. iam new to Delphi and it is frustrating:mad: i receive the following errors [Error] …

Member Avatar for nsan
0
131
Member Avatar for nsan

hi everyone. some dynamic websites use the Encoding link like [url]http://www.blogsky.com/login.bs?rnd=bBGJ757Yt1TtrkU91fP4UNI25riD4AmE3iSykH64[/url] and the value for "rnd" in link above is automatically generated.... i wanna know how i can do that in ASP and what values can i pass via that encoded value to Server i tried Server.URLEncode("something values") but that …

Member Avatar for msaqib
0
104