199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for designingamy

Hello all! I have been googling US maps using Javascript until I'm blue in the face and still can't find what I'm looking for. I want to learn how to create a US map like the following: [url]http://www.websitedesignerslist.com/[/url] Can anyone point me in the right direction? Thanks bunches, ~Amy

Member Avatar for designingamy
0
115
Member Avatar for poulier12
Member Avatar for Lightninghawk
0
57
Member Avatar for asifjavaid

hi all, I want to convert a string contain hex format '0x15' and what to convert it integer because i want to write data contain by a integer variable in hex format (binary data) into the file. here is my code [code=c] char * str = "0x15"; int value; FILE …

Member Avatar for Narue
0
4K
Member Avatar for chbailey

Very simple question but this has been annoying me for a few days. I have tried quite a few different things to get this working but its starting to piss me off. So basically I am trying to get a simple WPF app to run through a folder, copy some …

Member Avatar for LizR
0
181
Member Avatar for nuceyneky

Basicly i tried to do address book but i guest it not work at all..can i know where i get wrong or any advise?..

Member Avatar for Narue
0
78
Member Avatar for sam bland

Hi i was making this code so I could connect to my server and run a database: [code=php]<?php mysql_connect("localhost","root", "samiscool"); mysql_select_db("test_db"); $sql = mysql_query("SELECT * FROM test_table"); while ($rows = mysql_fetch_assoc($sq1)) ( var_dump ($rows) ) ?>[/code] and this eror message came up "supplied argument is not a valid MySQL result …

Member Avatar for sam bland
0
78
Member Avatar for SVR

Im calling a function in a 3rd party dll. Somewhere down the line it hits an access violation (0xC0000005). I wrapped the call in a try/catch but it never catches and the runtime pops up the old Unhandled Exception. This call is several calls deep in my code so I …

Member Avatar for SVR
0
205
Member Avatar for iamthwee

Ok let's say I have a text file: [code] (0,0) = 1.0 (0,1) = 2.0 (0,2) = 3.0 (1,0) = g (1,2) = 2.0 (2,2) = hi there (2,[COLOR="Red"]8[/COLOR]) = ee (5,4) = e (10,1) = g [/code] Where the each part of the line is delimited by a tab. …

Member Avatar for iamthwee
0
261
Member Avatar for mangel.murti

i have two combox in my page.first is for division and second for gp.when user selecte division corresponding value shoud me fill from mysql in second combox with out submit my form data.any help.. from rohit

Member Avatar for langsor
0
158
Member Avatar for harry_b

Hi i am trying to open a pdf file using vb.net with the following code. it gives an error messages at ar.src=splitout(i) and the message is "Attempted to read or write protected memory. This is often an indication that other memory is corrupt.". please help. Thanks Dim dlg As OpenFileDialog …

Member Avatar for vbguru2008
0
2K
Member Avatar for Jake1164

I converted TGREER's C# implementation of a hacked StreamReader class to VB.NET and wanted to provide it for anybody who has run into the following issue: when using a [B]StreamReader[/B], and [B]ReadLine[/B], to process a text file, you cannot determine where you are "at" within a file. The following is …

Member Avatar for vbguru2008
0
1K
Member Avatar for Altarium

I've been working on a calculator program for a couple weeks now, and I'm stuck on how I can get the program to actually do the calculations. The short story is this: Let's say I have a string from the calculator that is "3 + 3" I can already convert …

Member Avatar for Prof.Mendl
0
113
Member Avatar for ceyesuma

Hello. I have built a hibernate project and the dropdown list and the table load data to the web page but the drop down list is not poulated with the names (derived from the xml id) There is a lot of code to paste. Is there someone that could help …

Member Avatar for ceyesuma
0
1K
Member Avatar for faisaly

Dear All, would you please tell me in brief that " What are the applications of Assembly Language where any high level language becomes insufficient". Kind regard

Member Avatar for Olof Forshell
0
655
Member Avatar for sakura_fujin

hi, i need urgent help with my code. My program, which converts word strings to its number equivalent, only works with special cases. Example: "nine hundred ninety nine thousand nine hundred ninety nine" outputs 999999. (which is correct.) But try inputting "nine million nine hundred ninety nine thousand nine hundred …

Member Avatar for Ezzaral
0
212
Member Avatar for karhong

Hi, I'm new to xpath. I have some question I dont know how to do it.. I've googled about it and i dont see any solution. Question: I wanted to do a math calculation.(this i know how to do) but then i wanted it to display it out using my …

Member Avatar for gravyboat
0
119
Member Avatar for bpacheco1227

