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.

~6K People Reached
About Me

Programmer / Analyst

Interests
Computer Programming
PC Specs
Lenovo B450 Intel Core 2 Duo 2.1 GHZ, 2.5 GB RAM DDDR Windows 7 Ultimate
Favorite Tags

24 Posted Topics

Member Avatar for upstream

Hi all, I am currently developing a recurring payment gateway for a website using Website Payment Pro using ASP.NET ~ VB. i was thinking if im on the right track because this is my first time to do this PayPal integration. :S Please can anyone give me some advice where …

Member Avatar for Munish Mahajan
0
719
Member Avatar for upstream

Hey everyone, im currently designing a database. i usually design my tables with "LastUpdate" field with a smalldatetime data type for tracking purpose. which is whenever user insert or update a row. there's a trigger that updates that specific field. now, i was thinking to split the information of "created …

Member Avatar for buddylee17
0
208
Member Avatar for upstream

Hi, im currently testing the website i created. i used a method of displaying the image through [B]FileStream[/B] and [B]BinaryReader[/B] (e.g "http://localhost/img.aspx?id=test.jpg"). it works fine actually, but the thing is, everytime i navigate through pages the image reload as well, taking a hit on the page load time. question: is …

Member Avatar for dnanetwork
0
180
Member Avatar for upstream

Hey guys, I was working on embedding image using the object tag with quicktime. i was succesfully embed it [COLOR="Red"]but it seems like i cannot display the playback controls (like "play","pause","stop" etc)[/COLOR]. Here's my code: [CODE] <object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="478" height="383"> <param name="src" value="movie.mov" /> <param name="autoplay" value="false" /> <param …

Member Avatar for upstream
0
116
Member Avatar for iamchamith

so far, in my experience, there's no available class in .NET to display a custom dialog box. you can only achieve it using Javascript.

Member Avatar for asad_dani
-1
76
Member Avatar for visweswaran28

why without database? i assuming database approach will be the best one. just put a flag like "IsLogin" and its session information to a table then that's it. just need to check it everytime a user tries to login. for non-db approach i think you need to check it via …

Member Avatar for upstream
0
238
Member Avatar for upstream

Hi, I'm currently designing the schema of my database for an application. and there's this table that has a default content or records. i'm torn between what type should i use for its key, because im always using autonumber, i was thinking that because i have a default content for …

Member Avatar for upstream
0
195
Member Avatar for samaru

i never realize until now that i give too much candies on other people before :o, i think i should implement this kind of ruling in my group XD

Member Avatar for happygeek
0
2K
Member Avatar for upstream

:idea: hi all. Here's my set-up: Server 1: SQL Server 2005 Database Server 2: Public Web Application using ASP.NET VB and IIS6 my newly published website is succesfully running! ~ but after a few minutes (or in some instances)..my application is stopping from responding, it only shows the hourglass cursor, …

Member Avatar for mail2saion
0
189
Member Avatar for upstream

Hi all, I just want to ask how I can safely store credit card information in a database. My website only needs the information one time, but I can’t decide if I should store the credit card information in the database. I think I only need it one time, but …

Member Avatar for nelixinc
0
199
Member Avatar for upstream

Hi all, There's this webmaster of another website emailed (cuz im the one who maintain the company's website) for a link exchange. is there's any special way to implement this other than posting their link to our static page? he said he want their link to put it on a …

Member Avatar for upstream
0
165
Member Avatar for upstream

hi all, i'm almost done with the program im doing. one last thing i must do is to implement a search box dropdown on the other website with a dynamic content coming from our database. prob is, of course i dunno how to do that? xD is [CODE]require_once("http://www.mywebsite.com/include/db_connect.php")[/CODE] will do? …

Member Avatar for sDJh
0
138
Member Avatar for cali_dotcom
Member Avatar for ash112

if you want to display a result in a new line use this "\n" on your php code (if you just want a clear view of your list in loop..or <br /> tags in html...

Member Avatar for upstream
0
144
Member Avatar for upstream

Hi all, Im currently experimenting the built-in mailman on my cPanel. i was able to get the behavior that i want but the thing is i dont like the result xD... Well, ive got a few questions on how to do this with Mailman (if it is possible).. 1. use …

0
76
Member Avatar for freddypyther

whoa..that's explain why deitel java book discuss UML too, better get back to those UML topics after i finish the book :s

Member Avatar for jwenting
0
152
Member Avatar for upstream

hi! does anyone knows how to convert metric units (such as centimeters) to pixels by hand (i mean the normal calculation, not a function from a programming language or something) ? i just want to be accurate and use pixels instead in measurement...=/ i tried searching but it gives me …

Member Avatar for MidiMagic
0
168
Member Avatar for ryan_vietnow

[QUOTE=Lardmeister;427349]I am not from the Phillipines, but I would like to be! I hear it's a great country, where all the men are smart and all the girls are pretty![/QUOTE] really eh? where'd you hear that? rofl...im a graduating college stud! :) taking up comsci

Member Avatar for yangmuai
0
87
Member Avatar for upstream

currently im studying Java 6, and im using Notepad++ for programming, im just wondering if in this way, i could learn programming with java better than using a full blown IDE? :confused: i have a JCreator but i dont want to use it, cuz i decided to use Notepad++ instead, …

Member Avatar for jasimp
0
255
Member Avatar for upstream

hi everyone, im Rico from Philippines, 20 years old...i can program with visual basic 6 and vb 2005 but i dunno much about vb.net though i tried using it before, but i dont have big project with vb2005, i also help other students with their programs with vb series...i just …

Member Avatar for jasimp
0
78
Member Avatar for osirus0830

geez, i dunno there's a 7th edition of Java: How to program, i only have the 6th...XD yeah, that book is very nice, i can practice programming with those exercises given in the end of every chapter.

Member Avatar for peter_budo
0
173
Member Avatar for upstream

Hey, i am practicing in this book sample, it says i can rewrite my code for determining the highest value in my 3 input. the commented part is working perfectly (Line 19, 26), it can return the highest value... but when i try to rewrite it using the Math.max method, …

Member Avatar for upstream
0
161
Member Avatar for Dell XPS

Oh much like an inventory system eh? You need some knowledge in SQL, what database to use (mostly Microsoft Access or SQL Server =/), and how to use either Data Report or Crystal report for printing. and for printing, you need to use the Printer.* object. research those stuff in …

Member Avatar for jireh
0
89
Member Avatar for rapperhuj

inputs need to be in a try..catch, format: try { [I]statement[/I] } catch([I]Exception ex[/I]) {[I] statement[/I] } ex... [CODE] try { System.out.println("Enter name:"); name=input.readLine(); } catch(IOException ioe) {} [/CODE] my teacher doesn't teach me that too <.<... [QUOTE=Ezzaral;430038]Using Scanner to read the input would be easier and you wouldn't have …

Member Avatar for saifjob40
0
214

The End.