Reading the parsing attribute of the node

170 byte By pmishra.mca at 2007-11-20 7:46:28
Hello Dear<br/>I am working in javascript. I want to read the parsing attribute of the node. How to read parsing attribute of the node.Please some one help me.<br/>Thanks

why to call alert() between xml parsing in javascript

1668 byte By pmishra.mca at 2007-11-20 7:46:30
Hello DearI am parsing my xml using below mention code.but i donot know should use alert("ffff")because if i donot use alert("ffff") it's throws an error "object required" You can also try this code with own xmlfile in two ways 1. By putting comment before "alert("ffff")2. By removing the comme...

Compile PHP 5.2.2

539 byte By Ipsens at 2007-11-20 7:46:40
Ok I am trying to go from PHP 5.2.1 to 5.2.2.I am getting this error when I run make: ext/imap/.libs/php_imap.o(.text+0x4c1): In function `zm_startup_imap':/usr/local/lib/php-5.2.2/ext/imap/php_imap.c:481: undefined reference to `ssl_onceonlyinit'*** Error code 1 I am using freebsd 6 and i...

Warning: Cannot modify header information

1655 byte By SRD at 2007-11-20 7:46:58
Hello everyone.I've been getting the following error message when attempting to log in on a site I am working on:Warning: Cannot modify header information - headers already sent by (output started at /home/mysite/public_html/np/index.php:8) in /home/mysite/public_html/np/login.php on line 19I h...

function_exists functions cannot locate the function

351 byte By dummyagain at 2007-11-20 7:47:25
I have a php page in /theme/default/sidebar.php and the do_calendar function is in /function/calendar/calendar.phpI have written code function_exists('do_calendar')in the side.php but it return false.I would like to know how to include the functions in calendar.php in sidebar.php?Thank you...

XML - Hyper link and image wont display in Firefox?

855 byte By sjcoder07 at 2007-11-20 7:47:49
Hello everyone:I am learing XML. I tried to use embeded html tags in one xml to display Hyper link and an image. The code works in IE7, but in Firefox, the link showed as pure text and image won't display at all.I did some online search Firefox does support XML. I couldn't figure out what...

XmlPad3 - documentation?

