website

how external counter get unique visitors?

hello how do external counter track unique visitors via image i'd also like to get Referrer if possible. something like img="http://www.somecounterdomain.com/count.php?page=83599" i'm using ASP.NET, c# i'm aware of a user can "cheat" but would like to make that posibility minimal. additional difficulty is that i should trach external s...

Site for html containers templates (shaded divs.. etc) for use in websites?

I have graphs, reports or just plain text I want to place in a web page. Instead of sitting on the dull white background, I want them to have some containers around them. I can do plain color backgrounds but I was wondering if there are templates for containers with things like rounded corners, shaded containers, flexible gradients, dro...

AnkhSVN: No Versioned Parent Directories when adding a Web Site

I've recently been trying out Ankhsvn and I quite like it, and more importantly, it generally likes me. But I've hit a problem adding existing VS projects to subversion using AnkhSVN. Most Windows and Web projects are added fine, but I have a problem when I try to a Websites (as opposed to Web Applications), and in these cases I get the...

Automated login on ASP.NET website with C#

Hi, I have to login with a username / password with a c# program with asp.net form. I have already do that with HttpUtility on PHP website but how to do that with ASP.NET website ? In ASP.NET, I must handle postback and so on... Any ideas ? Thanks in advance Best regards UPDATE : I have to privilegied access to this website. I ...

Why an ASP.NET web site gets recompiled when renaming or deleting a folder inside

Hi everybody, I develop a simple file manager inside an ASP.NET Web site (not web application). I notice that every time I rename or delete a folder, the site gets recompiled - i.e. the very next web request after delete or rename operation takes considerably much time to execute. It's only true for folders, not for files. Why does ...

What is the best way for communication between cluster nodes

I have an application written in a combination of ASP/VB6/VBScript and ASP.NET/C# that consists of a website part, SOAP-like webservice part and a queue processing part processing incoming files in a hotfolder. We are used to running under load balancers (Microsoft or other make). Often we need to communicate between the different load ...

Need url's to be non secure when moving away from a secured link (without hardcoded url's in html)?

I have an asp.net site. It has an order form which is accessible at https://secure.example.com/order.aspx. The links on the site do not include the domain name. So for example the home page is 'default.aspx'. The issue is that if I click on a link like the home page from the secure page, the url becomes https://secure.example.com/defaul...

How secure is my website?

As a beginning web developer, I try my best to clean up all the user inputs through checks and what not. However, today, I found out my website was hacked (I'll share their website on request) and it really made my wonder how did they do it. I'm in the process of getting my website back together. What should I do to prevent these things?...

Point new domain at subfolder of existing domains hosting?

I have an existing domain which has some hosting, I recently purchased a new domain which is for a seperate site. Is it possible to host my new site in a subfolder on the existing hosting? I know you can use web forwarding but doesn't that have negative SEO implications? ...

Uploading a Website

Hi, This is my first time building a website and using CodeIgniter for a school project. I was wondering whether you have any tips on uploading CI to a free web host , my database, free webhosting and basic security tips. Can I just upload the entire CI folder? Or do I have to upload individual files (God no!)? What are my options? Wh...

How to best structure a website in Liferay Portal

Hi, I am working on a project involving Liferay Portal and I was hoping to get some input on how to properly utilize community and organizations in the site structure. I have so far been frustrated with the lack of documentation on this subject, and Liferay's internal forum seems to be all but dead. Can someone point me in the right dire...

Need an option to go back to a previous web design.

I'm creating a website for a client in which he wants a link that people can click on to go back to the previous website design and go to that design every time they go back to that website. How would I go about doing this? Would I need to create a cookie and if I do how do I do that? Thanks for all your help, I'll come back to this...

HTML, PHP No data in drop down box

Hey, I am trying to figure out why a website's drop down box will not show any options. The data file for this drop down box comes from a microsoft access .mde file. The file is present and after the last update was working fine. Some changes happened to the site, i.e. text got added along with some photos. Im not saying this was when...

Git ignore deleted files

Ok heres my situation. I have a website project that has more than 50,000 unimportant files (to development) in some directories. /website.com/files/1.txt /website.com/files/2.txt /website.com/files/3.txt /website.com/files/etc.txt The stuff in /files is already in the repo. I want to delete all the files in /files on my local copy b...

what's the correct way to release a new website?

so i've been working on a website on and off for about a year now, and i'm finally at a point where it's functional enough to test out in a sort of private beta (not ready for live release). but i never thought about the correct process for doing this and what things i need to take care of. i've never released a public website before. ...

setting up 301 redirects: dynamic urls to static urls

We are currently using a template-based website and are hoping to move to a site with static urls. Our domain will stay the same. I understand that using 301 redirects in a .htaccess file is the preferred method -- and the one that has the highest chance of preserving our google rankings. I am still new at all this and am having a ha...

iphone rescales website according to height?

building a simple mobile site for a client. working ok but when you open the menu or the info window the screen rescales everything to the height of the content. but i'd like it to stay the same and just make the user scroll down the text. http://www.moxonarchitects.com/mbl/ any help appreciated! meta tag im using is; <meta name="v...

ideas: per-file authentication in order to download

i would love to use mod_xsendfile but i live in a shared environment which does not provide such a module. processing large files such as videos through a server-side script and sending it to the browser that way seems to be unacceptable in my case, so i am looking for a way to enable per-file authentication in such a way that is not goi...

Best way for non-technical workstaff to review website design

I am the technology director for a small nonprofit, and I have a website that needs to be reviewed and commented on by the other staff members. Is it better to send out the design to everyone for individual/private comments, or just have a meeting and present the design to the whole group? ...

CSS Centering Issue - Div Centering appx 15px too far to the right

I have a theme that I'm modifying for my site. I currently have it live on my test domain while I tinker with it before launch. http://www.networkgenius.org The #content-wrap div is centering, but too far to the right for some reason. I've absolutely no idea why it's doing this, especially since everything else is centering properly. W...