82 Topics

Member Avatar for
Member Avatar for Reverend Jim

When I get onto Daniweb I notice that the private message icon (speech bubble) next to my avatar has a little red dot. I believe that was to notify me that I have one or more PMs waiting to be read. However when I go to the message centre there …

Member Avatar for Dani
0
53
Member Avatar for vegaseat

Let's say you want to send a short private message to your friend, but don't want grandma to snoop around and find it. One way is to use the Python Image Library (PIL) and hide the message in a picture file's pixels. Just looking at the picture you will barely …

Member Avatar for JamesCherrill
5
10K
Member Avatar for Nathan_6

Hi everyone. I am makng a RISK game and I am working on a territory class here, and I got a strange message that my google searches have not shed any light on. My code is below. First, my header file: // Class represents each individual territory on the map …

Member Avatar for rubberman
0
526
Member Avatar for Niloofar24

Hello friends! I want the script when user clicks the Delete botton to delete that post, a confirm message appears and ask if the user is sure to delete that post or not, if the user clicks the cancel button, nothing happen but if clicks the ok button, then the …

Member Avatar for Niloofar24
0
4K
Member Avatar for Ventech_IT

Hi guys Just a quick question...I have recnetly created a contact form for my site in codeigniter and the email sends and all that but i seem to have a problem getting the $_POST data to display in the message body. After my validation is done and the form gets …

Member Avatar for Ventech_IT
0
309
Member Avatar for Start4me

Is there a way to catch whether a certain message has popped out. I tried: If MsgBox("Well done!", MsgBoxStyle.OkOnly, "Amazing") = Visible = True Then Me.WindowState = FormWindowState.Maximized End If

Member Avatar for Reverend Jim
0
175
Member Avatar for AccurateAG

Hi All: I have recently started using a web-based texting service; it is just easier than texting on a cell phone. I have a few concerns, and I would like to see if anyone has any answers. 1. Is there a free or low-cost web-based service that turns texts into …

Member Avatar for thaversantosh
0
322
Member Avatar for Nilesh_2

Hello there, I want to introduce message system in my website. I've created table fields as follows: id(int), receiver_id, msg_id, msg_sub, msg_desc, msg_time Below is my html form in which registered users will be displayed in dropdown list: <form class="form-horizontal" action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post"> <legend>Send Message</legend> Recipient:<select name="receiver_id" data-rel="chosen" …

Member Avatar for nadiam
0
436
Member Avatar for coreyavis

This is a function I created to facilitate the sending of PHP emails. Just give it the name and email of who your sending it to, and your name and email. A subject and a message. These options are required. The type, cc and bcc options are optional. By default, …

Member Avatar for Airshow
1
830
Member Avatar for chaitu11

<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css"> <link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap-theme.min.css"> <script type="text/javascript" src="http://code.jquery.com/jquery.min.js"></script> <script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script> <style type="text/css"> .bs-example{ margin: 20px; } </style> </head> <body> <div class="bs-example"> <!-- Button HTML (to Trigger Modal) --> <a href="#myModal" class="btn btn-lg btn-primary" data-toggle="modal">Login</a> <!-- Modal HTML --> <div id="myModal" class="modal fade"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <div …

Member Avatar for Troy III
0
272
Member Avatar for Noralyn_1

Hi Everyone, :) I'm a newbie here, and I'm looking forward to be a part of this cool community of programmers. Daniweb has helped me a lot to my previous program .. anywayss, I'm a graduating IT student.. (hopefully I would graduate XD) Godbless Us All ^_^

Member Avatar for gabrielcastillo
0
276
Member Avatar for Builder_1

i have intalled jdk 7 update 51 and netbeans 7.0 .for the first time it works fine but later IDE netbeans does not start at all and dialogue box comes that JVM creation failed...kindly help

Member Avatar for Builder_1
0
224
Member Avatar for munir.ashley

I have been searching google but I did not find how to display a message in C# win store app. Actually I have been developing a app in which user will input. I have built rgex. When a text box is empty & user click on validate button it would …

Member Avatar for MarkAMalo
0
366
Member Avatar for mavtcr

Hello Dear All, I have a small problem ,though seems very simple,being a newb It is difficult for me. Please Help me I have a message box VbYesNoCancel My code is here If ACRS.RecordCount>0 Then MsgBox"SALARY ALREADY CALCULATED DO YOU WANT TO RECALCULATE ?",vbYesNoCancel,"Pebble" Else CmbNdm.SetFocus End If My problem …

Member Avatar for Stuugie
0
318
Member Avatar for jaymista

I am new on this forum. If I want to reply to someone's message, what is the proper thing to do so I can reply to a message posted on the forum? What icon or link do I click on to make a reply to someone's post?

Member Avatar for jaymista
0
288
Member Avatar for evaldas.blauzdziunas

