I have an idea i thinking of creating a website whereby a traveler can exchange itinerary activities and form their own ideal itinerary.
Any ideas? Has a similar website been done? Is it worth coming up with another similar application?
...
How would I go about implementing a signup form using the MVC pattern for a website (I'm using PHP)?
I think the controller should receive the POST data initially. Then probably some interation with the model might need to take place (if the user successfully signs up). Then I think the signup form view would be called, and a value woul...
Hi,
I need to change the code of some asp.net application but the application is missing its .cs files, there are only .aspx files. As I read in google, I understand that the application is a precompiled website. I am not too familiar with it so the question is, can I somehow retrieve the code-behind .cs files of this application becaus...
I'm about to do a PHP website using the MVC pattern. I am not using a framework as the site is fairly simple and I feel that this will give me a good opportunity to learn about the pattern directly. I have a couple questions.
Question 1: How should I organize my views? I'm thinking of having a Page view which will have the header and fo...
More specifically I'm looking for something, perhaps an add-on for firefox, once enabled it logs all of this information as it's passed to and from the server. I'm doing some web scripting and this would be really handy.
If anyone is wondering specifically what I'm doing currently I'm trying to make a script to repost my craigslist ad ...
I'm trying to build my first website from scratch. I mocked up the design in Photoshop, and have been trying to convert into code for a few hours. But I haven't got far. In fact, I'm stuck on the header's navigation bar.
It looks right, but it doesn't work. I'm using an unordered-inline list, and trying to link different rectangles in ...
We have a problem with an asp.net website we part build and host for a client. About a week ago the website would just failed to respond to requests, no error was returned. No code was deployed by us but the client does upload non compiled pages from time to time.
Restarting the app pool the site runs on fixes the problem but in 1-8 h...
We put our website advertisement in 2 other websites. We need to count the hits we are getting form those advertisement and like to store it in my database. Please give me an idea to do that.
...
Can someone please recommend some tools that would help me measure the size of our website pages? I need to gather the size of the page rendered. We have over 100 pages and so obviously I am looking for a tool that could diagnose an entire domain or folder. I don't want to spend days measuring the pages one at a time.
Thank you so much...
Hi all,
I'm looking for an easy way to integrate a blog into a website that I've developed with HTML and CSS and have already put a considerable amount of time and effort into. I've looked at WordPress, Movable Type, b2evolution, and a few others, but they all seem like overkill for me. I'm only going to be posting 1 maybe 2 times a wee...
Hello everybody,
I'm I have one dilema.
I have only the URL of the web page or the RESTful web service but I dont know if it is web page or RESTful web service.
Is it possible to make distinction beween web page and RESTful web service at runtime?
Thank you!
...
If I am creating a website in ASP.NET, is it possible to programmatically set the title of the page be some predefined value with some extra information tacked on? For example:
Home Page Title = Site Name
Links Title = Site Name: Links
Stuff Title = Site Name: Stuff
Basically, whatever I defined as the main title on ...
I need a funny idea/inspiration for my 404 pages it can be a picture or funny dialog.
...
Hi fellows,
I want to create a professional website for my company. I'm not a designer. I know some html/css, but I don't have much experience making up advanced pages and layouts.
I'd expect public area, with various articles, and a "customer zone", accessible via username and password, where clients will be able to track their orders...
I want to create a service that allows diverse web site owners to integrate material from my web servers into content served from their own servers. Ideally the resulting web page would only be delivered from the web site owners server, and the included content would be viewed as being part of the site by Google - which I think would rul...
I have recently published a web service to my site through visual studios ... I was so dumb to select delete existing files option ...
Can anyone please help me out how do i get back my deleted files from the server...
...
I am trying to build a webservice that manipulates http requests POST and GET.
Here is a sample:
public class CodebookHttpHandler: IHttpHandler
{
public void ProcessRequest(HttpContext context)
{
if (context.Request.HttpMethod == "POST")
{
//DoHttpPostLogic();
}
else if (context.Reque...
Hey, So, I've seen web developers writing in their CV that they create "SEO friendly sites.
". Also I heard that Wordpress is SEO friendly site and other CMSs.
So, what does SEO friendly site mean? I understand, that titles and URLs are probably the most important things for making good positions in google, but is there any other things...
Hey guys - I know this is not a strictly programming question but I'm building an application where users sign up to traffic alerts.
I have the whole thing dusted but I haven't got an 'unregister button'
I know its good UI to have one, but I was hoping if someone knew the legalities of the topic?
The user can sign in and uncheck wha...
I am currently building a site in PHP (novice programmer) and being new, I don't know much what a website needs in terms of functions (ex: login, logout, send emails, etc etc). Is there any sites that gives you details on such functions.
Like for a social networking site, you should have such and such.
For e-commerce, this and this.
T...