6,049 Topics
![]() | |
Hi all, just need some help on my coding. I cant figure out what i'm doing wrong as far as i can see it should be working.... It s a very basic guestbook form and the cgi script seems to work but for some reason my reply page won't show … | |
I am making a password manager. At the start of the program it prompts for a password. I want to give the user the option to specify this password to what ever he/she wants. Would i save it in an XML file. If so how. | |
Dynamically Update Your Web Pages Via E-Mail If you can Send an E-Mail you can Dynamically update Your Web Pages. Following a few simple Steps and the Power of Blogs you can Mail in your Web Page Updates anytime you want too. Step 1 - Get a Blog account. Go … | |
I have tried to put a javascript slide show in my site but i cam't seem to get it to work. Here is the code for my page i have checked that all my images and folder names are correct butit still won't work Cheers for any help [CODE]<!DOCTYPE html … | |
[B]Why Use XHTML on Your Web Site? by Chris Hooley of MCP Media, Inc.[/B] As web site owners, we all want the same thing. We all want a great design. We all want to make money. We all want our site to reach as many people as possible. But how … | |
Wasnt sure if this is the right place to post, but here goes anyway. You will need either IE5+, Opera 8, Firefox or a recent version of Mozilla to view this tutorial. Safari should work too, but I am guessing on that, so it would be good if someone can … | |
I have an application that uses an Access database to store program data. If I want the user to be able to create a new data file, how would I implement this? If I deploy a blank database with the app, is there some way to allow the user to … | |
Hello! I need some help... I parsed an xml file using the minidom.parse method, but when i printed the document object to the screen (using toxml() function), i noticed that the parser automatically replaced my " (inverted commas) chars into ' chars. for example : <Father_Tag> <Son_Tag title=' "Son" '> … | |
I recently received an email from a DaniWeb member saying they're trying to use the blog RSS feed with the Bloglines feed reader, and it doesn't seem to be working. However, the forum RSS feed does work. The forum RSS feed is at [url="http://www.daniweb.com/techtalkforums/external.php?type=rss2"]www.daniweb.com/techtalkforums/external.php?type=rss2[/url] The blog RSS feed is at … | |
Can anyone offer any advice on how to go about setting up the ability for a program to allow a user to set or change configuration options? I can create a form with certain options, but how do I [B]store[/B] the selections? In a database? XML file? In the Registry? … | |
Hi everyone, I am currently trying to serialize parts of a jtextpane using the java ObjectOutputStream to write it to disk and when i am reading the object back i am using the java ObjectInputStream. When i read the api about the streams here is what they say [QUOTE] Warning: … | |
I want to return an XML stream from a SQL 2000 database using a URL query. I have been trying to get a simple M$ Northwind example to work on a Windows 2003 server but I can't get it to work. I can get the simple example to work on … | |
Apache Tomcat and IIS 6 with JK2 Dear Community, please help me to solve this though problem by installing and cofigure Apache Tomcat with IIS 6. Firstly Ive tried to use Apache Connector 1.2 but after day try it still didnt work. So I took another tutorial [url]http://tjworld.net/help/kb/0001_iis6-Tomcat5-JK2.html[/url] and made … | |
Ok hey all.. This is my second time requesting help and so far kick ass work on the ASP problem i had.. so i have another puzzle for you's :rolleyes: Ok well i own a Gaming community and i am trying to display our Server Stats on our website, at … | |
[center][img]http://media.washingtonpost.com/wp-dyn/content/photo/2005/07/30/PH2005073000404.jpg[/img][/center] [b]2003UB313[/b] [url="http://www.space.com/scienceastronomy/050729_new_planet.html"]http://www.space.com/scienceastronomy/050729_new_planet.html[/url] [url="http://today.reuters.co.uk/news/newsArticle.aspx?type=scienceNews&storyID=2005-07-30T015035Z_01_N29470376_RTRIDST_0_SCIENCE-SPACE-PLANET-DC.XML"]http://today.reuters.co.uk/news/newsArticle.aspx?type=scienceNews&storyID=2005-07-30T015035Z_01_N29470376_RTRIDST_0_SCIENCE-SPACE-PLANET-DC.XML[/url] [url="http://www.washingtonpost.com/wp-dyn/content/article/2005/07/30/AR2005073000403.html"]http://www.washingtonpost.com/wp-dyn/content/article/2005/07/30/AR2005073000403.html[/url][indent] [color=darkslategray]The object is inclined by a whopping 45 degrees to the main plane of the solar system, where most of the other planets orbit. That's why it eluded discovery: nobody was looking there until now, Brown said. [/color] [color=darkslategray]Some astronomers view it as a Kuiper … | |
[url="http://msdn.microsoft.com/windowsvista/integrated/#xps"]http://msdn.microsoft.com/windowsvista/integrated/#xps[/url] | |
I've been making a reflective program, which examines class files, and then creates an XML file that holds all it's values. But, I've been trying to now parse these XML files I've made, and I've been trying to do it using DOM. Unfortuanetly I have no clue as to how … | |
Ummm, I'm not sure if this is the right place to post this question, but I've been having some problems with XML. I'm using Java to make an XML file that breaks apart classes into segments, but for some reason, it won't allow me to input newlines. [CODE] <?xml version="1.0" … | |
I failed at first time. Bought 70-306 test simulation from Transcender(don't believe)are awesome. A lot of questions about DataBases, XML Configuration files and Schemas, after 2 weeks studying im MCAD. . Friend! actual exam is much more difficult. Very sad now. | |
[url="http://today.reuters.com/sponsoredby/VerizonNewsArticle.aspx?type=internetNews&storyid=2005-07-29T194554Z_01_N29451646_RTRIDST_0_NET-TECH-INTERNETSECURITYSYSTEMS-DC.XML"]http://today.reuters.com/sponsoredby/VerizonNewsArticle.aspx?type=internetNews&storyid=2005-07-29T194554Z_01_N29451646_RTRIDST_0_NET-TECH-INTERNETSECURITYSYSTEMS-DC.XML[/url] | |
I have a C++ program (Console Application), I want to be able to access it from the Web, My problem: I don't want the program to load every time a user connects to the page (it takes toooo much time), the program should load once and forever on the server … | |
Hi, I am new at .net and i am trying here something it goes like that i want to make diffrent skins to my website without any need to duplicate my ascx file. and i dont mean local skin, i need it as other website-skin. is there any way that … | |
Hello, My first post, a little nervous I am. I am starting with learning Java on the server side in servlets. I use Flash on the client side. What I would like to do is the following: [INDENT]client side: send xml file / receive xml file server: accept xml file … | |
Hi! After installing a program that gave me some troubles, I have some problems with my system: 1)when I go to some sites appears a "syntax Error" on my IE 6.While other websites works as usual..but with Firefox No problem at all...all website works ok funny thing 1.1) When going … | |
I have created a class MyDataSet that inherits from the DataSet class. In the constructor of MyDataSet I read a xml schema from a file which specifies all the tables and columns of my dataset. Then when I drop a DataSet from the Data Toolbox in Visual Studio it ask … | |
Hey there i have been trying to bind a table from database to a listbox. I know this can be done quite easily but i keep having an error with i cannot figure out why. Whenever i declare selectedMain as linklist.selectedItem.value, it will alsways tell me "Object reference not set … | |
hi i'm new here , there is this website <URL SNIPPED> belongs to my buddy, and his english is not fluent , the problem is , this website is online since 2000 AD , it contains many forums , the total posts are more than 2,600,000 while registered users are … | |
This is a long one so plz bear with me: I am 27 years old. I hold Bsc in biomedical engineering.I worked in the field of laboratory equipments for a while then I decided to learn something more creative rather than procedural and work with visuals rather than control boards/circuits … | |
Hi, Iam a MySQL user and Iam currently having some error messages in my code.I use TYPO3 as the frontend. I get these 2 warning messages [COLOR=DarkRed]Warning: Supplied argument is not a valid MySQL result resource in /var/www/typo3/lib/t3lib/class.t3lib_db.php on line 677 Warning: Cannot add header information - headers already sent … | |
Dear Moderator, I am relatively new to the world of adware, malware and other such inventions consisting of malicious/annoying code, and it is a great relief for me to discover, that there does exist, those few individuals who are dedicated to both fighting it and assisting others to protect themselves … | |
HI EVERYBODY can anyone help me out am seriously pissed off i have got sum XML project s are needed to be finished within few ddddays. can anyone passme an E-BOOK tht will help me to give broad idea about XML MY ID [email]IS--KOOLHEAD17@GMAIL.COM[/email] :sad: :sad: | |
I'm having a hard time trying to syndicate my blogs. I want to create an RSS feed via PHP. So far, I have it running through all of the entries and spitting out <title> <link> <description> <time>. My problem is with the header. How do you declare those first few … | |
A scientist want to implement tags (using XML) of following format to create web page which helps in representing Chemistry periodic table for various elements: <Element atomic number = | |
I have a main movie that i am loading swfs into level1 as pages. Each page has a dynamic text field that is populated by an xmp file wth its properties defined by a cascading style sheet. When I look at the movie(page) independently from the main movie it is … | |
Hallo, I have the same proplem as other with p2esocks_1021.dll , i scaned the maschine with Hijackthis and have the following logfile: please what should i do now (PS. my email and the whole windowsxp system on the machine doesnot work well now!) Topias Logfile of HijackThis v1.99.1 Scan saved … | |
Hi everyone: I am running an java application in a windows xp toshiba computer. My application works fine in an windows 2000 compaq deskpro computer but in the toshiba one I get a strange exception. I think the problem is something with the parser and that makes the second error … | |
I really dont know much about soap but isnt it a simplified user interface? What would be its relationship to XML? | |
I need your urgent hellp to figure out how i can correct these computer errors. I will be informal as much as i can to explain my situation. To start: I have a toshiba satellite 1400-s151 laptop which is 2-3 years old. It never gave me a problem like this...UNTIL … | |
I was reading a thread regarding a yellow exclamtion mark, and it reminded me that I have two icons on my desktop that have yellow question marks just to the right and above them, what do they indicate? One is for my printer, and the other is for microsoft XML … | |
I'm trying to add copyright information to the top of XML files. However, it needs to go after the prologue: <?xml version="1.0"?> <!DOCTYPE ...> My problem is that some XML Documents have the <!DOCTYPE...> tag spread out over many lines and I need to add the copyright information after the … | |
and potentially a new source of income, for a bum. Just as many IT workers, I was let go in 2002, and since then have not been able to secure a full time job. My background is more on the lower bowels of the Inet (infrastructure, comm & security) of … | |
I was curious to see what ways you are making use of xml (besides xhtml and rss of course). | |
Hi, My neighbor has asked me to help her with getting her computer running. She is running a Dell (approx 3 years old). She installed a new disk she received in the mail that was supposed to upgrade her internet connections. It is from a well known widely used provider. … | |
greetings, i'm brand new to perl and trying to write a script to read a logfile for our weblogic server and write certain entries into a database table. the log file is a log4j weblogic log. here is a sample: [QUOTE]####<Jun 7, 2005 2:46:38 PM EDT> <Info> <Enterprise> <ga003sds> <tms1> … | |
Hi, I have a problem with resolving the HTTP request message. I am trying to pass the xml structure as a message body in the HTTP request. After that I want to read it in my PHP script file on server side. I can read all the headers, but I'm … | |
Can anyone help me with the following problem? I am working on an ASP.Net application and have some basic database functionality working, i.e. a user login. It is working perfectly but when i try and put the files in a lower directory the login wont work. I am just working … | |
Hi i have severe probs with my pc.. for no apparent reason, the keyboard freezes.. then windows media player opens, and approx 20 search file windows open. Please can you check my log, and tell me of any deletes or amendments i should make many thanks julia Logfile of HijackThis … | |
:sad: I need to read a zipped xml file by using vb.net Actually what I'm trying to do is take the data from staroffice spreadsheet and save in a Oracle database. As Staroffice save its data as 5 zipped Xml files, I need to unzip them before read. | |
Hello. I have seen other posts about the Aurora Popup, but Im new to this and am not sure if I would do the same as them. I downloaded HijackThis and did a scan, I got this log: Logfile of HijackThis v1.99.1 Scan saved at 3:05:06 PM, on 5/19/2005 Platform: … | |
After seven hours of searching and applying various fixes to my own corrupted Windows Search NONE of Which Worked!!! You "gurus" out there really let me down this time. (I'm telling ya it was worse then finding out about Santa,the Tooth fairy or even the wiz for that matter) I … |
The End.