I am a beginner with VB, I'm coming from C++. When I compile and test the program the base pay textbox changes to 0, gross pay textbox to 0 and the total deductions turns to 0.25. For the life of me I can't figure out why. My little experience with …

Member Avatar for bpacheco1227
0
185
Member Avatar for Elmo_loves_you

Hi lads (and ladettes) I have to create a mobile application that gathers user input, saves it to a document so that it can then be emailed back to HeadQuarters. Im new to this area ... although I have used the StreamWriter/StreamReader classes to create a new TextFile and save …

Member Avatar for Elmo_loves_you
0
183
Member Avatar for jhonnyboy

hello guys i got a simple project but not that simple at the same time. lol The user needs to input a number such as : 512 and the code needs to output the number but in letters(five hundread and twelve). Any tips? :)

Member Avatar for Nick Evan
0
144
Member Avatar for sweet cLassy

i changed my password in mysql using the mysql server instance config wizard from the start menu. once i changed it, the access is denied to view all the database in phpMyAdmin.. #1045 - Access denied for user 'root'@'localhost' (using password: NO) - this error appeared in the screen. i …

Member Avatar for dickersonka
0
71
Member Avatar for ravenous

Hi, this might be a quick question, if anyone "just knows" the answers. I want to know a little about the differences between lists and vectors. For example, I think that the elements of a vector are stored in continuous blocks of memory (Maybe?) Are lists stored the same way, …

Member Avatar for ravenous
0
107
Member Avatar for agravayne

Hello All, I am trying to disable right click only for specific links on the page> I want to create my own pop up menu for these eventually. At present I have the following [CODE]<a href='#' onContextMenu="typesclick()">Types</a>[/CODE] the function is [CODE]function typesclick() { alert("testing"); return false; }[/CODE] The alert appears …

Member Avatar for essential
0
75
Member Avatar for Jayeeta Mitra

How to create an initialised list and delete any node from the list using C language.Please help me.I need it urgently.

Member Avatar for Nick Evan
0
85
Member Avatar for kcpatron

good day, i rily nid help on something.... its about gotoxy in turbo c... 1st of all, can u use gotoxy in turbo c? (c++ 6.0) 2nd, if u can... can i ask how to use it? please help me... im just a beginner... lol.... h0pe u c0uld help me... …

Member Avatar for Ancient Dragon
0
111
Member Avatar for praveen_dusari

hi all, i want a shopping cart which runs on sessions ie adding items to basket, updating them using sessions without using tables any ideas iam confused :confused: and stucked please help

Member Avatar for praveen_dusari
0
303
Member Avatar for noktasizvirgul

Hi All, I need to convert a Assembly Code to high level languages such as C/C++, C#, .Net vs vs. I found a [URL="http://www.microapl.co.uk/asm2c/index.html"]website [/URL]that converts it but with very very high price. I am looking for a simple program which tries to convert assembly to high level language. I …

Member Avatar for Olof Forshell
0
1K
Member Avatar for nrvuppula

Hi Can any one help me I have the data in the database and i retrive it using mysql_fetch_assoc using while loop and i am trying to display it it on HTML form it is not displayed can any one help me U can find my script [code=php] <?php global …

Member Avatar for nrvuppula
0
64
Member Avatar for serkan sendur

i am going to purchase a laptop, do you guys know which version of vista is recommended for app. developers?

Member Avatar for graham_m84
0
112
Member Avatar for Chaster

Hi guys, the thing is: suppose that there is an application (assumed that we are using Windows) waiting for some input data. This could be a password, path, search criteria (for example in the case of Google). I would like my Java application to 'enter' some text, and then to …

Member Avatar for Alex Edwards
0
124
Member Avatar for silntj101

Hi does anyone know how to create a script that allows a user to upload an image to a website that shows as a thumbnail which when clicked allows user to view image at it's original size. I've found some code (php) that allows user to upload image to server …

Member Avatar for silntj101
0
290
Member Avatar for e_velkova

Hi! I have three questions: 1) How much approximately costs an implementation of a shopping cart module. 2) How long it would take, approximately. 3) Could you, please, give me some... let's say... advice on how to do it, some useful links.., or what basically I have to read in …

Member Avatar for peter_budo
0
68
Member Avatar for happy_hardik

Hi, I would like to know more about deploying Java application on mac.... I am going to start preparing a Java application which will be used by normal non-technical persons on mac. So, is it possible to create a setup like thing for users on Mac for a Java application. …

Member Avatar for happy_hardik
0
111
Member Avatar for opposition

Hey, Im having some trouble with linked lists, I have been givin a task where I am asked to crreate a linked list which reads in a random set of chars from a .txt file and stores them in a linked list, then prints them out in a seperate function. …

