2,831 Topics

Member Avatar for
Member Avatar for orlandomelissa

Hello guys Melissa Rosario Orlando. I have joined this forum to day All thanks: Melissa Rosario Orlando

Member Avatar for annabrichard
0
83
Member Avatar for nanda.oktavianus.35

Good morning everyone,sorry to write questions early this morning,this is my first questions i hope you want to answer my questions... Questions: 1.What is service information system,and an software example of it ? 2.if i want to make the software,make it web-based or just can work offline ? i hope …

0
63
Member Avatar for bilal.saim

main.aspx ----------- <body> <form> id="form1" method="post" runat="server"> <asp:TextBox ID="TKullanici" runat="server" Height="27px" style="text-align: left" BorderColor="Silver" BorderStyle="Solid" Font-Size="Medium" ForeColor="#999999" BorderWidth="1px"></asp:TextBox> <asp:TextBox ID="TSifre" runat="server" TextMode="password" Height="27px" style="text-align: left" BorderColor="Silver" BorderStyle="Solid" Font-Size="Medium" ForeColor="Gray" BorderWidth="1px"> <asp:Button ID="BGiris" runat="server" cssclass="SBGiris" Text="Giriş" onclick="BGiris_Click" xmlns:asp="#unknown" /> </form> </body> main.aspx.cs ------------ protected void BGiris_Click(object sender, EventArgs e) { string …

Member Avatar for JorgeM
0
424
Member Avatar for asteriskLMNOP

Please bear with me, this is my first post So, I have this superclass called A. And I've 2 subclasses A1 and A2. A has attribute name. A has function toString(). A1 inherits name, and has attribute hair. A1 has a method toString() which goes: string A1::toString(){ string stringA= A::toString(); …

Member Avatar for ravenous
0
1K
Member Avatar for nseeley3

Hi I am new around here! (found Daniweb thanks to programming forums, is the programming forum still under active moderation? i've been registered for about a month and still can't post) anyways I am new to this whole programming thing (other than Arduino) and am excited to learn more!

Member Avatar for falkopartey
0
142
Member Avatar for Keleez

Hi all im Kelly from Manchester, not much of an intro but not sure what else to say, im engaged to a wonderful person, and have a young pup called Gunner he is a short legged Jack Russell who is almost 1 year old but full of way more energy …

Member Avatar for falkopartey
0
52
Member Avatar for mommymac60

Good morning members. I am so looking forward to all the information and support "daniweb" seems to offer its members. Some of you will laugh at the way I'm wording my questions. I'm not in denial at my lack of experience. I hope not be booted out for ignorance. It …

Member Avatar for falkopartey
0
104
Member Avatar for Member #1032596

Hi, Great to be part of this community. I am a real newb at website coding (or any kind), so I'll probably be asking the silliest questions and not have much to contribute at present, though I hope that soon I will. Thanks James

Member Avatar for falkopartey
0
200
Member Avatar for chira.laura.9
Member Avatar for deceptikon
0
519
Member Avatar for nullifyQQ

Please bear with me. This is my first post. For some reason, I can only display the strings if I put the cout in the same loop. But since I have to separate addString() and displayAllStrings(), I can't do that. My displayAllStrings() keeps failing. BUT when I write a separate …

Member Avatar for Lucaci Andrew
0
1K
Member Avatar for hwoarang69

i am trying to print the value of $ss. but it say 'qty' is undifine on line($ss = $_post['qty'];). index.php <?php echo" <form method='post' action='index.php'> <input type='text' name='qty' /> <button type='submit' id='opener01' name='b1'>submit</button> </form>"; echo" <div id='dialog01' title='ccc'> "; $ss = $_post['qty']; echo"$s; echo" </div>"; ?> jquery.js $( "#dialog01" ).dialog({ …

Member Avatar for Member #120589
0
193
Member Avatar for olugbade.nicholas

Hi everyone, just joined as you all see. Im not Java certified yet, but i pretty know much about Java, little at least. Im Nigerian and still an undergraduate.

Member Avatar for <M/>
0
35
Member Avatar for Pobunjenik

Oh mighty Sages of the Code, I bring before you my humble self, a commoner among the many. I wish to become an Apprentice of the Code, for I have witnessed it's powers to create and destroy. Please accept my membership in the Academy of Java, where I may unlock …

Member Avatar for <M/>
0
115
Member Avatar for megalinx

Please help, my first post. I have an Intel Mac Pro. Been having no problems to date, But now a problem. I have 2 additional hard drives installed and only one is visible. If I go to the Disk utility I can see the drive, repair or verify it but …

Member Avatar for coltech88
0
2K
Member Avatar for zachattack05

In order to show a first run dialog (a window that appears before the main application starts if certain conditions are met) I have decided to modify the Main method and do this: static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); if (Properties.Settings.Default.FirstRun) { Application.Run(new RunOnce()); } Application.Run(new Main()); } Is this …

