Click here to Skip to main content
15,910,877 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Printing Big (Huge... You dont belive how huge...) image in a browser Pin
A.Dent31-Aug-08 4:15
A.Dent31-Aug-08 4:15 
QuestionHow can we generate a tiny preview image from a website ? Pin
Mohammad Dayyan26-Aug-08 11:24
Mohammad Dayyan26-Aug-08 11:24 
AnswerRe: How can we generate a tiny preview image from a website ? Pin
Shog926-Aug-08 11:43
sitebuilderShog926-Aug-08 11:43 
Questionweb page design with different resolution Pin
UD(IA)26-Aug-08 4:42
UD(IA)26-Aug-08 4:42 
GeneralRe: web page design with different resolution Pin
Perspx26-Aug-08 6:40
Perspx26-Aug-08 6:40 
GeneralRe: web page design with different resolution Pin
UD(IA)26-Aug-08 20:19
UD(IA)26-Aug-08 20:19 
GeneralRe: web page design with different resolution Pin
Ashfield26-Aug-08 21:22
Ashfield26-Aug-08 21:22 
GeneralRe: web page design with different resolution Pin
UD(IA)26-Aug-08 22:34
UD(IA)26-Aug-08 22:34 
GeneralRe: web page design with different resolution Pin
Ashfield27-Aug-08 0:35
Ashfield27-Aug-08 0:35 
GeneralRe: web page design with different resolution Pin
UD(IA)27-Aug-08 1:24
UD(IA)27-Aug-08 1:24 
GeneralRe: web page design with different resolution Pin
Ashfield27-Aug-08 1:30
Ashfield27-Aug-08 1:30 
GeneralRe: web page design with different resolution Pin
UD(IA)27-Aug-08 3:54
UD(IA)27-Aug-08 3:54 
GeneralRe: web page design with different resolution Pin
Ashfield27-Aug-08 8:23
Ashfield27-Aug-08 8:23 
QuestionGenerating the Image Preview instantly when user Selects Image [modified] Pin
sd0000726-Aug-08 3:33
sd0000726-Aug-08 3:33 
AnswerRe: Generating the Image Preview instantly when user Selects Image Pin
Manas Bhardwaj26-Aug-08 3:39
professionalManas Bhardwaj26-Aug-08 3:39 
QuestionWriting and saving the XML file on the Client Side in javascript Pin
Member 337739125-Aug-08 22:36
Member 337739125-Aug-08 22:36 
AnswerRe: Writing and saving the XML file on the Client Side in javascript Pin
Manas Bhardwaj26-Aug-08 3:20
professionalManas Bhardwaj26-Aug-08 3:20 
GeneralRe: Writing and saving the XML file on the Client Side in javascript Pin
Patrick Kilgore27-Aug-08 5:43
Patrick Kilgore27-Aug-08 5:43 
GeneralRe: Writing and saving the XML file on the Client Side in javascript Pin
Mark Schumann27-Aug-08 10:55
Mark Schumann27-Aug-08 10:55 
QuestionHow to make such FLASH media things? Pin
fantasy121525-Aug-08 21:51
fantasy121525-Aug-08 21:51 
AnswerRe: How to make such FLASH media things? Pin
Ashfield26-Aug-08 3:04
Ashfield26-Aug-08 3:04 
AnswerRe: How to make such FLASH media things? Pin
Perspx26-Aug-08 6:41
Perspx26-Aug-08 6:41 
GeneralRe: How to make such FLASH media things? Pin
fantasy121526-Aug-08 15:14
fantasy121526-Aug-08 15:14 
GeneralRe: How to make such FLASH media things? Pin
neilmajithia27-Aug-08 3:28
neilmajithia27-Aug-08 3:28 
QuestionReading the XML file using javascript Pin
Member 337739125-Aug-08 21:00
Member 337739125-Aug-08 21:00 
Hi Everyone,

Below is the format of XML File.
<?xml version="1.0" encoding="ISO-8859-1"?>
<DEPT>
<CATALOG ID="10">
<CD>
<TITLE>Empire Burlesque 10</TITLE>
<ARTIST>Bob Dylan 10</ARTIST>
<COUNTRY>USA</COUNTRY>
<COMPANY>Columbia</COMPANY>
<PRICE>10.90</PRICE>
<YEAR>1985</YEAR>
</CD>
<CD>
<TITLE>Hide your heart 10</TITLE>
<ARTIST>Bonnie Tyler 10</ARTIST>
<COUNTRY>UK</COUNTRY>
<COMPANY>CBS Records</COMPANY>
<PRICE>9.90</PRICE>
<YEAR>1988</YEAR>
</CD>
<CD>
<TITLE>Greatest Hits 10</TITLE>
<ARTIST>Dolly Parton 10</ARTIST>
<COUNTRY>USA</COUNTRY>
<COMPANY>RCA</COMPANY>
<PRICE>9.90</PRICE>
<YEAR>1982</YEAR>
</CD>
</CATALOG>
<CATALOG ID="20">
<CD>
<TITLE>Still got the blues 20</TITLE>
<ARTIST>Gary Moore 20</ARTIST>
<COUNTRY>UK</COUNTRY>
<COMPANY>Virgin records</COMPANY>
<PRICE>10.20</PRICE>
<YEAR>1990</YEAR>
</CD>
</CATALOG>
</DEPT>

I want to retrieve the node values by differentiating with Catalog ID attribute.
Can anyone help me out regarding this.
Please do the needful

Thanks and Regards,
Srilatha

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.