Forum: ASP.NET Apr 29th, 2009 |
| Replies: 11 Views: 730 oh just an update, it seems that's not the problem. i just let the ASPNET account be listed in the Security of my root directory, and it seems to solve the problem. :D hopefully. |
Forum: ASP.NET Apr 27th, 2009 |
| Replies: 11 Views: 730 the previous program only uses con.Open. this is the sample of her code. this a function and simply called if connection is needed
any advice? |
Forum: ASP.NET Apr 27th, 2009 |
| Replies: 11 Views: 730 oh, the code doesn't have that. will check on this issue. |
Forum: ASP.NET Apr 27th, 2009 |
| Replies: 11 Views: 730 Im sorry, but. what's an embedded transaction??? i think that's my problem.. |
Forum: ASP.NET Apr 24th, 2009 |
| Replies: 11 Views: 730 :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... |
Forum: eCommerce Jan 2nd, 2009 |
| Replies: 7 Views: 1,515 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... |
Forum: ASP.NET Nov 30th, 2008 |
| Replies: 2 Views: 983 hi!
thanks for the heads up. i'll read your blog asap. but i forgot to mention the requirement is direct payment. because the client wanted it to process the payment in our website and paypal will... |
Forum: ASP.NET Nov 29th, 2008 |
| Replies: 2 Views: 983 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... |
Forum: IT Professionals' Lounge May 20th, 2008 |
| Replies: 2 Views: 750 hey there. thanks a lot. im pretty sure its a real one since its responding to my questions. thanks. so much for a newbie..i dunno that link exchange need a script. x_x |
Forum: IT Professionals' Lounge May 17th, 2008 |
| Replies: 2 Views: 750 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... |
Forum: PHP Apr 15th, 2008 |
| Replies: 4 Views: 1,516 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... |
Forum: PHP Apr 14th, 2008 |
| Replies: 1 Views: 481 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... |
Forum: IT Professionals' Lounge Feb 28th, 2008 |
| Replies: 0 Views: 810 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... |
Forum: Site Layout and Usability Dec 22nd, 2007 |
| Replies: 5 Views: 2,836 ^i already did before, but it's too complicated..
hi guys thanks for the ideas...i found it how! ^^ it's 72pixel (up to 120 pixel) = 1 inch (depends on a the monitor)..it's on a book...that's... |
Forum: Site Layout and Usability Nov 10th, 2007 |
| Replies: 5 Views: 2,836 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... |
Forum: Java Sep 10th, 2007 |
| Replies: 6 Views: 1,826 waa..it's most embarrassing on my part..i always concentrate on the maximum method...i forgot the first part...so sorry for the trouble. =/ it's working now... |
Forum: Geeks' Lounge Sep 9th, 2007 |
| Replies: 17 Views: 3,653 Ok, i change my mind, i use my JCreator now..=/ |
Forum: IT Professionals' Lounge Sep 9th, 2007 |
| Replies: 13 Views: 2,696 whoa..that's explain why deitel java book discuss UML too, better get back to those UML topics after i finish the book :s |
Forum: Java Sep 9th, 2007 |
| Replies: 6 Views: 1,826 ^
i've tried to break it down before, like that (note that im using a double)
double maxValue;
maxValue = Math.max(n2,n3);
return Math.max(n1,maxValue);
i can't say no, the output is... |
Forum: Java Sep 9th, 2007 |
| Replies: 6 Views: 1,826 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... |
Forum: Geeks' Lounge Sep 9th, 2007 |
| Replies: 17 Views: 3,653 well, im not really used to just pure Notepad,and auto completion makes typing slow for me,but i like syntax highlighting, esp. highlighting style of Notepad++, so i guess it's really a personal... |
Forum: Visual Basic 4 / 5 / 6 Sep 8th, 2007 |
| Replies: 7 Views: 841 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... |
Forum: Java Sep 8th, 2007 |
| Replies: 21 Views: 5,270 cool, i suggest you do advance reading. so you can learn the basic structures and rules in java programming, we can't really rely much on our instructors cuz they dont care much about the important... |
Forum: Java Sep 8th, 2007 |
| Replies: 21 Views: 5,270 I've debug it :) check those comments for the correction of your codes..
import java.io.*;
public class Input
{
// public static InputStreamReader reader=new InputStreamReader(System.in);... |
Forum: Java Sep 7th, 2007 |
| Replies: 9 Views: 1,203 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. |
Forum: DaniWeb Community Feedback Sep 7th, 2007 |
| Replies: 84 Views: 35,456 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 |
Forum: Java Sep 7th, 2007 |
| Replies: 21 Views: 5,270 ^
lol, i guess it's too late... |
Forum: Java Sep 7th, 2007 |
| Replies: 21 Views: 5,270 inputs need to be in a try..catch,
format:
try {
statement
}
catch(Exception ex) {
statement
} |
Forum: Geeks' Lounge Sep 7th, 2007 |
| Replies: 9 Views: 1,222 really eh? where'd you hear that? rofl...im a graduating college stud! :) taking up comsci |
Forum: Geeks' Lounge Sep 7th, 2007 |
| Replies: 17 Views: 3,653 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... |
Forum: Community Introductions Sep 7th, 2007 |
| Replies: 5 Views: 726 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... |