Member Avatar for opposition
0
111
Member Avatar for justted

Hello, I was wondering if anyone can help me sort this problem! I basically have a member profile feature on my site that has an update page! Members can update information such as their date of birth, location etc! I currently have a text box in which members have to …

Member Avatar for enim213
0
105
Member Avatar for shahriar2403

How can i make my report header variable? I want 2 make my report header label as per a textbox filled in a form. How can i do it? Please help me..

Member Avatar for surveyteck
0
116
Member Avatar for javaAddict

I presume that by back button you are referring to a browser and you have implemented that with JSPs. In that case when the username and password are correct, save the username in the session before you redirect to the next page. Then when you go to the next page …

Member Avatar for javaAddict
0
134
Member Avatar for fortiz147

hi please help me, i want to know how to enable smtp in php mysql, i have the code right so no worries there. please help

Member Avatar for fortiz147
0
55
Member Avatar for laghaterohan

i want to create a login text file at each login , that will be stored in system folder that can be viewed but not modified....so that the person who logged last can be traced... here is my code : Is the code correct ??? if not what are the …

Member Avatar for laghaterohan
0
1K
Member Avatar for Robtyketto

Greetings, Within my jsp I have HTML code (see below) which accepts input, one of these fields sequence unlike the others is an Integer and within the HTML FORM the INPUT TYPE is set to "int". [CODE]<FORM ACTION="wk465682AddFAQ.jsp" METHOD="POST"> Id: <INPUT TYPE=TEXT NAME=Id><BR><BR> Category: <INPUT TYPE=TEXT NAME=category><BR><BR> Question<BR><TEXTAREA NAME=question COLS=100 …

Member Avatar for haoyou2008
0
2K
Member Avatar for hellofriend

hi, :p i am trying to achieve a registration page in JSP. i am using tag library to do this. c tag library and Sql tag library. [CODE] <%@ taglib uri="http://java.sun.com/jsp/jstl/sql" prefix="sql" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <c:if test="${param.submitted}"> <c:if test="${empty param.name}" var="noname" /> <c:if test="${empty param.pw}" var="nopw" /> …

Member Avatar for haoyou2008
0
983
Member Avatar for magikman

Hello, I need to select information from two different databases and join them into one web page. I am unsure how to go about doing this. I am not a PHP programmer, any help would be appreciated.

Member Avatar for Shanti C
0
106
Member Avatar for AutoC

I need to code a linked binary min heap.Everywhere I go its an array based min heap..can someone direct me to some pseudocode for a linked min heap? Thanks for any help

Member Avatar for ArkM
0
118
Member Avatar for marvinkamote14

hello guys, just want to ask some newbie questions. i have a table named "students" in my database, the field names are "Lastname", "Firstname" and "Highschool". i want to sort my query by highschool field. i want to show that query results in table form. how can i sort by …

Member Avatar for Shanti C
0
306
Member Avatar for Abu Badr

Hi all, please I want the code in vb6 to save content of all text boxes i put in the form to a database in the internet.. I hope you understand what I want :)

Member Avatar for Abu Badr
0
88
Member Avatar for Spartan552

Hello, I would like to know what you think about using XML files in order to exchange informations between different processes. I know this may not be the fastest solution but Il still think It can be very effective. What do you think about that ? Advantages and cons of …

Member Avatar for ArkM
0
82
Member Avatar for prasannapower

My 1st aspx Program... I creat an aspx coding , when i m run in dreamweaver 8 , it showing error ...below **The tag:"seript" dosent have an attribute:"runat" in currently active version.[HTML4.0]** Plz Give me soluction

Member Avatar for prasannapower
0
71
Member Avatar for Falkoner1

Hey, I was wondering what is the most popular/best network library for free download. I guess I should give my situation, as that might decide which is best for me. Basically, I want the ability for 2 or more players on different computers, on the same LAN, to be able …

Member Avatar for gusano79
0
140
Member Avatar for c#loser

hi i have trouble understand system.io . i read through the msdn, but ....still dun undertsnd how to use i know it can use to write and read from a text file using stream writer or reader the read code is like this but i cant understand [code=csharp] StreamReader reader=new …

Member Avatar for puneetkay
0
114
Member Avatar for abu taher

what is .dll file. how it is work and how can i make it. please any body help me

Member Avatar for Jx_Man
0
101
Member Avatar for woody292

Hello All. I am currently working on a project that introduces us to recursion and was needing some help with my program. This is early code so i know many things aren't correct. [code] #include <iostream> #include <fstream> using namespace std; int str_length(const char[] str); int str_compare(const char[] str1, const …

Member Avatar for VernonDozier
0
113

The End.