website

Seamlessly use large background images on webpages

I want to have huge background images on my site but without giving the user a hard time downloading them and the site looking ugly as the background loads. They would be no bigger than 1920 X 1080 in size, however it's hard to say in terms of kilobytes/megabytes. What are my options here and which are most effective? I'm not too both...

Using git for a large website

I am looking for some advice on how to use git for a website with a lot of html content. We have 2 content managers that do basic html coding and upload their work to the server. I am the only developer. The site is pretty equally divided between 2 types of content. First is a news content that is posted to a database and displayed thr...

how can I get to know which server side programming is used by the website?

Hi I like to which server side programming is used by website Like if I visit any web-site then how can i get to know that which server side programming is used by the website? ...

can drupal support wordpress themes for blog in php?

is it possible to add wordpress theme in drupal? i'm new to drupal and i want to have a blog of mine, i'm doing it as a free and can't buy wordpress theme, so can i do everything in drupal as wordpress? ...

Why in some dynamic website , their pages are in html format ?

Hi I've seen a lot of dynamic website through the internet that their pages are in html or htm format . I don't get it why is that ? And how they do that ? Just look at this website : http://www.realmadrid.com/cs/Satellite/en/Home.htm ...

Simple clean CMS for programming project website

What is the best yet simple CMS for closed-source programming project hosting? I'd like to keep webpage plain and simple, include screenshot, basic features and blog headlines on main page, then have project blog, screenshots gallery, feature list and downloads on separate pages. My goal is somethong between http://www.videolan.org/vlc/...

Why my webpage is displayed with question marks, if i switch encoding to UTF-8?

Within the web.config file i have the following, regarding encoding info, since the website is availiale only to Greece. <globalization fileEncoding="windows-1253" requestEncoding="windows-1253" responseEncoding="windows-1253" culture="el-gr" uiCulture="el"/> What changes should i implement if i decide to add the English version of th...

handle website sessions in .net

I have one VB.net ClassLibray application. I have a line of code: System.Diagnostics.Process.Start("http://stackoverflow.com/") This will take me to stackoverflow website. the question is when i close the stackoverflow website how to get a response back to my application ? ie, How to handle the sessions of external web pages in .n...

Download an Entire Website in C#

Forgive my ignorance on the subject I am using string p="http://" + Textbox2.text; string r= textBox3.Text; System.Net.WebClient webclient=new System.Net.Webclient(); webclient.DownloadFile(p,r); to download a webpage. Can you please help me with enhancing the code so that it downloads the entire website. Tried using HTML Scree...

Stacktraces dangerous on a live website?

We are running multiple Sitecore websites and just got feedback that it might be dangerous to have stacktraces available to users of the website when getting errors. Will the website be alot more vulnarable to hackers now that people get stacktraces? ...

How to publish website using Vis Studio Web Developer Express Edition

Hi All In the MSDN Documentation is says: "Note: The Publish Web Site utility is not available in Visual Web Developer Express edition." That being said, does that mean that I can not upload my website to my server to be viewable online unless I purchase the full version of Web Developer? Thanks Bael ...

Prevent access to Javascript based website or...

Hi, Some websites I develop have a great need for the use of Javascript, they will not work without it. Lots of the site functions and actions depend on some Javascript code that cannot be replaced by server-side code. Sometimes, the Javascript is so complex and needed that it's impossible to provide a fallback for browsers with Javascr...

What scuppers a browser's 'remember login' logic?

For web sites that have username/password text input fields, the browser usually handily offers to remember them for you (in my case, Safari puts them in my OS X keychain). This simply does not happen with certain web sites. The first example that comes to mind is vBulletin forums. Meaning you can't use a complex/random password unless ...

Website optimization - css and images

I'm in the process of optimizing a high traffic site. The site I am working on has many widgets - say 20 or so and only 7 are loaded by default. I was thinking of separating my css and image sprites for faster load times for the default widgets. For the rest of the non-default widgets, I was thinking of having a separate css file a...

How can I get rid of the blank space under the website?

OK, so im working on this website for a friend. The homepage looks pretty good but im having a problem with the 4 pages that are linked at the top. Every time I click on them and they load but there is a big blank space at the bottom of the page. Its not a huge deal but I think it looks funny. Anyone have any idea whats wrong with it? Di...

Can a website be hosted on 2 servers?

Hi, I was looking to change my hosting company, but then I thought about hosting one of my sites on 2 servers, I know this Is possible but how can this be done? I need one of my sites to be hosted from 2 servers (2 different hosting companies) Any way for this to happen without much hassles? Regards, =) ...

what software to use for a web site with mostly static content

Hey dear stacklers, my company is about to redesign and relaunch their website. It will be my part to implement it. My company produces a variety of photo products and wants to present them to the end user. Most of the ~50 sites will contain static content (such as text and imagery). The layout is a simple 2-column: header, content, sid...

the best way to "link" two web pages

I was planing to make two web pages (different domains) which deal with similar subject. On the first page there would be published articles and I would like to show those articles on the other page also (here would be displayed for example only last 10 articles). What is the best way to realize this? EDIT: I use php/mysql ...

Site not displaying but rather downloading

Hi there, I am working on a site and just published it to the client's domain, but when I try to access the root or subpages, they download to my computer rather than displaying as the pages. Could it be the fact php is not installed (the server is managed by my client so I don't know if PHP is installed)? Thanks, Elliott ...

jquery image slideshow with links per image

i'm in search of a simple jquery image flipper/fader, that will cycle through a bunch of images, each of them with it's own link. the flipper will be used like so: my client wants to display logos of his own clients in succession where each logo will link to the respective website. i know this can be implemented in flash, but i (and my...