Hello there i was typing a python code and got this error saying: 26 27 for eil in open("msgs.txt"): # nuskaito ir parodo visas zinutes => 28 date, person , msg = eil.split("#") 29 print(date+person+"<b>"+msg+"</b><br> <hr>") 30 date = '', person = '', msg = ' ', eil = '----\n', …

Member Avatar for evaldas.blauzdziunas
0
340
Member Avatar for nadiam

So the article title says it. i wanna make the name as like a welcome message, something like "Welcome, <name>!" and yes there are many articles on the web that gives you coding and what not but i still don't understand how to get it done. sigh. forgive me im …

Member Avatar for nadiam
0
385
Member Avatar for AnilKumar_19

when i start my computer i get a empty messagebox named Explorer.exe. this is very annoying, can u suggest me what causes the problem? or any solution to get rid of this.

Member Avatar for Ancient Dragon
0
216
Member Avatar for fx.eko

When I try to migrate from SQL Server 2000 to SQL Server 2008 R2 Express, when I run the application program there is an error message transaction aborted by the trigger, whereas before when I was using SQL Server 2000 does not exist error. after there was a note on …

Member Avatar for LastMitch
0
290
Member Avatar for Ann_1

this keeps popping up in a separate tabe in Google Chrome. Yesterday, it had a cartoon picture of a curvaceous woman with brown skin and blond hair whose teeth were being extracted with a pliers. Underneath the pliers was the caption: "Belief"

Member Avatar for Jessica_4
0
323
Member Avatar for dlmagers

Hello, everyone I am going to get right to the point. I am trying to create this index.php with a discounted display of the calculation. Here is my display.php page code. I have your classic $product_description, $list_price, and $discount_present. I think it might be working well the only problem that …

Member Avatar for broj1
0
375
Member Avatar for suryavanshianki

**I am new in Visual C++ 2008. here is a project which is alredy developed and this time under maintence. In this project there are 5 projects which one one project is depend on another example a,b,c,d,e are 5 projects and b depends on a,c depends on b i.e --a-->b-->c-->d-->e. …

Member Avatar for deceptikon
0
299
Member Avatar for jrotunda85

So I'm getting this error message from MYSQL when I load this page. The first message is what's it displaying on the PHP code, the 2nd message is the result of mysql_error(). [ICODE](1) Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in [I][redacted][/I] on line 19 (2) You …

Member Avatar for Gears.of.Codes
0
365
Member Avatar for efraimo

Hello, I have a project to sent messages to HODs in an organization and I have developed a HTML/PHP/MySql app that sends the messages. What i need help now is: How to notify userB on his computer that he has a message when userA sends him a message. Any urgent …

Member Avatar for Atli
0
240
Member Avatar for Lynn

We would like to know how to remove a message, a "Warning" that someone put on our churches presentation Acer computer. The computer is running perfectly, using Power Point as the program to put up the slides on the front display. The computer doesn't have an administrator login so that …

Member Avatar for gerbil
0
478
Member Avatar for eburlea

Hello! I have a signup form that is working fine. Here it is a text element for providing the email address: $email = new Zend_Form_Element_Text('email'); $email->setLabel($sessionSettings->tr->translate('email')) ->setValue('') ->setAttribs(array('id' => 'email', 'class' => 'required email')) ->setRequired(true) ->addFilters(array('StripTags','StringTrim','StringToLower')) ->addValidators(array( 'NotEmpty', 'EmailAddress', array('Db_NoRecordExists', true, array('user', 'email_address')) )); $email->getValidator('NotEmpty')->setMessage('Email address field cannot be empty.'); …

Member Avatar for eburlea
0
360
Member Avatar for Eng. Hadi

Hello community My name is Hadi and I'm a (newbie) freelance web developer and designer. Just joined the group to share experiance with other developers and designers and belive that we all have greate ideas to be reality.

Member Avatar for Eng. Hadi
0
356
Member Avatar for SLMQC

I am trying to create a form that allows a user to enter information and saves information to a file. Every item must be complete and the account balance must not be negative or error messages pop up. I have the form working, but when you click on the clear …

Member Avatar for Reverend Jim
0
259
Member Avatar for ktsangop

Hi everyone, I am a C/C++ winapi developer and have to rewrite a "Dialog based" application in java, so that it will execute as an applet in any browser. My java skills are very few, since my knowledge is limited to past college classes. The application is not a large …

Member Avatar for ktsangop
0
367
Member Avatar for momonq1990

$("#contact-form").validate({ rules: { contact_name: { required : true, email: {required: true, email: true } }, contact_company: "required", }, messages:{ "contact_name":"", "contact_company":""} }); How to add a messagebox to jsvalidation that says "you sent message"

Member Avatar for LastMitch
0
188

The End.