Member Avatar for zachattack05
0
147
Member Avatar for riahc3

Hello I answered my own thread and marked the thread as solved but it gave another user (which really didnt help at all) the "solved post". How can I select who and what post solved the thread?

Member Avatar for Member #120589
0
228
Member Avatar for AleMonteiro

Hello fellas, I've been participating in Daniweb for quite a while now, but I realize that I never introduced myself, so let's do it ^^ I'm 23 yo, from Brazil. Started into development playing Ultima Online when I was about 15yo. I became a enthusiast in programming, moved to HTML, …

Member Avatar for JorgeM
0
214
Member Avatar for eka.topuria.9
Member Avatar for lparkerito

Hi everyone, First time poster so please don't bite my head off. Basically, I'm having a site built for me and I don't really know anything about coding but I'm not too sure if I trust my web developer. I asked him recently about adding a feature where I could …

Member Avatar for lparkerito
0
132
Member Avatar for <M/>

Hi! How come the reputation and posts chart does not work? I can't see the chart, could that be a glitch?

Member Avatar for <M/>
0
89
Member Avatar for Programmer629

Hey Everybody! I'm totally new to this and ligit just signed up here. This is also my first post. I want to create the card game war as my first project in C#. I have Visual Studio.Net 2010 and am a total noob. plz make instructions simple. thx!

Member Avatar for Programmer629
0
468
Member Avatar for alicia.edberg.1

