I used http://site-perf.com/ to test the speed of my site (http://sweatingthebigstuff.com) and it shows one file that gives a 404 error. That file does not exist (hence the error), but how do I found out how to fix it? I don't know where it is being called (definitely not in the code).
The file in question is:
sweatingthebigstuff.com/w...
I'm developing a website, and after testing different ways to do things, I know that I have many files on my site that are not being used, including HTML/PHP files, images, stylesheets, and external scripts. Is there some program I can use or something so I can find all of the files that I don't need so I can delete them?
I need to find...
I am new to spring.net and i would like to go through Good website/Blog on spring.net.. Any suggestion..
...
I have a Solution for a webapp with a
a utilities project
website part
all in VS 2010.
Should the website part be a Web Site or Web Application?
How to exclude certain folders from BUILD, but INCLUDE them in the publish?
Thanks.
...
Hi,
I have a donation form which users fill out and I would like to then send the user to the charities own website with their information already filled in. Is this possible?
thanks
...
On my website I would like to be able to ban some users for good,
I could filter IP address, but the user can use another IP address, or more dangerous with some providers like AOL : you can have a user using a floating IP address, so ban an IP could lead to ban wrong users.
I could filter email address, but obviously, one can open ano...
So, I'm about to embark on a fairly lengthy, time consuming project that could net me some good results/rewards - and I'd like to give everything the attention and focus it deserves. I will be the sole developer, and I'm experienced in that capacity (about 13 years in the industry). I've just never had to be responsible for EVERY choice ...
I am writing an HTML code for my cell phone. Its essentially a Dictionary App where I input a word and I look up the meaning from say, Dictionary.com ;
I am using Javascript to get the string but can I embed the word into the URL, "http://dictionary.reference.com/browse/"
Is there any way of doing this ?
...
I know while we setup meta tags in our websites, we are configuring how a Search Engine lists our websites in their Database, but while searching some popular site like FiFA World Cup(for now), torrentz and others.
I have attached some pictures referring to what I am telling.
How to accomplishes such result
...
I'd would like to know all the reasons to avoid popups in a website (in a web design best practices point of view).
Ex : doesn't use all screen space, needs Javascript...
...
I am running a website that's running in .NET MVC. I would like to integrate coupon feature so I can provide discount coupons to our customers so they can print and come to our physical store and redeem the coupon.
...
I use lunarpages for my hosting, and can have multiple websites added on. When I add a new website, it creates a directory in where my current site exists
ie my site is jeffkilroy.com, if I make a domain for hello.com, it now also exists at jeffkilroy.com/hello
This is fine except I would like to organize it a bit better so that the si...
Hello,
I'm working on a website with some other people. Usually when we want to modify something, we do the change on our machine and just upload the new version with ftp, hope it'll works (or that nobody will notice it doesn't the time we correct it) and that's it.
It's already not the best way to work alone but even less to work coll...
I'm using the following code to start website when it is stopped.
DirectoryEntry DE = new DirectoryEntry(string.Format("IIS://localhost/W3SVC/{0}", siteID));
if ((Int32)DE.InvokeGet("ServerState") != MD_SERVER_STATE_STARTED)
DE.Invoke("Start");
But it works only if the website is stopped and not works if it is PAUSED. How can i s...
Hi guys!
How can i put a URL into the More -> Website part of the contact info?
I was trying using this code:
Log.v(TAG, "twitter screen: " + screenName);
values.put(ContactsContract.CommonDataKinds.Website.TYPE, ContactsContract.CommonDataKinds.Website.TYPE_HOMEPAGE);
values.put(ContactsContract.CommonDataKinds.Website.UR...
currently i am working on a website and the client requires page curl effect in the top right corner of the page.What will be the best resource for this effect?
...
Hi there,
I'm using PHP to data scrape another website. However, on certain occasions I need to confirm a variable (due to have two very alike possibilities).
The button I'm supposed to click to confirm my variable is:
<input type="submit" class="buttonEmphasized confirm_nl" name="start" value="Bevestig" accesskey="s" />
However, ...
How can you detect when somebody else's web page was last updated (or was changed)?
...
Hi everyone,
I was wondering if there was an API i could use to send free sms messages. I've made a social networking website for africa called. www.veepiz.com
I really would like this feature but almost every provider needs payment. yet i see lots of websites offering this. i also read you could use jabber API and still do this.... ...
Hi all,
I'm designing a blog site and is confused about position of navigation pane on my site. Please suggest wheather I should go with design having navigation panel on top of page, on left sidebar or on right sidebar? Which one is preferred?
Can you give some examples supporting your answers?
...