website

Is there a CMS that you don't have to code?

I was trying to build a pretty simple website recently, and I thought I'd use one of the many CMS's out there to do it. I started using Drupal, it was ok - but as soon as I wanted to do something pretty simple like change the color scheme to something other than the defaults available, it all turned hairy, and before I knew it I was sign...

Add a Blog to an Existing Webpage.

How can I insert a blog (not created yet) into and already existing 'static' webpage? The webpage is written mostly in php. I'm considering using something like wordpress.org (host install version) and using it to update the website's news page. From what I've read, its sounds like I would need to do a lot of theme tweaking to get word...

SWF object not playing my XML Playlist.

Hello, I've tried to include youtubetune player to social network, but for somereason it wont play the xml files it should play. I got around issue that the tracks dint even appear by uploading the neccessary swf files and swfobject.js file to my server. Now the tracks appears to the player, but the player wont play them. You can see my...

Multiple Domains to One Virtual Host | Wildcard Host (shared hosting)?

I have the following task: Create one website which is accessible with 20 different domains names. Same files, same folder, same ip. Question (shared hosting): Can this be accomplish with a bare cname's pointing to the same common subdomain or do we need one static ip for all? The problem is sure shared hosting and I'm trying to avoid...

Good articles describing the infastructure of large commercial sites like Amazon.com?

Can anyone point me to a good primer on how a large scale commercial website like amazon.com is set up? Most importantly, I'd like to know about how the databases are set up. Do they have a distributed set of databases to balance the load, that all sends updates to one 'master' database, etc.? Doesn't have to be the inside dope(although ...

How can i design a site for mobile phones

How can i start the development of a site that can be browse from mobile phones? For example, if you browse Gmail site from an iPhone the site looks different from the normal site. You have to design two differents sites to do this? How can I know if the site is accessed by a mobile browser? ...

Why a same url opens different web pages?

Hi, I am facing a strange thing when i open some URL. The URL is (www.jobserve.com) When i open this URL from my home, it opens some web page. Same url if i open from my office network, i get a entirely differnt URL, which is what i want. Both, my home and office are in same city in India(3 Km. apart!) but somehow from my home networ...

Get a screenshot from an ASP.Net page

I have an ASP.Net page that has a button that when clicked I would like to take a screenshot of the user's PC and send it to a server. I'm ok with writing some sort of listener program to run on the server to accept requests to receive these images. Where I'm a bit hazy is the best way to get the user's PC to send the screenshot. Would ...

Where should I sell my website?

It is not 'complete' and earns no money at the moment, however I think it is a good idea and the design is very good. It is backed by a SQL database and is written in PHP. ALL the design and coding are original (done by myself). I just don't have time to keep working on it, but it seems like a waste to let it die. Given that the person ...

What legal measures need to be in place before launching a business website

We are about launch our new business website that, as well as displaying information about our products, also allows our clients to log in to download their licences and applications. We have been told horror stories about websites being hacked and losing personal data then getting sued for millions (these stories came from the lawyer t...

Best CMS for professional website development company

This is going to be a bit of an essay. Here’s the background. We design content managed web sites for graphic designers as you can see at http://www.yart.com.au/Our-Work.aspx We code these sites from provided artwork, we don't graphically design them. For the last 7 years we have used our own ASP/ASP.NET hybrid CMS and it seems to be ...

Master pages or Templates

Hi, I am currently creating a web site with pure HTML ( No frameworks Just with plain HTML ). It has lot of pages having a common navigation. Is there a way to have feature like master pages of ASP.Net or template kind of thing which some other framework offer. I am little reluctant to use the frame-sets. Thanks. ...

Do you know any tools to remove badware, malware from my website which google blocks?

I have a website which google blocked because it had badware i removed the viruses from the server and its completely clean now, the problem that this virus changed in the html, js asp files in the site and added hidden iframes and strange scripts, i removed all what i found in the diles, but the website is toooo big, so any one have any...

Click event in SelectionList in mobile web site

Hi all, I am developing mobile web site. I need to show some list to user. Whenever he clicks it shows a popup. Popup i can handle it using script. How to get click event on that selectionlist?? In VS 2005 it is giving only SelectionList_selection event. How to make it? Is there any other event to handle???? Thanks in advance!! ...

How do you take a Screenshot of a website via .Net code?

Is it possible to take a screen shot of any given url using .Net code? What is the easiest way to do it? ...

Javascript blocking content download on your website during page

Is this the best way to include javascript on your website? http://www.webdigi.co.uk/blog/2009/avoid-javascript-blocking-content-download-on-your-website-during-page-load/ ...

C# Programming Tutorial Websites

All right, I have an interesting question. I have a person in our company that isn't a tech guy at all. He would like to learn C#, but he is constrained to using 56k at his house. (The company is in the literal middle of nowhere.) Are there any good websites that teach programming concepts from the ground up using C# that do not rely...

Where can I find a good commercial site template for a software website?

I'm hunting for a commercial quality template (CSS based) for building a website to showcase new software. Any recommended places to look? ...

Best practice updating a website

Hello, currently my work-flow is as follows: Locally on a machine I maintain a git repo on each website I am working on, when the time comes to publish something I compress the folder and upload this single file to the production server via ssh then I decompress, test the changes a move the changes to the live folder and I get rid of t...

Managing Unregistered User Posts by Screening

I am considering allowing users to post to my site without having them register or provide any identifying information. If each post is sent to a db queue and I then manually screen these posts, what sort of issues might I run into? How might I handle those issues? tia ...