6,049 Topics
![]() | |
I am trying to use ajax to display an rss feed. It works fine in IE, but does not work in firefox. Researching, I have heard that firefox has an error that occurs on an asynchronous ajax call. Does anyone know a work around for firefox. Any help much appreciated. … | |
I m getting problem in displaying charts and m not exactly able to find the problem plz plz help me wher i m wrong plzzzzzzzzzzzzzzzzzzzzzzz its very urgent............-------- --------------------- [code=java]package src; import java.io.PrintWriter; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.Statement; import javax.servlet.http.HttpSession; import org.jfree.chart.ChartFactory; import org.jfree.chart.ChartRenderingInfo; import org.jfree.chart.ChartUtilities; import … | |
I am trying to load XML files into SQL server database using SQLXML4.0 I have relation defined as such: [code] <xs:annotation> <xs:appinfo> <sql:relationship name="ApplicantPhone" parent="Applicant" parent-key="PQNumber" child="Phone" child-key="PQNumber" /> </xs:appinfo> </xs:annotation> [/code] and then I am using the relations as follows: [code] <xs:element minOccurs="0" maxOccurs="unbounded" name="CustPhone" sql:relation="Phone" sql:relationship="ApplicantPhone"> <xs:complexType> <xs:sequence> … | |
Hello everybody, ive been looking for an answer to this basic (i thing) issue: Im making a class to read a XML file but the compiling errors are driving me crazy, i cannot figure out how to solve this problem, so here is the code if anyone can help me: … | |
Dear Pals, I am into programming for about 6 years. Started with C & Perl. Now in .Net & XML for past 3 years. I mainly work with applications related to image and text processing. Not much with web applications and database. Occasionally I get bogged down by some complex … | |
How can I open a pop window of particular size even when the javascript is disabled on the browser on my ASP page ? Solution: Here's a solution that degrades gracefully. It will open a clean popup if javascript is enabled, and a normal new browser window if javascript is … | |
I can't seem to get a case insensitive search to work using an XPATH query. This code works: $lats = $users->xpath("/users/user[contains(.,'$fullname')]/lat"); This code does not work: $lats = $users->xpath("/users/user[contains(translate(.,'abcdefghijklmnopqrstuvwxyz'," + " 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'),'$fullname')]/lat"); Any ideas? Thanks in advance, Mapper | |
Totally bizarre!! [url]http://www.telfazy.com/csplayer.swf?xml=../../csplayer.config.php&video=238.flv[/url] | |
Im pretty new to VB, using .Net 2008, and I am saving two DataGrids, ComboBoxes, and Textbox to a txt file, using "*99*" as a terminator between each, but I am having trouble reading it back into each field. Heres my open file code. [CODE] Private Sub openbtn_Click(ByVal sender As … | |
Hi all, I have a little project that I think would be possible to accomplish using python. I'm a beginner at this sort of thing, so I am posting the basic information in the hopes that someone out there could help me get started or point me in the right … | |
I've added a treeview control <asp:TreeView.....> to a web application. The control is nested within a form tag, which itself is nested under an HTML div tag. It looks like this: [code=ASP] <div id="sidebar"> <form id="form1" runat="server"> <asp:TreeView id="TreeView1" runat="server" DataSourceID="XmlDataSource1".......> </form> </div>[/code] The control works fine except that the … | |
hi all i have several drop down list. the first 2 drop down list, works fine. i have the problem when i want to display the data that has been selected from second drop down list into textbox..let say in the second drop down list, i choose rider_name : "Nabil … | |
Okay, these processes have always ran at normal priority, but now they have jumped up for some reason. I can't change the priority manually w/ task manager b/c windows says that they're critical system processes. I need to return them to normal priority b/c they seem to be robbing my … | |
i hve already posted this somewher else and i dont know if ur allowed to post similar threads twice but I am gonna anyway lol [B]I think I have viruses on my computer and I have done a full scan and that and removed the viruses but i am still … | |
I have problem with LINQ. I have created SQL Server 2005 database Database.mdf in App_Data folder with two tables - Pages and PagesGroups. Table Pages consist of fields PageID, AspxForm, DescriptionEN, DescriptionPL, PagesGroupID, NavNameEN, NavNamePL, PageActive, NavToolTipEN, NavToolTipPL and table PagesGroups consist of PagesGroupID, NavGroupNameEN, NavGroupNamePL, NavGroupToolTipEN, NavGroupToolTipPL, GroupDescriptionPL, GroupDescriptionEN, … | |
pls Help!! how to search for string in a file with C# and Web Services?? | |
can sumome tell me plss.. that can i use XSLT in my webpage to set the style whihc is made in PHP...?? | |
hi i created a custom tag for database connections,sql... but doesn't work. can any one help me to solve that or any one know how to create customtag for db means plz help me. if u have coding for that plz send that. codings: 1.tag handler program (db.java) [code=Java]import java.io.IOException; … | |
Hello, I have completed a chat application using php/xml/ajax: [url]http://www.banditssoftball.org/chat/[/url] I had a function to submit messages after hitting enter. the only problem was it only worked in IE. I need one that will working in FF ect. I have tried everything i can think of and nothing works. Also, … | |
Hi I'm having problem with some radiobuttons. On this page I have two groups of radiobuttons and four textboxes. The code works fine with the first set of radiobuttons, but when I try to add code for the second group it doesn't work.... Here's the code. [code]<!DOCTYPE html PUBLIC "-//W3C//DTD … | |
I need help plz. Every time i startup my computer i get the same error mesage. It is "Error Loading C:\Windows\System32\bmsccqrh.dll." folowed by "The specified module could not be found. I dont know what is causing me to have this message although i had a recent tango with a nasty … | |
Ok so I used Adobe Photoshop to generate my Photo Gallery Code, the default index.html page it creates works fine when i upload it to my site but as soon as I add my sites layout around the code it does not seem to work, can anyone please help me. … | |
<URL SNIPPED> This site contains 2000+ ebooks on php, Java, access, .NET, c#, UML, Perl, c++, linux, sql server, asp.net, Oracle, db2, xml, javascript, unix, flash, cisco, excel ... | |
Hi, I'm currently applying the autosave code i've got on the internet unfortunately I can't make it work. Below is the error encountered as well as the code being used. Error Encountered: Line: 4568 Char: 21 Error: Object Expected Code being used: [code] <script type="text/javascript"> pollingInterval = 5000; threadLock = … | |
hey any body know more about this script to convert CSV to XML [code] <?php /** * Converts a CSV file to a simple XML file * * @param string $file * @param string $container * @param string $rows * @return string */ error_reporting(E_ALL ^ E_NOTICE); ini_set("display_errors", true); function csv2xml($file, … | |
Hi all, I'm trying to consume a Service called GetMemberPointsAvailable using VB.NET. Here is the wsdl: [url]http://sp-s3g-uat.iclp.com.au/ws/egapi/v1-0/egapi.cfc?wsdl[/url] This service is written in coldfusion - axis engine. The steps: I'm using VB.net on Visual Studio 2005. I created a new windows application project. Then I added a web reference with URL … | |
constantly getting bleeping nises and visrus checker is throwing up the culprit rbot.765952.17 here is my hijack this log. Logfile of HijackThis v1.99.1 Scan saved at 11:29:17, on 03/05/2008 Platform: Unknown Windows (WinNT 6.00.1904) MSIE: Internet Explorer v7.00 (7.00.6000.16609) Running processes: C:\Windows\system32\Dwm.exe C:\Windows\SYSTEM32\WISPTIS.EXE C:\Program Files\Common Files\microsoft shared\ink\TabTip.exe C:\Windows\Explorer.EXE C:\Program Files\Windows … | |
Hiya people been working on a new project.You guessed right a RSS reader for podcasts....I have been able to reach and read text from a sample code I found.But because I am quite a noob I couldn't figured it out how to work it for podcasts... Here is the code: … | |
Hey. I'm using System.Web.Caching in my .asmx webservice in order to save some information about multiple users requests. I insert that data like this: cache.Insert(Unique_token, MySessionObjectForThatUserToken, null, Cache.NoAbsoluteExpiration, new TimeSpan(0, 15, 0)); And then retrieve it like this: MySessionObjectForThatUserToken obj = (MySessionObjectForThatUserToken)cache[token]; As you can see, i have a slidding … | |
Sorry, I posted in the XML forum, but actually I couldn't find any forum for XAML.:$ Iam trying to develop a Treeview where the user can only view childnodes of a node only one at a time. eg. Suppose the user clicks on Node 1 its childnodes shall be visible, … | |
i am getting data from a database using VB and then parsing it onto an XML sheet. I find that i'm not able to put a string with number/space/any special characters as the first character for a node. Is there any way to escape this rule in XML? Please help | |
Hey I have a DTI text file that I need to convert to xml format. Have you done this before? Attached are the TXT and XML file | |
Hi I need to convert below part <ul> <li id="L_115775_tr"> <span> <a href="http://support.microsoft.com/ph/11732" id="L_115775">Windows Vista Solution Center</a> </span> <li id="L_116381_tr"> <span> <a href="http://support.microsoft.com/ph/8722" id="L_116381">Windows Internet Explorer 7 Solution Center</a> </span> <li id="L_125705_tr"> <span> <a href="http://support.microsoft.com/ph/1173" id="L_125705">Windows XP Solution Center</a> </span> <li id="L_147192_tr"> <span> <a href="http://support.microsoft.com/gp/cp_email" id="L_147192">E-mail Solution Center </a> </span> … | |
I have a problem with DataContext - it inserts existing data in my database, even without calling InsertOnSubmit. Any ideas? Here's the code: [CODE=c#]ApplicationDataDataContext db = new ApplicationDataDataContext(); ChangeSet c = db.GetChangeSet(); // nothing to insert Place place = new Place(); place.Country = CountryClass.CreateObject(countryXmlString, db); c = db.GetChangeSet(); // one … | |
Hi, What I have: 1) Table in SQL Server 2005 2) Table contains column of xml datatype 3) The column has Xml Schema defined I need to do three things (in C#): 4) Get the Xml Schema of the collumn 5) Create dataset based on that xml schema 6) Load … | |
I recently deployed a program [icode]http://www.netbeans.org/kb/61/web/hibernate-vwp.html#01[/icode] in a pakage containing *.hbm.xml's and backing beans a HibernateUTIL.java class was created. in the IDE the table describes proper primatives that populate colm and rows. yet (deployed) a table displays column headers in browser with no data. an exception states HibernateUTIL [icode]System Messages … | |
Hey All Me getting a frustating problem while making the webservice using Eclipse, jdk1.6.0_03,and Tomcat-5.0. The overall scenario is like this.There is a class “WsEpp” of which I have to make webservice.”WsEpp” class is using the object of another class “EppService”, and if certain conditions will be fullfill then “EppService” … | |
I am having problems creating my XMLDOM request, when requesting the XML, it is = nothing. Any help would be much appreciated! Here is my code: [code] Set objXML=Server.CreateObject("MSXML2.DOMDocument.3.0") set oRoot=objXML.createElement("COMMAND") set objXML.documentElement = oRoot objXML.appendChild oRoot Set oField = objXML.createElement("retrieveInfoRequest cmdType=""request"" cmdMode=""alwaysRespond"" echoback=""false"" ") set oChild = objXML.createElement("searchCriteria") oField.appendchild … | |
Hey guys, if im trying to parse a xsd file using the schema class how can i get the simpletype restrictions for a select attribute which i have already found. so if its an enumeration type get the values, or if the patters in [a-zA-Z0-9] to get that. [Code=C#] public … | |
My earlier post works ok now to display I have been working on how to transfer the info to be displayed on another page. I can't get it to work in theory i thik it should be working can anyone give me an idea what I have done wrong. on … | |
Hi, I have a XML file generated externally,i need to traverse through that file and then make certain changes to the XML file or add new attributes to that file.How can i go about it?This eventually will be a Pro*C code.Kindly help me out.Thanks. | |
Hi, all I am studying Python recently. I have written a example code to create a GTK window. Below is the sample code: import pygtk pygtk.require('2.0') import gtk import gtk.glade import os import sys import re from signal import SIGKILL from math import floor from time import time import trace … | |
I'm pretty new to programming. I've just been studying a few weeks off and on. I know a little, and I'm learning as I go. Programming is so much fun! I really wish I would have gotten into it years ago, but here's my question. I have a longterm project … | |
Hello I have been working on this script for a little while. All is working good(get all information into the xml). But I am needing to have the php code add an image to the xml for download. If anybody as any ideas i would greatly appreciate it. I have … | |
I have a c# file from which the data/ value is passed to the xml file . then the xml file is again called along with the updated data. How do I do this? | |
Hi: I was wondering if anyone was using XSLT to show the results of Google Analytics. If so what is the best way to get started. Thank you! | |
I appreciate any who can help me . since i went back to work full time and others are using my computer at home I have been getting a non - stop of (IE WINdows XP SP2) pop ups, some times none stop I noticed in my program files I … | |
Please tell me what I'm doing wrong. The sql query is in bold. [CODE]<?php //////////////////////////////////////////////////////////////////////////////// // // SECRET PAGE // // Invokes require_authentication() to ensure that the user is authenticated // //////////////////////////////////////////////////////////////////////////////// require("common.php"); require_authentication(); session_start(); ?> <!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' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr' xml:lang="en"> <head> … | |
I am able to connect to the database and located the table. I am unable to populate the db. Attached is a in image of the phpmyadmin trucks table structure. Please help. I am excited to be so close to getting it right. [CODE] echo '<blockquote><blockquote><blockquote>'; echo '<form method="post" action="/inventory/">'; … | |
I have an xml documents that I need to bind using a repeater. This is to be a "preview" of a few rows of data with a "view more" link to see them all. Is it possible to do this using just one xml document? the xml file has about … |
The End.