website

Site Error File Does Not Exist

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...

How can I find files that aren't needed on my site so I can delete them?

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...

Good website/Blog on spring.net...

I am new to spring.net and i would like to go through Good website/Blog on spring.net.. Any suggestion.. ...

Web Application or WebSite, build options VS2010

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. ...

Pre-populate external website form

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 ...

How to definitively ban a user from my website ... or almost ?

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...

Single developer process/practice/infrastructure recommendations

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 ...

How to read text from a website using Javascript ?

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 ? ...

How to display categories in search result of Search Engines like Google?

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 ...

What are the best reasons to avoid Javascript popups on a website?

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... ...

Is there any 3rd party tool to integrate coupons to the website?

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. ...

htaccess, Main Site Directory change

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...

How to work collaboratively on a website

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...

How to programmatically RESUME IIS website?

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...

How to put a Website into ContactsContract

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...

page curl effect

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? ...

php http post button

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 to know when a web page was last updated ?

How can you detect when somebody else's web page was last updated (or was changed)? ...

Sending Free SMS from website using JABBER?

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.... ...

WebSite Navigation design

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? ...