Posts Tagged ‘amp’

Which is the best :Dreamweaver Vs. Aptana Vs. Amaya in using CSS, HTML, XHTML,XML & JavaScript?

Which is the best : Adobe Dreamweaver Vs. Aptana Vs. Amaya in using CSS, HTML, XHTML,XML & JavaScript. ?

thanks

What are some other good web development languages to learn?

I already know:

HTML, XHTML, XML, CSS, PHP & JavaScript

What else do you think could be useful?

What software would be the best investment of my time & money for web development?

I’m thinking about expanding my web skills and am wondering what would be the best investment of my time & money (for software & classes). I want to be able to make robust applications for social networking sites, accessing databases, interactive forms, secure pages / login, etc. I’m looking for some advice from professional web developers.

What is your opinion on ColdFusion, DreamWeaver, .NET, Visual Studio / Visual Basic, XML / HTML, Java, others?

why dose this come up on my yahoo page, line b problem parsing xml:'null' is null or not an object?

Only when I go to my at&t yahoo page.

XML newbie – is xml a static page? can it do some database update?

Hi. I know php and how to update database & create dynamic web content. Can XML do that? I same some web sites have pages with file extension like *.xml and I wonder if those are only static page?

Thanks.

How to read & write into Xml file using VBA of Excel 2000?

How to read & write into Xml file using VBA of Excel 2000.
<Config>
<UserSetting Id=’11′>
<UserName>abc</UserName>
<Pass>welcome</Pass>
</UserSetting>
<UserSetting Id=’12′>
<UserName>abc1</UserName>
<Pass>welcome</Pass>
</UserSetting>

</Config>

People told me XSL is use to transform XML into HTML or other content like cellphone?

Is that true? XSL is like a style sheet CSS for HTML but it’s for XML.

If someone create a page for internet and mobile then is that mean they need to have two different type of XSL & XML?

Thanks.

People told me XSL is use to transform XML into HTML or other content like cellphone?

Is that true? XSL is like a style sheet CSS for HTML but it’s for XML.

If someone create a page for internet and mobile then is that mean they need to have two different type of XSL & XML?

Thanks.

What is the difference in XML & RSS?

I have yet to be able to get an RSS feed on my 360. I don’t understand the difference in the XML & the RSS and the directions on the RSS feed of my 360 do not make sense to me.

I’m getting data into XML string format from COM component into my VBScript>>function. I load that string in

I’m getting data into XML string format from COM component into my VBScript
>>function. I load that string into xml object & try to save it into HDD
with
>>XML_Object.save "C:\folderName\file1.xml"
>>It work successfully in most of the machines , but in some machines error
>>comes "Permission Denied". Can anybody tell the reason and resolution of
>>this problem.