531 byte By sjcoder07 at 2007-11-20 7:47:50
Hello everyone: I downloaded a free ware from this site ( http://www.wmhelp.com/xmlpad3.htm), but the software doesn't have any documentation came with it. I am wondering if anyone had experience with this freeware, please give me some suggestions, where I can find information on documentation...

Delivery charge program

1480 byte By viper12 at 2007-11-20 7:48:27
It's just a work in progress at the moment, but I'd appreciate some help, again.I'm writing a program for a delivery service where there are following conditions.For orders worth less than 25 the delivery charge is 3.00.Orders worth at least 25 but less than 100 are delivered free.Ord...

cannot redirect page after pop up

481 byte By dummyagain at 2007-11-20 7:48:47
I have written the following code.if (($exist_num_blog+1) > $blog_num){echo "<script language=\"javascript\">";echo "alert(\"You cannot register more than $num_blog blogs. \")";echo "</script>";header( 'Location: http://www.mydomain.com' ) ;After it showed the pop up windows...

What are DBD::Oracles dependencies (on Windows)?

730 byte By madhusudankapoor at 2007-11-20 7:49:49
Can any body help me to findWhat are DBD::Oracle's dependencies (on Windows)?I have successfully installed DBD::Oracle on my windows XP based PCWhen I tried to connect to remote Oracle Sever using following code # -- Connecting to hostmy $dbh = DBI->connect('dbi:Oracle:host=myserverIP;s...

VBScript RAM type detection

328 byte By vital_101 at 2007-11-20 7:49:54
Hey everyone,I've been working on a hardware detection script, and I seem to have run into a problem. I am having a hard time using WMI to detect the type of RAM (e.g. DDR, DDR2, etc). Is this possible at all? If so, how? I've been browsing the libraries for hours and haven't foun...

WHY this SQL Fails

952 byte By wxuf at 2007-11-20 7:50:31
First, I may state my problem.I am using SQL Server 2005, and participating the 07 kdd cup project.I have a table named VoteScore(UserId int, MovieId int, Score int, Date datetime) which involves over 100 million records in this table. Now I want to add a new column RateIndex, which numbers from 1...

I added a column to a table, but, I cant see it.

1060 byte By furjaw at 2007-11-20 7:50:45
I ran the code below that adds a column to an SQL table.I refreshed Data Sources, but, the new column does not appear.I refreshed Server Explorer and the new column does not appear.I tried running the code again and I got:"Column names in each table must be unique. Column name 'CaseNbr' in...

Automatically sends (server)

514 byte By rogernem at 2007-11-20 7:51:24
Hi. I have a system where I add emails and birthday dates.Today, when it is someones birthday I log in the system andmanually send all greeting emails.I was wondering If somehow my system at the server couldrun by itself and identify that today is day X and that Y users arecelebrating their birthday...

callback is undefined

1296 byte By jasonli at 2007-11-20 7:51:50
I set up a simple website using ajax framework. The code of html page is as below:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns=" http://www.w3.org/1999/xhtml" ><head> <title>Getting XML...

Newbie HTML button question please.

860 byte By Phill Heald at 2007-11-20 7:51:56
Hi All...I have come accross a little problem in the web page I am producing.I am using frames and have a page with links on that change the contents of another frame.like this<tr><td width="100%"><a href="openingPage.php" target="Pages">Home</a></td></tr>All I wa...

Using a Param as a Column Name in a Sproc

2955 byte By WesTurrant at 2007-11-20 7:52:17
I'm sure this is really simple, but I can't get it right. I want to populate a DataGrid on my Window with a DataSet from SQL2005. Everything works, I've done it many times before. What I am stuck on, in this issue I want to hide the identity column. I let the programmer decide the nam...

accumulative summary

1096 byte By martinhoge at 2007-11-20 7:53:22
Hi I need a special help with SQL query - accumulative summary on table which is already grouped:id date count1 1/1/2007 452 1/1/2007 123 1/2/2007 134 1/2/2007 255 1/3/2007 24I need accumulative summary per days. Now I use this:SELECT date, sum(count), ( SELECT...

sql2005 - Wildcard search on encrypted column?

109 byte By jfisher at 2007-11-20 7:53:23
Hi:<br/>In Sql2005, is it possible to perform a wildcard search on an encrypted column?<br/>Many thanks!

Mysqli insert / OO Design Problem

4056 byte By leepr at 2007-11-20 7:53:24
Hi there,I'm new to OO-PHP and have encountered a problem that I just can't figure out. I have a class called DBAccess that extends mysqli. In a nutshell, it looks like this:class DBAccess extends mysqli { private static $instance; private static $preferences; /** Create an instan...

unable to use class from the server in the client

905 byte By shoham78 at 2007-11-20 7:53:28
I am trying to register server class so that I will be able to call a function in the server from the client using ajax.In the page load function in the server I wrote:Public class ClsProtected Sub Page_Load1(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.LoadAjax.Utility.Register...

Stock Control

1042 byte By rogernem at 2007-11-20 7:53:30
I have an online shop and I need to implement a stock controlI have only one unit of product A availableHere are the problems:Situation 1========User1 adds this product to his cart.At this moment I delete it from my stockUser2 enters the store and wishes to buy that same product.He wont because the...

HTML Table Optimisation

1551 byte By lhayes00 at 2007-11-20 7:53:37
Hi all,Is there a more efficient way of achieving an equivalent to the following which will work across browsers?I am using ASP.NET to generate a series of icons based upon database content. I want each icon to be shown with the icon image and a caption beneath it. I have been able to achieve this b...

MySQL 4: Select last 100 records from table

199 byte By Andrex at 2007-11-20 7:54:06
I have a table in which items are constantly added with a date and time indicator, but I need to retrieve from it only the last 100 items added.<br/>Any help will be greatly appreciated, thanks!

mail validation problem

1984 byte By zhinigami at 2007-11-20 7:54:15
Hello to allI have email validation problem when I try enter this: jacky88@yahoo.com. *edited:Can someone help me with this in php programming? Is it validated in # Email-Response Check if($eb_mailcheck == 1 AND $eb_showmail) { $maildomain = strstr($gbmail, "@"); $maildomain = substr($maildomain...

Problem with coolMenu in IE7

301 byte By Susmitha_Metlapalli at 2007-11-20 7:54:22
Hi,I am using CoolMenus (www.dhtmlcentral.com - coolMenus3.js) for displaying the menu in webportal. It is working fine with IE6. But subMenus are not shown when the webportal is opened in IE7. Does anyone have coolMenus script compatible with IE7 ? Thanks,Susmitha....

use progress bar for upload files

193 byte By kku at 2007-11-20 7:55:03
hay gurus<br/>can any body help me that i want to use progress bar during uploading a files, have u any scripts in php or java script which show the progress of uploading files.<br/>i m waiting

About WinApi and Graphics in assembly

741 byte By danrevah at 2007-11-20 7:55:28
I was searching google for hours trying to find materials about graphics and winapi in assembly and i wasnt able to find anythingso i wondered if there is something like that in assembly (im almost sure there is)if so where can i learn about it?// sorry for the bad englishedit:someone told me to sea...

Data Access Timeout In SQL Server2005

639 byte By wxuf at 2007-11-20 7:56:19
Hi, I am using SQL Sever 2005 & C#.I met a big problem when accessing the database.My data table has over 100 Million records, and I have created indexes for several columns which are frequently used. But I constantlyget a SQLTimeOutException, even if I set the connection time out as high as 200 sec...

Form Submit Works in IE not in Firefox?

3742 byte By madchops1 at 2007-11-20 7:56:31
This is a contact form it works perfectly in IE, but not at all in fire fox, it goes into the process_contact function but doesn't come out. Thanks in advance, for the support. <head>/////////////////////////////////////////////////////////////////////////////////////////////<script...

Setting up site and need some help

1403 byte By MaelC3 at 2007-11-20 7:56:49
just started working on my own site (through verizon) and i just ran across a problem that i can't make heads or tales of.i have been trying to add the new york times headline tracker to my site. they have a utility that generates the code for you and supposedly all you have to do is copy and p...

MYSQL - Efficiency question

803 byte By SRD at 2007-11-20 7:57:24
Hello!I would like to ask a general question about MYSQL, and its efficiency when it comes to retrieving a result.My concern is whether to store certain nonessential data within a cookie when the user logs in. Is pulling one result from a table too taxing if it were to occur every time the page loa...

Javascript?

229 byte By ShoKazamatsuri at 2007-11-20 7:58:23
Hi all,<br/>Do you all know web reference that teach javascript thoroughly from basic? I don't know if I'm still new in this script. It's really hard to understand. Thanks in advance.<br/>Regards,<br/>Sho

uploading file

1438 byte By Crazy-Heart at 2007-11-20 7:59:01
Hi everyone!I'm trying to make a file upload page. I have found the right code (which uploads the file to the folder that I've chosen) but I'd also like it too insert some values to the database, but I can't seem to put it work together!can you help me?this is the code<?phpglo...

progress bar freezes onSubmit

9592 byte By heckler0077 at 2007-11-20 7:59:06
Hello. I haven't gotten around to learning js yet, so I found the script that I needed online. I actually combined it with another to make what I need, which is that when you click on a button or a link or something like that, if you have specified a certain href (for the link) or onSubmit (for...

Get only the date part from datetime

251 byte By Mike2003 at 2007-11-20 7:59:35
Hello,<br/>i have a datetime like this: "10/5/2007 11:50:37"<br/>I want only to get with sql the date part "10/05/2007" from the datetime string.<br/>How must the sql query look like?<br/>I am using MS Access <br/>Thx for help

doubt in XSLT -- very urgent

1093 byte By subbukns at 2007-11-20 7:59:47
I have a xslt code snippet as below:<td valign="top" width="14%" class="bodytextbold" > <select name="selectMedium" class="bodytext" onChange="changeOption(selectedIndex)"> <option value="">-- Select --</option> <option value="T">Phone</option> <opt...

for XML....

723 byte By bharadwajrv at 2007-11-20 7:59:57
While using below SQL statment in 'SQL Query Analyser' i dont get the compelete XML in the result... (there is no columns of type 'Memo' or any long fields more than 1K characters)Problem i'm facing is:1. there are 6 rows in the table, but i'll get only first row in XML...

Question on XSLT templates -- urgent

3324 byte By subbukns at 2007-11-20 8:00:03
Given below is the xml and xsl code snippet for my web page.I have used two templates one for filling Medium drop down and another for Priority drop down.My question is ... the template match="Priority/PriorityList" --does this execute for both request call and response call?? If it executes...for b...

set image src attribute to method

10382 byte By Waqas_Badar at 2007-11-20 8:00:32
Hello,user upload image. I make thumbnail of image. Now according to client requirement nobody should access images through URL. So i have to put uploaded image folder outside the server. After that i make a php script which read image and out put it on browser. The img tag looks like this<img sr...

IP Address Condition

408 byte By Crazy-Heart at 2007-11-20 8:00:52
I get the IP address from the guest and then I want to put an IF clause depending on his IP. i.e. if the guest's IP is 124.456.789.** how do I put this on the code? it can't work with asterics or x's! $domain = GetHostByName($REMOTE_ADDR); if ($domain=="123.456.178.xx"){ $content.=...

Works in IE, not in FF

4160 byte By madchops1 at 2007-11-20 8:01:12
This simple contact form works fine in IE but does not in FF. I cannot figure it out.The form does return false, and the variables make it into the url, but in firefox nothing else happens. It is as if the file is not being called, but the javascript is in firefox??? Please help if you can.Here is...

MySql connection problem....please help!

1736 byte By heroine at 2007-11-20 8:02:01
Dear All, I have been trying to connect to mysql through the command prompt this code below but i can't...I got this error instead that pops up :an error occured:java.sql.SQLException: column index out of range, 2>1Is there something wrong somewhere with the code...? please help...I am using...

2 questions about mysql & php

1027 byte By Crazy-Heart at 2007-11-20 8:02:03
Hi everyone!I have 2 problems!First-I'm making a page where I select some values to appear $dbquery = "SELECT value1, value2 FROM classes WHERE classId=2"; $res = mysql_query($dbquery, $dbid) or die(mysql_error()); while ($row = mysql_fetch_assoc($res)) { $content .="<t...

disable checkboxes by using getElementByName

3000 byte By sjcoder07 at 2007-11-20 8:02:10
Hello everyone: I am doing an exercise in which checkboxes in a group will be enabled / disabled based on radio button selection.I did some online research found this example ( http://www.dynamicdrive.com/forums/showthread.php?t=3655). The example showed that using a for loop to loop thought check bo...

SQL 2005 - What size is SHA512 in binary? binary(128)?

1810 byte By WesTurrant at 2007-11-20 8:02:18
I have been reading MSDN trying to figure out what size I need to make my data type in SQL 2005 to hold my SHA512 hash. It's a password hash but I don't think that matters because as far as I understand reguardless of the amount of data put into a SHA512 hash the output is guranteed to alw...

Installation of SQL 2005 Express from a network

314 byte By Jim Bassett at 2007-11-20 8:02:20
Does anyone know of the procedure, steps that need to be followed to allow installing SQL 2005 Express from a network? Since SQL 2005 express requires .NET 2 and the MSI engine 3.1 and MDAC 2.8 it is a real problem pushing it from a network such as active directory using an AIP (Administrator Instal...

MYSQL database decision

1335 byte By SRD at 2007-11-20 8:02:33
Hello again.I am looking for advice on how to set up my database in a way that best caters to my situation. I currently have a database of members, and I want to create a set of data for each member that stores references to other members in a type of friends system. The references will most likel...

Socket client on PocketPC 2003

397 byte By marlonbasta at 2007-11-20 8:03:26
Hi,this my first time in this forum, and sorry for my English.I write to speak about my problem:I write a client/server C program to do the key exchange from serve (PC) to client (PDA). When I compile on PDA the client program I receive any errors about the socket library. Shuld I use a specific lib...

Need a good captcha generating php script

243 byte By sugat at 2007-11-20 8:03:36
Hello,<br/>I need a good captcha generating php script. I searched on Google but din't found anything useful so far, I am interested in your personal suggestions, some php script that is easy to install and generates strong captchas.