No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
Programmer / Analyst
- Interests
- Computer Programming
- PC Specs
- Lenovo B450 Intel Core 2 Duo 2.1 GHZ, 2.5 GB RAM DDDR Windows 7 Ultimate
24 Posted Topics
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 … | |
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 … | |
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 … | |
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 … | |
Re: 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. | |
Re: 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 … | |
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 … | |
Re: 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 | |
: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, … | |
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 … | |
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 … | |
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? … | |
Re: [QUOTE][color="Red"]$add_fax_sql[/QUOTE] i dont think this is valid. is it? | |
Re: 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... | |
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 … | |
Re: whoa..that's explain why deitel java book discuss UML too, better get back to those UML topics after i finish the book :s | |
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 … | |
Re: [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 | |
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, … | |
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 … | |
Re: 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. | |
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, … | |
Re: 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 … | |
Re: 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 … |
The End.