website

Restricting access to images on a website

I'm putting together a portfolio website which includes a number of images, some of which I don't want to be viewable by the general public. I imagine that I'll email someone a user name and password, with which they can "log-in" to view my work. I've seen various solutions to the "hide-an-image" problem on line including the following,...

How to add a reference to my Web Service Proxy from a Custom Class

I'm creating a custom class to abstract out some of the repeated SOAP header work. I want to reference a Web Service Reference I just created in my custom class so I can create an instance of it. How do I reference it? Notice I said I am trying to reference a Web Service "reference" (right click in VS and I added a "Web Service Refere...

What skills are needed for a web startup?

Hello, I am making a team with my friend, my cousin and my brother, I want to make a small group that will create a network of websites on different topics. I am a web developer, thinking more like a programmer and doing mostly web applications(web based programs) than public websites, now the members of the team never worked on a webs...

Adding C# web app to a web site with IIS6

I finished my very first C# project in VS 2008 and it is working well now. But now I need to publish this project onto my new website. This project is a web application that interacts with my SQL Server 2008 Adventureworks database on this same computer(XP Professional OS). I am running IIS 6.0 Manager, but I am a newbie to both IIS 6.0 ...

test for directory scanning/reading vulnerabilities on website

Lets just say I want to test the security of a server (http://www.testserver.com) for directory scanning/reading vulnerabilities. I would normally try to search for a file say /etc/passwd (or something more interesting:)) by doing something like http://www.testserver.com/../../../../etc/passwd and see if it throws up anything. Now thi...

how to take a snap shot from webcam with a flash interface on website?

How to write/implement a program which takes images(any format png,jpg) from webcam and save it as images? I need to implement that in webapplication, with Flash spport? is there any tutorial for how to build an application like this. ...

copy css from one class to another?

Hi! This may seem like a very basic question but I did not seem to find an answer to it. I know it is possible to define a css rule for more than one element at once as such: .element1, .element2{ font-size:14px; } Is it possible, though, to do that exact same thing, but apply the css to element after the css for element1 has been d...

Windows Server 2003 - Leave running when idle

Hi there, I'm currently moving a website to a new server, whilst doing so i've noticed the option to set com+ application components running when idle. This option is currently set to true on all components, but it sounds to me like there would be some sort of trade off (page load time vs strain on server). Does anybody know what the ...

Type or namespace could not be found (Web Site)

I created an ASP.NET Web App project and it builds and works correctly now. However, I am trying to add this project to my website. So what I've done is I create a new Web Site from VS and then I added all of the .CS files from my Web App project to this Web Site. Even though the Web App project builds successfully, when I use this ...

Linking to scripts or images will change page rank?

If i create some useful services like some dynamic free photos or some useful java scripts, for example http://www.mysite.com/ipaddress.jpg and then other websites use this image or script in their webpages... dose it count for link popularity for me (inbound link) and does it increase my website ranks from google point of view? ...

Developing a DotNetNuke CMS website

I am a junior developer and I have just graduated from university this year. I am working private with some people and I have just been given a music website to develop using DotNetNuke. I have a some experience using DotNetNuke which I have gained making small modules that take care of certain functionality on a webpages but I have neve...

Can I display a PDF, but not allow linking to it in a website?

I have a website that has a bunch of PDFs that are pre-created and sitting on the webserver. I don't want to allow a user to just type in a URL and get the PDF file (ie http://MySite/MyPDFFolder/MyPDF.pdf) I want to only allow them to be viewed when I load them and display them. I have done something similar before. I used PDFSharp t...

Weird text highlighting problem on website

I have this strange problem on my web page where if you click below the left side-panel, all the links get highlighted. It happens in firefox, not IE. I don't know why its only the side-panel that it happens to. Its not really a big deal but its extremely annoying to me, is there any way to stop it? If you want to check it out, the s...

Request.URL is wrong

In my C# web application, I manage switching between http and https pages in code as follows: if (pageSettingsInfo.RequiresSSL) { if (!HttpContext.Current.Request.IsSecureConnection) { HttpRequest request=HttpContext.Current.Request; string url = request.Url.ToString().Replace(request.Url.Authority, request.UrlRefe...

php multilingual site

Is it possible to create a multilingual site only in php without mysql (database) a good resource will be nice to have please provide ...

Redirect 301 with hash part (anchor) #

Hello everyone, One of our website has URL like this : exemple.oursite.com. We decided to move our site with an URL like this www.oursite.com/exemple. To do this, we wrote a rewrite rule in our Apache server that redirect to our new URL with a code 301. Many websites link to us with URLs of the form exemple.oursite.com/#id=23. The pro...

Drupal Templating/Theming Resources or Advice?

I'm interested in creating a custom theme for a Drupal site I'm working on. I am new to Drupal, however I have a decent bit of experience in working with the underlying concepts that it seems are needed to build a theme (CSS, PHP, HTML). So, my question is - where do I start? Is there a canonical guide to creating Drupal themes? Resourc...

Any experiences with Web2Cal ?

Hi all .. I need a calendar-widget for my website. This calendar needs to be very flexible. An option is to write it from scratch, but I think, if kept at a reasonable price, it would be a better option to buy the code. So far I've come up with Web2Cal which looks great. I downloaded the free-version, to see how it would be to work wit...

Automating the adding of a website profile via google APIs

I was poking around Google's analytics API docs to see if there is a method that allows the adding of website profiles. Either by using a email/password or session or one time token. Has anyone seen anything? ...

Website binaries in asp.net website project?

I hate to ask such a stupid question but i couldnt find the answer on Google. I can successfully build a large website project with lots of asp.net code but i dont know where the binaries are being kept so i can upload it a development server. I checked the bin folder but and they only seem to contain library dlls. ...