0
votes
2answers
29 views

php script to access multiple web pages

I need a function/method in php to access multiple web pages in a loop. Just as someone can manually access a web page and load any scripts on there. I'm not downloading any information I just want ...
0
votes
2answers
59 views

PHP pages load, but also show the raw code with them in chrome browser

I am new to PHP, and I am having a bit of an issue. My .php files, which I code in Netbeans 7.3, work fine when I run them through the IDE's compiler. But the same web pages show the raw code, along ...
0
votes
0answers
417 views

How to connect to an existing sql server database in ASP.NET Razor 2?

I'm new to ASP.NET Web pages (Razor 2) using VB instead of C#. I have an existing database in which is already connected in my VS 2012 database explorer. The name of my Database is "WebPagesMovies". ...
0
votes
2answers
61 views

Should each individual product have its own individual web page?

I'm new to web development so I don't know what is the norms for this. I'm trying to build a small e-commerce site. We have a lot of items. So should each item have its own separate page? Is it good ...
2
votes
1answer
120 views

Razor Syntax Error

I just started working on a project to take over an existing programmer's code. It is a fairly large ASP.NET Web Pages project that uses the Razor syntax with c#. Apparently the code works on the ...
3
votes
1answer
39 views

Separate project/website for mobile web pages?

Should mobile web pages for our company website be in the same project/website as our "normal" pages, or should they be in their own project? I see some mobile website as ...
0
votes
0answers
66 views

Colorbox Pop Out Editing [closed]

I've been playing around with Colorbox for quite some time now, and I can't for the life of me figure out how to edit the pop out image. The end goal is to have Facebook comments on the pop out frame. ...