class Race { int[] race = new int[70]; int tortoise; int hare; Random randomnumbers = new Random(); bool again = true; public void StartRace() { tortoise = 1; hare = 1; Console.WriteLine("ON YOUR MARK, GET SET.... BANG!!!"); Console.WriteLine("AND THEY'RE OFF!!!!"); while (tortoise < 70 && hare < 70) { MoveHare(); …

Member Avatar for Mike Askew
0
2K
Member Avatar for heenah

Hello everyone, I am software engineer, and love coding!! I hope will learn more from here!

Member Avatar for tech-ultrasonic
0
49
Member Avatar for pearsontoronto

Hi everyone.................. I am a new member in this forum and this is my first post.

Member Avatar for extr3mex
-2
30
Member Avatar for JuRaS1C

Specs Biostar A8800Gz MB AND FX 8120 CPU Kingston 8GB RAM (2x4GB) Cougar CMX 1000W PSU OCZ Vertex Plus R2 60GB SSD Computer use to start and run fine, Now when I turn it on all the LED Fans work, CPU Fan works, took off the cooler and the CPU …

Member Avatar for JuRaS1C
0
129
Member Avatar for ssujoyroy
Member Avatar for Member #956681

Okay so a person creates 500 blog sites with his server etc etc. And Is it possible for the person to make a single post? For all the 500 blogs? Like for example I wanna make a photo post about this awesome photo I have, about Tree's So It's one …

Member Avatar for lucyrai1
0
111
Member Avatar for ainosilva

Hello!! This website it's been **SO** useful for me!! I'm very grateful, so I decided to create a profile and share my experience... :) btw I'm from Portugal, so OLÁ! (hello)

Member Avatar for ainosilva
0
117
Member Avatar for littlecomfort

Hellooooooooo, I am a new member in this forum and this is my first post in it.

Member Avatar for John Farrell
0
35
Member Avatar for pritaeas

If you look at my [profile comments page](http://www.daniweb.com/members/94719/pritaeas/comments), you'll see that the latest comment there (the javascript thread), was not made on my reply (or perhaps it was moved from me to the next one in the thread). Anyway, it still shows on mine.

Member Avatar for Dani
0
38
Member Avatar for Sanchixx

Hello, I made a first version of a comment system which can be viewed here: http://t-s.bugs3.com/index.php . Could I have some suggestions too inprove it and to know if theres anyway to hack it? If people like it i will make a site where you can download it. By the …

Member Avatar for Sanchixx
1
153
Member Avatar for gamesveta

Hi....I am Games Veta,I am Software engineer in UK and thanks for accepting me as new member of here. Keep in touch with me for sharing thoughts and queries. Hope we'll enjoy.

Member Avatar for happygeek
0
26
Member Avatar for vaayaa1

Hi everyone, I joined to forum to help increase my knowledge in programming.

Member Avatar for happygeek
0
64
Member Avatar for Dani

Option 1: The "Show Comments" link will be fixed and only visible when there actually *are* post comments to show. Option 2: A post's comments will always be visible beneath a post (a la Stack Overflow and many other forums that have commenting systems). My concern is that this will …

Member Avatar for Dani
0
138
Member Avatar for Member #956681

What's a portable software? and Is It even legal? And whats cracked software? Is It legal also? Thsi Is my first time hearing about these things.

Member Avatar for Squidge
0
3K
Member Avatar for DeVTeo

Hello! I'm Theo and I'm a young programmer. I can program in a few programming languages - C++, Java and JavaScript and I know a little HTML and PHP. I'm very young and ambitious programmer who is learning more and more everyday. I hope I can learn a lot in …

Member Avatar for JorgeM
0
28
Member Avatar for alvinkane.concepcion

Hi guys, I am Alvin kane new in hir, I hope we have to be good in this busseness, I am a originaly circuit designer but i hired as a computer technician in some company, and the main problem is, I have only little knowledge in terms of hardware and …

Member Avatar for happygeek
0
118
Member Avatar for Mikai!

Hi! I'm Mikai! I'm an IT student and I'm kinda new here, so please take care of me! Thanks! ;)

Member Avatar for hkr514
0
127
Member Avatar for Ancient Dragon

I want to post ' ' with 4 spaces between the tick marks, but the markup languages removes them. I tried inline code but that didn't help. How can I do that without using the Code button?

Member Avatar for Dani
0
131
Member Avatar for hccaresense

Hi everyone, I am a new member in this forum and this is my first post in it.

Member Avatar for happygeek
-2
20
Member Avatar for synergyfocus1

Hi everyone, I am a new member in this forum and this is my first post in it.

Member Avatar for synergyfocus1
0
39
Member Avatar for AngelOfRock

Hi Guys, new pretty new on this website. Can sb explain me pls how to make a new Thread, because it's says always i have no permission for that Sincerely

Member Avatar for extr3mex
0
180
Member Avatar for LuckyBec

Hey guys, First post here but i've been a lurker for the past few days. I'm just fiddling with some C# exercises since I decided to try my hand at programming the other day. Please excuse me for being a complete rookie! So...Pseudocode. As far as I understand its a …

Member Avatar for mvxg
0
242
Member Avatar for yardsalegarage

Hello, I am a new member in this forum and this is my first post in it.

Member Avatar for happygeek
0
27
Member Avatar for outsource_dt

Hello friends, I am a new member in this forum and this is my first post in it.

Member Avatar for Carlos Oestby
0
110
Member Avatar for -VLV-

'*You do not have permission to create new tag(s): windows7, windows*' Hi, I'm getting this error when trying to create an article... VLV

Member Avatar for deceptikon
0
156
Member Avatar for redham

Hello All, I am very glad that I finally have the time to become more active in hosting related forums and web sites. This is a part of running my business I have been looking forward to. I run a medium size hosting services company which (finally) includes our own …

Member Avatar for redham
0
320
Member Avatar for alpaba
Member Avatar for anandagrawalseo
0
99
Member Avatar for yourkrishna
Member Avatar for JorgeM
0
69
Member Avatar for cancer10

Here's a list of useful freeware applications, arranged alphabetically by category. Please post your favourite software to this thread.... Antivirus: AVG - [url]http://www.grisoft.com/us/us_index.php[/url] Avast - [url]http://www.avast.com/[/url] AntiVir - [url]http://www.free-av.com/[/url] Panda ActiveScan - [url]http://www.pandasoftware.com/activescan[/url] Audio Players: Foobar2000 - [url]http://www.foobar2000.org/[/url] Sonique - [url]http://sonique.lycos.com/[/url] iTunes - [url]http://www.apple.com/itunes/[/url] jetAudio - [url]http://www.jetaudio.com/[/url] QCD - [url]http://www.quinnware.com/[/url] …

Member Avatar for wjay152
1
2K

The End.