5,346 Topics

Member Avatar for
Member Avatar for andy0787

Hi i hope someone maybe able to help me as i've been trying all sorts of things to get this to work for days now...your my last resort. i have a gridview that displays picture that are uploaded by users...my problem if a user uploads a picture. it won't show …

0
40
Member Avatar for tadisaus2

Hello, I have one question but can't think about the correct answer so I create this poll to get the answer. If I have 10 new articles, 1. should I submit them to Ezine and other article directories (about 10) and get back links? or 2. should I post them …

Member Avatar for twiters
0
107
Member Avatar for notuserfriendly

Hello, I recently decided to build a new computer ofr general/low gaming purpose. i have an ASUS M4A785TD-V EVO motherboard After assembling everything correctly i press the ON button. for 1 second everything lights up, the fans spin. and then its gone nothing happens. i try to press the button …

Member Avatar for dmusket
0
236
Member Avatar for network18

Hi, The dynamically created rows are appended at the end of the table i.e. after the last row of the table (found by table.rows.length) and those individual <tr> contains 8 more <td>s carrying some texts and their respective text fields. Now we have one such default <tr> , which also …

Member Avatar for Banderson
-1
190
Member Avatar for happygeek

OK then, just for fun, can you remember the very first thing that you posted on DaniWeb? Go on, tell us the when and what, even if it was really embarrassing :) To start the ball rolling, mine was actually a news story called [URL="http://www.daniweb.com/news/story217877.html"]802.11n puts the why into WiFi[/URL] …

Member Avatar for Dave Sinkula
0
526
Member Avatar for syed aamiruddin

