- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
7 Posted Topics
Re: Its easy really. Follow this link, it has a video tutorial. You can even download the code. [URL]http://www.asp.net/learn/videos/view.aspx?tabid=63&id=47[/URL] Good Luck! | |
Hi, I've been using an IDE for developing in PHP. I wanted a PHP framework and SYMFONY was one of the suggested ones. I need to complete this proj withing 3 months and have no time to learn anything complicated. I need feedbacks from people who have used Symfony and … | |
Re: [COLOR=#0000ff][COLOR=black]Try this and see if this solves your problem.[/COLOR] <?[/COLOR][COLOR=#800000]xml[/COLOR][COLOR=#0000ff] [/COLOR][COLOR=#ff0000]version[/COLOR][COLOR=#0000ff]=[/COLOR][COLOR=#000000]"[/COLOR][COLOR=#0000ff]1.0[/COLOR][COLOR=#000000]"[/COLOR][COLOR=#0000ff] [/COLOR][COLOR=#ff0000]encoding[/COLOR][COLOR=#0000ff]=[/COLOR][COLOR=#000000]"[/COLOR][COLOR=#0000ff]utf-8[/COLOR][COLOR=#000000]"[/COLOR][COLOR=#0000ff] ?> <[/COLOR][COLOR=#800000]siteMap[/COLOR][COLOR=#0000ff] [/COLOR][COLOR=#ff0000]xmlns[/COLOR][COLOR=#0000ff]=[/COLOR][COLOR=#000000]"[/COLOR][COLOR=#0000ff]http://schemas.microsoft.com/AspNet/SiteMap-File-1.0[/COLOR][COLOR=#000000]"[/COLOR][COLOR=#0000ff] > <[/COLOR][COLOR=#800000]siteMapNode[/COLOR][COLOR=#0000ff] [/COLOR][COLOR=#ff0000]url[/COLOR][COLOR=#0000ff]=[/COLOR][COLOR=#000000]"[/COLOR][COLOR=#0000ff]~/Default.aspx[/COLOR][COLOR=#000000]"[/COLOR][COLOR=#0000ff] [/COLOR][COLOR=#ff0000]title[/COLOR][COLOR=#0000ff]=[/COLOR][COLOR=#000000]"[/COLOR][COLOR=#0000ff]Home[/COLOR][COLOR=#000000]"[/COLOR][COLOR=#0000ff] [/COLOR][COLOR=#ff0000]description[/COLOR][COLOR=#0000ff]=[/COLOR][COLOR=#000000]"[/COLOR][COLOR=#0000ff]Site Home Page[/COLOR][COLOR=#000000]"[/COLOR][COLOR=#0000ff]> <[/COLOR][COLOR=#800000]siteMapNode[/COLOR][COLOR=#0000ff] [/COLOR][COLOR=#ff0000]url[/COLOR][COLOR=#0000ff]=[/COLOR][COLOR=#000000]"[/COLOR][COLOR=#0000ff]~/Products/productLists.aspx[/COLOR][COLOR=#000000]"[/COLOR][COLOR=#0000ff] [/COLOR][COLOR=#ff0000]title[/COLOR][COLOR=#0000ff]=[/COLOR][COLOR=#000000]"[/COLOR][COLOR=#0000ff]Products[/COLOR][COLOR=#000000]"[/COLOR][COLOR=#0000ff] [/COLOR][COLOR=#ff0000]description[/COLOR][COLOR=#0000ff]=[/COLOR][COLOR=#000000]"[/COLOR][COLOR=#0000ff]Show All Major Categories[/COLOR][COLOR=#000000]"[/COLOR][COLOR=#0000ff] /> <[/COLOR][COLOR=#800000]siteMapNode[/COLOR][COLOR=#0000ff] [/COLOR][COLOR=#ff0000]roles[/COLOR][COLOR=#0000ff]=[/COLOR][COLOR=#000000]""[/COLOR][COLOR=#0000ff] [/COLOR][COLOR=#ff0000]url[/COLOR][COLOR=#0000ff]=[/COLOR][COLOR=#000000]"[/COLOR][COLOR=#0000ff]~/Products/MusicalInstruments/musicalInstruments.aspx[/COLOR][COLOR=#000000]"[/COLOR][COLOR=#0000ff] [/COLOR][COLOR=#ff0000]title[/COLOR][COLOR=#0000ff]=[/COLOR][COLOR=#000000]"[/COLOR][COLOR=#0000ff]Musical Instruments[/COLOR][COLOR=#000000]"[/COLOR][COLOR=#0000ff] [/COLOR][COLOR=#ff0000]description[/COLOR][COLOR=#0000ff]=[/COLOR][COLOR=#000000]"[/COLOR][COLOR=#0000ff]Show 1st Product Category[/COLOR][COLOR=#000000]"[/COLOR][COLOR=#0000ff] /> <[/COLOR][COLOR=#800000]siteMapNode[/COLOR][COLOR=#0000ff] [/COLOR][COLOR=#ff0000]url[/COLOR][COLOR=#0000ff]=[/COLOR][COLOR=#000000]"[/COLOR][COLOR=#0000ff]~/Products/MusicListing/musiclistings.aspx[/COLOR][COLOR=#000000]"[/COLOR][COLOR=#0000ff] [/COLOR][COLOR=#ff0000]title[/COLOR][COLOR=#0000ff]=[/COLOR][COLOR=#000000]"[/COLOR][COLOR=#0000ff]Music Listing[/COLOR][COLOR=#000000]"[/COLOR][COLOR=#0000ff] [/COLOR][COLOR=#ff0000]description[/COLOR][COLOR=#0000ff]=[/COLOR][COLOR=#000000]"[/COLOR][COLOR=#0000ff]Show 2nd Product Category[/COLOR][COLOR=#000000]"[/COLOR][COLOR=#0000ff] /> <[/COLOR][COLOR=#800000]siteMapNode[/COLOR][COLOR=#0000ff] … | |
I'm following a shopping cart tutorial and this snippet is confusing. I have a vague idea, but can some one pls explain what this means? [COLOR=red]// setting up the web root and server root for[/COLOR] [COLOR=red]// this shopping cart application[/COLOR] [COLOR=red]$thisFile = str_replace('\', '/', __FILE__);[/COLOR] [COLOR=red]$docRoot = $_SERVER['DOCUMENT_ROOT'];[/COLOR] [COLOR=red][/COLOR] [COLOR=red]$webRoot … | |
I'm developing a site using mysql and php. For the backend database I use mysql and my htm page consists of both HTML and PHP scripts. It was suggested that I use 3 tier architecture to seperate the business logic and the presentation layer. My problem is , how do … | |
Re: I'm doing a restaurant reservation system as well with data mining capabilities. Can you, if possible get me the details of what the other student is doing, objectives etc. I could use the idea | |
Hi I'm new here, so HI ALL. I'm trying to get the hang of what CMS systems are. I've been doing a lil reading but would like more info. CMS is suppsosed to manage contents to build websites and so right, if then, is dreamweaver also known as a CMS? … |
The End.