6,049 Topics
![]() | |
I have a perplexing problem which may turn out have a simple solution (hopes!). I am writing a little GUI to allow a user to enter information which will get built into an XML file which is linked to flash-based graphic. One of the fields I have is a Tkinter … | |
I need to use log4j and I have already imported the .jar, and added the necessary code to my project. I get the following warnings when trying to run my program: log4j:WARN No appenders could be found for logger (multithreadsprocessor20.MultiThreader). log4j:WARN Please initialize the log4j system properly. log4j:WARN See [url]http://logging.apache.org/log4j/1.2/faq.html#noconfig[/url] … | |
Hi, I was hoping someone knows the right syntax to extract elements of xml through Google docs spreadsheets using some xpath statements. Google has very limited documentation, and basic xpath syntax doesn't work with Google docs. I found a quick example on youtube but other than that I'm lost. Just … | |
I'm now a mobile developer intern who is doing an RSS Reader application for J2ME. Been testing out kXML, as well as discovered the weakness of lcdui. Been trying LWUIT for a while, and it works nicely. However, to translate the lcdui to lwuit and for it to work with … | |
Hi, Background: I have an input xml and a xslt to be applied on top of that to get a new desired xml output. Both (input xml and xslt) are tested thoroughly and working as expected if I am using them via java code (core java APIs). I want to … | |
The XML file has a series of source and ID code pairs which I want to display in a single cell in a table. For instance, it would look like this.. SourceA - 4598H67 SourceB - 98565 SourceC - 98ASD5 The code below adds them to a single cell but … | |
We have a set of data we want to navigate through, the content will remain static so the dynamic portion of it will be religated to an xml file using an xsl template then being processed by a php page... I have valid xml, xsl and php - but - … | |
Hi, I'm kind'a new to AJAX, and have not a lot experience with JS, so this might be just a stupid beginners-error... I'm busy creating a PHP-website in which i'd like to implement some dynamic features (like adding comments tot photo's without having to reload, searching a user-DB, etc). I've … | |
I use an ini file in another language to load user settings into an application. However, I see that C# does not natively support ini files, and favours xml. My problem is I've never worked with xml and Im new to C#. What I have been looking for (unsuccessfully) is … | |
I was wondering if anybody knew of a totally free web service that allows you to poll for city and state just by inputting the zip code. Thanks, Zack | |
hi all, i am trying to have the content of a txt file loaded in a page (which works), but this file changes on a regular basis and I need just the text to refreash, not the whole page, this is what I have... As mentioned, it correctly displayes the … | |
My code gives me an error only the first time when i press the checkbox. If i press it for the second time or just to uncheck the checkbox and it gives me the right answer. Can you please help me, i tried almost everything. I use IE7, xampp with … | |
hello people, when i run this below written query then i get error as "ORDER BY clause is invalid in views,inline functions,derived tables, subqueries and common table expression unless TOP or for Xml is also specified". i want to have the top 5 result based on the Gross_written_premium . can … | |
Erm, do I need Visual Studio in my Windows Server 2008 to make my website work? Somehow,I've set my Content Directory and my Visual Directory to the same folder with all my ASP.NET pages + codes inside but it doesn't work at all. Tried switching authentication mode to forms authentication. … | |
Hi Below is the XML structure <?xml version="1.0" encoding="utf-8" ?> - <Salary> <empNo Required="true" List=”false ></empNo> <Basic Required="true" List="false” >Basic Salary</Basic> <HRA List="false” >Housing Allow</HRA> <TA List="false” >TA</TA> <Others List="true >Other Allowances</Others> <Total List="false” Required="True">Total Salary</Total> - <Sex List="true"> Sex <gender>Male</gender> <geneder>Femal</geneder> </Sex> </Salary> I am having a requirement of … | |
Hello all, I have a xml file that is saved in UTF-8 but the encoding inside the file shows it to be UTF-16. So, I want to find out in which encoding the file is saved and if it is UTF-8 i want to convert it to utf-16. Is there … | |
On Page Optimization: In On page we will check Content, Keywords, title, meta tags, alt tags, header tags, anchor text, internal link structure, html site map, robots.txt, and xml sitemap. [B][COLOR="Green"]Content:[/COLOR][/B] content should be unique and related to services. [B][COLOR="Red"]Keywords: [/COLOR][/B]keyword density, keyword frequency, keyword search volume(different keywords for each … | |
Hello, can anybody convert python code that read openstreetmap xml file from [url]http://github.com/rory/python-osm/blob/master/pyosm.py[/url] i try to translate but with the lack of knowledge of python , never get it done. Even approximate conversion that will be greate. [CODE]#! /usr/bin/python import xml.sax class Node(object): def __init__(self, id=None, lon=None, lat=None, tags=None): self.id … | |
I need to implement a file sytem to store images using web services , Websphere. Please for any pointers..THANKS A LOT | |
how to convert a XML file into XSD format??? can someone say an easy way to do it.. | |
When members upload a picture to their profiles if the extension is .jpg, or .png everything is fine; however, if the extension is all uppercase .JPG or .PNG, the photo still uploads but doesn’t display. What could be causing this? I’ve pasted some code below but I’m not sure if … | |
Hey guys, I really appreciate your help so far! :) This one is a tough beast... I don't even know how to approach it. Let me give you a summary version and a detailed version. Summary version: There are all sorts of these XML files scattered within a bunch of … | |
We have three different accounts on our website that members can sign up to but one login page. How can I set it up so when a user logs in they are taken to the correct account based off their user id? Right now when someone logs in they are … | |
I am having a problem with uploading an mp3 file on my site. It works fine in firefox but not in IE and I cant figure out why. Here is the code i have in the tracks.php file: [CODE]if(Footprint::$Errors->Count() == 0 && $inpAction == "Upload") { //create new track Footprint::$DB->SQLCommand … | |
send me exact meaning of the semantic web,i need concept of semantiv web | |
Sorry not to formely present my self but I'm in need. I need to insert the following code: [CODE]<?php readfile('http://output94.rssinclude.com/output?type=php&id=136641&hash=61b747f31efc47d0a66790b2fe8d8f1b')?>[/CODE] on my web site it is a php code rss feed. Problem is I am using xtreemhost.com for my hosting and they support php but not this exact code for … | |
Now before we start, please don't send me off on XML Serialization, I want binary for a reason. :) In the following code (and I don't even know if its correct ... it does compile), I'm trying to serialize and write a list of my class to a file and … | |
please guide me how to connect to xmlpage which act as database through asp.net page | |
Sorry not to formely present my self but I'm in need. I need to insert the following code: [CODE] <?php readfile('http://output16.rssinclude.com/output?type=php&id=136641&hash=61b747f31efc47d0a66790b2fe8d8f1b')?> [/CODE] on my web site it is a rss feed powered by rssinclude Problem is I am using xtreemhost.com for my hosting and they support php but not this … | |
Writing HTML in a SCRIPT Element A common error (and the most common source of erroneous bug reports for the WDG HTML Validator) occurs when writing HTML tags within a SCRIPT element: [CODE] <script type="text/javascript"> <!-- // This is an error! document.write("</P>"); // --> </script>[/CODE] [I]<<snip>>[/I] | |
Hi, i have made a rss feed that automatically updates, what i done use php to grab information from the database as new content is added in xml. Everything seems okay but when i click subscribe to rss feed it displays "Failed to load feed". My extension is .php is … | |
Hi everybody, I need to take an xml file and remove 2 certain namespaces from it using XSLT("scrubbing metadata"). Also, I believe I would need to use the Transformer class in combination with the XSLT. Can someone help me out? Possibly giving me an example with namespace "A" and namespace … | |
Hi, In j2ee web application, an web application is packaged with deployment descriptor web.xml in war (zipped) format. And then the application is deployed to the web application server so that the server can communicate with the outside world. Now for asp.net the application has to be deployed to the … | |
I am using VB.net 2008 express edition I have figured out how to use some of the code snippets for the open xml sdk to create a drop down list of all the sheets in an excel file. I can also use the code snippet to get the value of … | |
I wrote this basic web app using jsf. My templates were jsp not jsf. And in the faces-config.xml and everywhere else I used jsp and nowhere I used jsf. But surprisingly it (the servlet container) is being able to correctly locate the thing (jsf files) it is looking for. How … | |
I am writing a web service using apache axis which will accept a XML Message , process it and return another XML Message. But I am not getting any hints how to describe the input and output in WSDD file. Could anyone please suggest? | |
using System; using System.Collections; using System.Configuration; using System.Data; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Xml.Linq; using System.Data.SqlClient; public partial class userreg : System.Web.UI.Page { SqlConnection con; protected void Page_Load(object sender, EventArgs e) { } protected void ImageButton1_Click(object sender, ImageClickEventArgs e) { … | |
Hi, I just struggeled all day how can I build JavaFX Application made with visual composer plugin in Nebeans. Every other application worked but this doesn't. When I build it says can't find [I]javac[/I]. Of course, javac .exe is not located in the JRE... [CODE] Cannot run program "C:\Program Files\Java\jre6\bin\javac.exe": … | |
I just used: ant ant deploy and it gave me following error: [code=text] deploy: [echo] localhost [echo] 8080 [echo] order [echo] C:\glassfishv3\glassfish\docs\javaee-tutorial\examples\bp-project\ma in.xml/../../../../../../bin/asadmin.bat [echo] order [echo] SQL92 [exec] Deprecated syntax, instead use: [exec] asadmin --port 4848 --host localhost deploy [options] ... [exec] com.sun.enterprise.admin.cli.CommandException: remote failure: Excep tion while loading the … | |
Hi, I tried to deploy the books example. But in the deploy descriptor it says: [CODE]<web-app xmlns="http://java.sun.com/xml/ns/javaee" version="2.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"> <display-name>books</display-name> <listener> <listener-class>com.sun.books.listeners.ContextListener</listener-class> </listener> <servlet> <display-name>books</display-name> <servlet-name>books</servlet-name> <jsp-file>/books.jspx</jsp-file> </servlet> <jsp-config> <jsp-property-group> <display-name>books</display-name> <url-pattern>*.jspx</url-pattern> <el-ignored>false</el-ignored> <scripting-invalid>false</scripting-invalid> <is-xml>true</is-xml> </jsp-property-group> </jsp-config> </web-app>[/CODE] The only jspx file is books.jspx. After the application is … | |
Hi I have generated a class from a .xsd file using xsd.exe. The class has alot of lines. But I dont need to give all the attributes values. All i want to know is how can I fill the class attributes with values so that I can use XMLSerializer to … | |
Hi, this is going to be a very broad question and any info or suggestions are welcome! I am writing an application which uses a Mon-Sunday approach with times slots from 9.30am till 7.30pm. These time slots can be filled in with data (a single string). Currently this data is … | |
I'm running MSSQL Server 2008 I did this: set CLASSPATH= C:\Program Files\Microsoft SQL Server JDBC Driver 3.0\sqljdbc_3.0\enu\sqljdbc4.jar (I dont know where I can check if this has been executed correctly) Then when approaching this URL: [url]http://localhost:8983/solr/db/dataimport?command=full-import[/url] Using this data-config.xml: [code=xml]<dataConfig> <dataSource driver="com.microsoft.sqlserver.jdbc.SQLServerDriver" url="jdbc:sqlserver://localhost:1433;databaseName=wedding" user="sa" password="r00kw0rst" /> <document name="weddinglocations"> <entity name="location" … | |
Hi there, I am trying to use a login and a contact form on one page, but im struggling with the php context [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title>my webpage</title> </head> <body> <?php $user = 'admin'; $pass = 'admin'; if ($user != $_POST['username'] … | |
Simple issue... If my website is storing text in a database (MySQL) - and will ordinarily be outputted in good ol' HTML... but possibly via XML, or JSON... how do I store the text, allowing for eg. paragraph breaks, but not using HTML to format it?? lworks | |
hi, i am just now learning to take advantage of XML and RSS feeds. I actauly just finished my first RSS Feed. Whenever i check it in google reader the RSS feed shows up as a list of links with short descriptions. like i would like it to do. However, … | |
hi, I am a newbie. I have a simple perl script that write to a text file I created a mxml page using flex, anyone know how can I execute the perl script from mxml page? Also, I wish the perl script can retrieve the user input from the text … | |
I am trying to write a program using vb6.0 with sapi's speech recognition support. When I tried English everything came out alright. But when I swithed to Chinese, there's always this error when loading grammar and rules from an xml file. Why could it be? Anything to take special notice … | |
Hi, I was trying to j2ee web service example helloservice. When I was building the simpleclient I got the error: [CODE]wsimport-client-generate-nosecure: wsimport-client-generate-nojvmargs: [echo] C:\glassfishv3\glassfish\docs\javaee-tutorial\examples\bp-project\ma in.xml/../../../../../../glassfish/lib/endorsed [echo] helloservice.endpoint [echo] build/generated/wsimport/client [echo] build/jar [echo] http://localhost:8080/helloservice/HelloService?WSDL [wsimport] Consider using <depends>/<produces> so that wsimport won't do unnece ssary compilation [wsimport] JDK's tools.jar was not … | |
Hi, look I've been with a very frustating problem for like 2 or 3 days now, I have advanced but think I've gotten to point where cannot go any further I need some help and the sdn (business objects) forum regarding this topic simply suck, there's only one guy answering … |
The End.