[code] import java.awt.*; import java.awt.event.*; import javax.swing.*; public class SelectLayout extends JFrame implements ItemListener{ public static void main (String[] args) { SelectLayout sl=new SelectLayout(); } JMenuBar menuBar; JMenu lmenu,cmenu; JRadioButtonMenuItem lrbmenuItem,crbmenuItem; JPanel menuPanel,bPanel; JButton button; public SelectLayout() { super("Select Layout in swing"); menuPanel=new JPanel(); menuBar=new JMenuBar(); lmenu=new JMenu("layout"); ButtonGroup gp=new …

Member Avatar for stultuske
0
295
Member Avatar for Barefootsanders

Hey everyone. I just got my server up and running and I programed my database, or so I thought. I tried uploading it and running it but my index.php gives me "syntax error, unexpected $end in [B]index.php[/B] on line [B]127". [/B]My code is below. Can anyone help?? Thanks! [code]<? /** …

Member Avatar for Barefootsanders
0
1K
Member Avatar for lloydi12345

Hi, i really don't know what to do guys can you help me with this code for my matrix program? this program is not yet finished and i am stuck with this problem [CODE]#include <iostream> #include <math.h> using namespace std; int main() { int rotx, roty, rotz, n, ac1, ac2, …

Member Avatar for WaltP
0
131
Member Avatar for mischikun

Hi! I'm new here and I guess this is where I post info about myself? Well I'm from Jamaica and I'm 19. Currently in my 2nd year of University. I like programming...I'm really good at it so I hear. I love web development though. I really want to get better …

0
115
Member Avatar for negaboys

Can anyone help me about how to post image and sql data. [ATTACH]13786[/ATTACH] Check the attached image, it is from jaiku.com. [you can see image of the user and data which is posted by user] i have one textbox(multiline mode enabled), and a button. when the user input the data …

Member Avatar for kvprajapati
0
80
Member Avatar for Mohammed S

i want to post on my blogger blog, using php, i tried to read google api but couldn't understand it. this site helps a little but still is confusing [url]http://www.lordtime.com/blog/2007/05/03/how-to-post-remotely-to-bloggercom-working-php-example/[/url] can someone write a simple function for php?

Member Avatar for Mohammed S
0
58
Member Avatar for Alex_

Hello, i want to understand these methods as a programmer. The only difference i know is that "get" sends the parameters via the url while "post" does not. But what actually happens in the source code? How can i implement it? I found some source code concerning the post method …

Member Avatar for jwenting
0
198
Member Avatar for Fiterfly

Hello everyone, Currently my Toshiba Tecra M4 tablet PC shows the initial startup Power On Self Test (POST) screen with the Toshiba logo. It then freezes. There is no beeping, and I cannot enter the BIOS (nothing happens when I press Esc or F1). The laptop did not have any …

Member Avatar for killminusnine
0
432
Member Avatar for Paladine

This is a continuation of the [url="http://www.daniweb.com/tutorials/tutorial19303.html"]Updated: ASP.NET Login Page Tutorial[/url]. This tutorial will demonstrate how to create a registration page for new users to your site. This registration page will utilize the same principles used in the Login Page Tutorial, so this should be no more difficult to do …

Member Avatar for kvprajapati
0
2K
Member Avatar for sai.sriparasa

Hye, I have a select box with me and whenever I use a submit button only the selected value in the select box is posted. I am making a questionnaire so, I should be able to have all the entered options to be posted and not just the one on …

Member Avatar for Wraithmanilian
0
135
Member Avatar for derekcpt

Hi everyone. Is there a guru who can tell me how to do this; What I need, When on page x, one can click a link where page z opens as a popup. Page z has to collect data, and when finished, page z has to send the daa back …

Member Avatar for mali01
0
194
Member Avatar for 4789787

This code is for a forum. When you post a topic it is SUPPOSED to redirect you to the topic you were viewing before but instead it just shows a white page with the end of the url it was supposed to go to.... heres the code [CODE]<?php // forum.php …

Member Avatar for Jerail
0
597
Member Avatar for harry_watson

Hello. OK won't post my messy code just yet, but the Problem; A user [B]can[/B] UPDATE a text field consisting of a headline and a text field. This is posted into a 'text div' below. when logged out, the form and editable fuctions vanish and we have a normal web …

Member Avatar for harry_watson
0
129
Member Avatar for ElegantElephant

I have a select menu with many text-based options. However when I submit the form, instead of actually returning the textual item in the POST variable is it possible to set it to return the ID of the selected item? For example I have the following form: [CODE]<select name="dev_stage" id="dev_stage"> …

Member Avatar for ElegantElephant
0
99
Member Avatar for persianprez

I'm trying to make the code able to post in here [url]http://spreadsheets.google.com/embeddedform?formkey=dEtSUVAtQVAtUVN1WDFPU3BEbm9yNkE6MA[/url] I've been successful in getting to read from the spreadsheet. With this code if you're wondering: [CODE] import urllib opener = urllib.FancyURLopener({}) f = opener.open("urlhere") print f.read() [/CODE]

Member Avatar for persianprez
0
172
Member Avatar for Christ1m

All 4 parts to this question concern the assertion P = {x=2**K & N>K} and one of 4 different assignment statements. You are to supply the missing assertions Q1, Q2, Q3, and Q4. Note that Q1 and Q2 should be the weakest preconditions for P with respect to the given …

0
61
Member Avatar for zodiacfive

How can i pass POST [] array to jquery. Am using the code. var test = $("#content").val(); var dataString = 'content='+ test; if(test=='') { alert("Please Enter Some Text"); } else { $("#flash").show(); $("#flash").fadeIn(400).html('<img src="ajax-loader.gif" align="absmiddle"> <span class="loading">Loading Comment...</span>'); $.ajax({ type: "POST", url: "demo_insert.php", data: dataString, cache: false, Here only one …

Member Avatar for FlashCreations
0
60
Member Avatar for Rumblefish1976

I've been tinkereing around with PHP and I've come unstuck. I started out with an index page used to login, this linked to a login page for validation against allowed users, which in turn brought up a Voting Form and finally a page to display the results. In all 5 …

Member Avatar for Rumblefish1976
0
141
Member Avatar for ballistic

hi all this is my first post here. i have a small question and though i believe its a very simple one, however i cudnt figure it out until now. i have written a vb 6 code to get data from rs232 port using mscomm control. i am getting the …

Member Avatar for MikeStump
0
192
Member Avatar for sunaruna84

hi friends I have using four the checkboxes in check.htm form . The selected checkbox values will be posted in the enquiry text box field of the enquiry.php file. but i didnt post the selected checkbox values in that field. please can u give suggestion. how to solve this, check.htm …

0
90
Member Avatar for RobotFX

Hi! I have a PHP script I've downloaded from somewhere (don't remember where, but the developers link is dead) and I want to modify it. Actually I want an extra page. The script has 2 files, tw.php and parse.php. In tw.php you should enter your twitter account (user+pass) and the …

Member Avatar for RobotFX
0
348
Member Avatar for supanoob

Post the 2nd try. And here my official statement: I do really hate hate hate hate board where you have 1. to register, 2. to log on, and 3. which have a session timeout. I puts lots and lots of work in a post only to get "ha ha, you …

Member Avatar for Stefano Mtangoo
-3
109
Member Avatar for benjy3

I have a Dell Insperion 9300 laptop with a problem i can't seem to find any info on. The laptop was purchased refubished from dell and is out of warranty. Out of no where it would not post, start-up or do anything for the matter. When you press the power …

Member Avatar for Bob_180_Bob
0
156
Member Avatar for jamshid

Hi dear friends: I am going to post some nice Pascal examples here , i hope it will be useful to you all. I hope you will also post here your good programes : lets start : 1) [code] program operators; uses crt; begin clrscr; writeln(17 div 3); readln; writeln(7 …

Member Avatar for csharpisatechno
0
25K
Member Avatar for whiteyoh

Hi all, The following script works fine by allowing me to set a session variable with the users password, but i can seem to extract other information that isnt included in the $_POST. I know usually i would use something like [code] while ($row = mysql_fetch_array($sql)) { $user_type = $row['user_type']; …

Member Avatar for Will Gresham
0
68
Member Avatar for jadoein

specs:- mobo-gigabyte ga-m61pme-s2 hdd- Seagate 250 gb SATA Samsung 80 gb IDE Samsung 40 gb IDE psu-cooler master 500 w gpu-9800 gt my computer was working fine from last year. Lately i substituted my psu to cooler master 500 w lately my machine reports an error of no post beep …

Member Avatar for LaptopNomad
0
98
Member Avatar for Andy_Ballard

Hello all, I performing simulations in metals, using a mixture of free code and my own code, which is in C, C++ and Python. I am currently trying to write everything new in Python so that other members of my lab can more easily understand the code. I am also …

0
78
Member Avatar for msumbitege

i have a toshiba tecra laptop of which doesnt boot at all. power led shows up but when power button is placed nothing comes up rather than hdd spine noisy, what might be the problem?

Member Avatar for Bob_180_Bob
0
163
Member Avatar for alg_16

PLZ GUYS IM DYING HERE...IV HAD THIS PROBLEM 4 A WEEK AND I HAVENT SOLVED IT YET IM RUNNING A WINDOWS XP SERVICE PACK 2, I FORMATTED MY PC AND I LOST MY SOUND CARD DRIVER , AND I CANT FIND IT ON THE INTERNET PLZ HELP....THE SOUND CARD IS …

Member Avatar for sivaramalingam
0
1K
Member Avatar for navyjax2

Yes, very deserving of a thread, as techs have all come to know and love this beast of a piece of software that never seems to either 1) install correctly, or 2) run correctly... Figured I could post up this for all the noobs and techs alike to give us …

Member Avatar for CCronaldo
0
222
Member Avatar for benqus

Hey all! I'm a student in Hungary. I'm pushing two specialties in my college: Media-Technologist and Design. I'm interrested about webdesign, webprogramming ( still got much to learn ), 3D, DTP. I'm also a massage therapyst, just for fun. =) So at least I'm not totally a 'cube'... That's how …

0
119
Member Avatar for MDGM

Hi all, Im doing my myspace profile and im using submit buttons in a form and the form action as the url for the page that the user gets taken to, however my external links dont work, and i also want them to be opened in a new window. How …

Member Avatar for Pharoah
0
118
Member Avatar for suven4all

Hello Daniweb Members, I am facing one problem with my new blog which is google hosted custom domain blog at blogger. [B]My problem- [/B] - My 3 months old blog DOMAINSNIPPED - When you will see it on google page, you will find its url as DOMAINSNIPPED.org and after clicking …

0
38
Member Avatar for Eddy Dean

Hello, I've had some problems converting a string into a char. I've tried many, many things, but it didn't seem to work. I'll post the code below: [code] char filename[1024]; char* url; string sUrl; HINTERNET hINet, hFile; hINet = InternetOpen("InetURL/1.0", INTERNET_OPEN_TYPE_PRECONFIG, NULL, NULL, 0 ); if ( !hINet ) { …

Member Avatar for Salem
0
2K
Member Avatar for mrmadowl

Hello, I have an Acer Aspire 5520-5912 Laptop that has a geforce 7000m video card in it with 2gb ram. When I start the computer I get no POST screen, however the backlight is still on. I can plug in another monitor into the side of it and boot into …

Member Avatar for thedude397
0
123
Member Avatar for USDoD14

I've been looking everywhere for samples, examples, and help for this, but I've not been that successful. I want to open an image <www.silentnoobs.com/renders/pb000495.png> and read the first few lines and output it correctly. There's a ton of jibberjabber in there. Here is the first ~100 or so characters in …

0
63
Member Avatar for requiem2

Hi guys, This is my first post here. Actually wanted to insert record into an sql database (using sql server 2000 and visual studio 2000) I'm using a dataview to see if the user already exists. This, i've been able to retrieve and it works. Now if the user does …

Member Avatar for somit
0
152
Member Avatar for swap.543

I want to know how do i post my form values in database. I am creating widgets dynamically using javascript function and want to store values posted by those dynamically created widgets in database. here is my code [CODE]<script language="javascript"> var inival=0; // Initialise starting element number // Call this …

0
45
Member Avatar for psyb0rg

Is there a way I can see what exactly is sent by curl in the post? With the body and headers and all. Thanks.

Member Avatar for kireol
0
102
Member Avatar for DonutBanana

I didn't know where else to post this, so if it is in the wrong forum, please move it to the correct one. Anyway, I need wireless connection for my laptop, but I want it to work internationally, as I need to use it in both Europe or Asia (mostly …

Member Avatar for hotmatrixx
-1
378
Member Avatar for dk7seven

It's a compaq thing. M700 PIII - 650, Just installed new processor fan. Restarted laptop everything is great. Loaded Windows Service Pac 2. Laptop went to "Sleep Mode" and will not wake up. Removed power supply - Removed Battery (actually I don't have the battery) - Unpluged the BIOS battery …

Member Avatar for Bob_180_Bob
0
244
Member Avatar for spogs

When I do the following: [code] s= serial.Serial('/dev/',9600) # or set a function and pass via command line s= serial.Serial(arg1,9600) [/code] The code executes without any error. [b]But[/b], when I use AJAX and POST the parameters to the script [code] def index(req): info = req.form sys.stderr = sys.stdout s= serial.Serial(info['device'],9600) …

Member Avatar for spogs
0
115
Member Avatar for herk56

Hi this is my first post and I think I've come to the right place for help after reading all the great replys to others with similar problems. My problem- every time I try to go to a certain website, I immediately get redirected to Ownbox.com. I just ran hijack …

Member Avatar for crunchie
0
280
Member Avatar for Kiethoo

Last Night (12-30-09) My PC got a Blue Screen of Death and restarted. I got the First Blue Screen of death while watching Adultswim Video. When the Computer Restarted It got to the Windows Vista log-in screen and then Blue Screened a second time, but froze before it restarted. I …

Member Avatar for techsheaven
0
157
Member Avatar for jagadeshms

I wrote a simple code in java script and it is working fine with IE and not in Firefox but the out put in php array count is correct in IE but not correct in Firefox <script language="javascript"> var arrdimensions = { "codimesion":{"s":{'0':'dimesion1','1':'dimesion2','2':'dimesion3','3':'dimesion4','4':'dimesion5','5':'dimesion6','6':'dimesion7'},"c":1,"m":"50", "sc":1, "f":"nopcs[]"} }; function adddimensions(what) { parentId …

0
59

The End.