The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
14 views

Script problem on website [migrated]

When I use dynamic options, the second option looks strange when the script is run. I've made a fiddle with the problem http://jsfiddle.net/niklasro/GqGGA/ but it won't run the script that should ...
0
votes
0answers
14 views

Code revision/inspection companies [closed]

My friend would like to hire a team of php developers. He doesn't know coding so he can not check if the team is producing a quality code. He would like to hire a company who would make a short ...
-2
votes
1answer
61 views

Google Sites: code block - how to disable wrapping [closed]

I'm using Google Sites to host the wiki-like website. I noticed that code blocks have text wrapped in them. Instead, I would like to have the code non-wrapped and with horizontal scrollbar when ...
2
votes
1answer
85 views

What's the best HTTP code for dynamically deleted pages?

I've built my own CMS and I'm looking for the best way to handle pages / items deletion. Actually, pages and items were deleted and cannot be restored. But since I have implemented a bin, I don't ...
1
vote
1answer
50 views

Blank lines between sourcecode [closed]

I'm so confused with a strange behaviour. Actually I have edited some php files remotely with my PhpDesigner8 (a php editor). Everything goes right, but when my teammates reopen the files that I have ...
2
votes
1answer
842 views

Where to find my website's source code?

My company ordered a website and we were given all usernames and passwords but I can't find the PHP source files and this is my first website assignment. I have no prior exposure to web technologies ...
0
votes
1answer
35 views

How do I use the include directive under IIS

I just took over a local web site and it uses IIS 6. There is a lot of code repeated across all files, and I would like to use some directive to include the same generic code over and over in each ...
0
votes
1answer
112 views

Are there some good Javascript templates out there? [closed]

I am trying to create a simple .js file that will let me have some submit buttons here and there, with the text paragraph in the middle changing based on which submit button is pressed. Does the ...
-2
votes
2answers
68 views

how are they doing this for their CMS?? And how can I do something similar

They've linked the CMS, mail (which is http://www.campaignmonitor.com), social sites management, some kind of online payment solutions, and word press all under one log-in. I'm mostly a graphic ...
0
votes
1answer
111 views

Internet Explorer blocking

How do I add a custom page that is displayed only to Internet Explorer users so that they are not able to access my blog. I'm using Wordpress 3.3 and thought there would be a plugin for that or ...
12
votes
6answers
3k views

Which tool can tidy/indent HTML5?

I've already spent about 2 hours searching google and trying various tools but either they don't do indent tags per say or they aren't HTML5 compatible such as the famous HTML tidy which was last ...
3
votes
1answer
386 views

How can I automatically clean, beautify, and autoindent dynamic HTML code?

Using content management systems to build dynamic sites invariably results in ugly HTML. Indent levels are often wrong, white space litters the page, and a host of other tiny annoyances plague anyone ...
0
votes
1answer
39 views

Could someone please check my code? [closed]

Could someone check my code. I either have an identifier misspelled or a div missing. The site is at http://dev.gfd-oogle.com and the original theme is at ...
1
vote
2answers
153 views

Best technical blog site for existing domain

I would like to have a blog site, tough I have created my own by writing the code.. Huhhh... hosting cost is killing me. I have my domain name with me and I just wanted to get the blog where I can ...
3
votes
3answers
439 views

Some browsers zoom in on website, removing whitespace on sides?

On some browsers, they show the website more expanded, removing the white space on the sides of the page. This has the effect of making everything seem more cluttered and bigger. Is there something ...
1
vote
1answer
98 views

Common web app code base

There are a bunch of very similar RE search sites out there. I would not be surprised if a lot of them started out from the same code base. Does anyone know if these are all custom built, or if some ...
14
votes
6answers
377 views

How do you backup your websites?

I was just wondering how the community backs up their websites? I take a nightly dump the database and shift it across onto another server which then gets backed up onto removable media. It is ...
4
votes
3answers
3k views

How to ignore certain coding standard errors in PHP CodeSniffer

We have a PHP 5 web application and we're currently evaluating PHP CodeSniffer in order to decide whether forcing code standards improves code quality without causing too much of a headache. If it ...
5
votes
4answers
51 views

Maintaining legacy code

I have an old codebase that still "works" but is difficult/nearly impossible to maintain. It may be expensive (time and money wise) to update it. Do I just go for it, or should I continue to hate my ...