I have a fully functional website that allows my customers to login, answer some questions, receive a parts list, and get a quote. I have constructed this website in such a way that when a user is not logged in, or logged in as a standard web user, the website looks like this. There is a header, navigation menu, and search box.
When a ...
I want to setup a website (intranet in this particular case) that shows realtime updating data. I have the server and the realtime data, it's the software I know less about. I am no stranger to programming, but I am less familiar with web technologies.
Which alternatives do I have? I would prefer open source, and preferably something ni...
It it safe to use the built in session creator in PHP? My worry is that someone could hijack the token cookie on another persons machine, and set theirs to exactly the same, therefore tricking the server into thinking that they're the same person.
Is there protection (e.g. IP checks) to stop this or should I be using something more secu...
.. and how the web crawler infers the semantics of information on the website?
List out the ranking signal in separate answer.
...
I have built a website, with a batch of source files and a database script. They are under SVN control on my local machine. Now I have brought a host. The host provides ftp and ssh tools. I will need to upload my source files via ftp. Before that I need to remove SVN control so I can save the effort of uploading a lot of SVN version-cont...
I have a mobile and a normal website.
They load pretty fast. I used YSlow and Page Speed (google) to test it and got >90%.
Are there other tools or sites i can use to 'profile' my site for suggestions or to rank it in a way?
-edit-
Good answers. Anymore? makes this a CW
...
This is very naive... but how do you stream certain bits of information from a website. From what I understand webview launches a web page, but what if I want to only stream a paragraph that was published on a site.
Example: Yahoo! Fantasy Football... Updates on players and the news feed about them.
This is obviously a lot more compli...
I'm not quite sure if I can post non-programming questions.. But it's certainly related to web dev.
I'm looking for good legal resources/content for our company site.. specifically about terms of use, what's "proper" to post in our forums, etc.
Stackoverflow has a nice legal page with comprehensive info. I googled variations of legal...
I'm using HttpWebRequest to send request without using a browser but I always get this reply from this old school cgi forum: "duplicate thread". I'm pretty sure the thread is not a duplicate as it is the first time I send it. I'm guessing the forum software is detecting something unusual about my thread as is is machine generated. What c...
Hi folks
how to make website that should compatibility with desktop browser as well as mobile browser
Thanks in advance
Aswan
...
I am developing a website exclusively for mobile browsers.
What guidelines should I follow to optimize the site for mobile development?
My main concerns:
Most mobile devices have propriety browsers. How can the app be tested on those different browsers (testing on an actual device is not possible due to security restrictions)?
How to o...
A very good sulution for Multilingual UI are Variations, but how can you apply this feature to the Global Navigation(Menu)?
After creating the Global Navigation for a WebSite it will stay like that forever, no matter if the current Location is in one of the Sites's Variations.
So I'm looking for some solution to change the Language for ...
Possible Duplicate:
How can I tell what a website was written in?
Is there a way to find out what are the web technologies used to build certain websites ? For example I like this website : http://www.grouprecipes.com How can I know what technologies he used without contacting him ?
...
I often switch between .NET and PHP development. With ASP.NET sites I save configuration information (e.g. connection strings, directories, application setting) in the web.config file which is appropriately protected and easy to access the values, etc.
In PHP, I solve this with a class that has static methods for each variable:
class w...
Hi
We have a website that has all its PHP/HTML/JS/CSS/etc files stored in a Git repository.
We currently have 3 types of computers (or use cases) for the repository.
Local developer: pull latest changes, make changes, commit to local repo, push to master server
Master server: central repository, all changes get pushed to the master s...
I'm trying to create a website that accepts submissions into a form, and then later on I can display it in tables organized by categories, similar to how RateMyProfessors does it:
http://www.ratemyprofessors.com/SelectTeacher.jsp?sid=399
To me, my main concerns are:
Figuring out a good way to read in submissions and save it into a da...
I am working on a Joomla site which currently is using the Login Form to let people register for a newsletter. I need a way to create a second and separate Login area for stores that allows them access to a special part of the site (specific ordering form). I can't find any answers on how to do this?
Any help is greatly appreciated.
...
JavaScript programs consist of statements and function declarations. When a JavaScript program is executed, these two steps occur:
the code is scanned for function declarations, and every func. declaration is "executed" (by creating a function object) and a named reference to that function is created (so that this function can be calle...
So I'm wondering how browsers treat requests for images. I'm hoping to use a cdn for serving product images on my website. I'd also like to use the cdn for serving button images and images used in my css.
The problem with this is that I don't have control over the expires headers (Rackspace files is what I'm looking into).
See, say I h...
Hi,
I'm having a site done in wordpress with some 10 pages. I'll need to save it, the whole site with the links working for offline use every time i update the content. Now what am doing is save each page then link everything etc.. but i want to do this programing.. so i dont have to do manually or are there any tools or class already?
...