website

Is it possible to send more data in form based authentication in Spring?

I am relatively new to the Spring Framework and Spring security. I have used a custom authentication scheme, HTML: <form action="j_spring_security_check"> <input type="text" name="j_username" value="abc"/> <input type="text" name="j_password" value="abc"/> <input type="text" name="myCustom1" value="pqr"/> <!-- maybe type="h...

Substitute to <iframe>

I need to open a page inside another page without the horizontal scroll bar in the inner page. I don't want to use <iframe> tags on my page. Is there any substitute to the <iframe> tag?? ...

I need to get FreeTDS drivers so I can install Perl's DBD::Sybase, but FreeTDS.org is down. What can I do?

I need to get FreeTDS drivers so I can install Perl's DBD::Sybase, but FreeTDS.org is down. What can I do? ...

How to Programmatically take Snapshot of Crawled Webpages (in Ruby)?

What is the best solution to programmatically take a snapshot of a webpage? The situation is this: I would like to crawl a bunch of webpages and take thumbnail snapshots of them periodically, say once every few months, without having to manually go to each one. I would also like to be able to take jpg/png snapshots of websites that mi...

CMS for more than 600 Content rich Websites

I've got a little history in CMS technology and I wonder if anyone could recommend a CMS-System (esp. WCM) for large content rich websites. Consider a hierarchical tree structure of sites with e.g. 4-5 levels, where you have about 10 to 15 trees of sites. e.g.: Organisation 1-n 1.1 Suborg 1-n 1.2 Special-Microsite 1-n You should furt...

Starting a new web projects

Hi, I`m starting a new website project, and I would like to hear your experience and recommendations for the correct tools to be used. I have no limitations, aka open source, commercial, languages, etc. Website features: User generated content Administrator content managment Custom API for frontal and 3rd party usage of the website c...

Provide a database packaged with the .APK file or host it separately on a website?

Here is some background about my app: I am developing an Android app that will display a random quote or verse to the user. For this I am using an SQLite database. The size of the DB would be approximately 5K to 10K records, possibly increasing to upto 1M in later versions as new quotes and verses are added. Thus the user would need to ...

How to set Visual Studio to Publish pdf files

Is there a way to set visual studio to publish all pdf files? I know that you can set each indivdual pdf file in a project with the "Copy to Outpub Directory" property. But that means doing the same thing 100's of times for my current project, is there a way to change a global setting to do the same thing? ...

How to validate the ownership of the website ?

e.g. Google Webmaster Console does it by asking website owners to upload a file with specific name. Other services use the same approach. Is there any reason why not verify ownership by simply asking people to confirm by clicking the email that was sent to the email under that particular domain? (provided that website does not give out...

Starting a new Site - Should I "Use a Template" or "Write from Scratch"

I have been thinking of starting a site of my own for long time. I am good at all concepts of C#/ASP.NET and all DB stuff. I have created and can create a site from scratch for myself. But the effort/time involved in creating a site from scratch is little discouraging, where next thing (and more important thing) I need to worry about is ...

Website response time test tool

My manager wants to know the speed of our website and its load times in different locations of the world, according to some speed testing websites / tools. What are the standard tools / procedures for this? Please help, this is urgent. Thanks. ...

Website QA Software

Is there any software that anyone can recommend that we run nightly to check for 404's and/or any other types of errors that might affect our production site? ...

Typo 3 - Change website language in frontend?

Hello! Is it possible to change the website language in my frontend typo templates? I want to have a list or a dropdown of all website languages i have created in my typo backend. On click, I want to show my page in the chosen language. plz help me! ...

Live updates in website? (streamerapi)

hi all: I was in http://finance.yahoo.com/ and checked the europe tab ( markets are open here atm) you ll see trades updating live, I went to firebug to the Net tab and there was no updates... so I wonder how are they doing that? I can see there is a streamerapi.finance.yahoo.com that actually makes fiddler throw an error. Anyone know...

Developing Web Projects when working with Team members not using Visual Studio

Does anyone have any good suggestions for working on teams where some members do not use Visual Studio? What are other people doing? This is a general questions, but my specific situation is developing ASP.NET MVC applications using Visual Studio 2008 and SVN for source control. In our office we have small teams. Usually we have one or...

Inheriting permissions from "web site" folder in IIS 6

In trying to configure a new website, I am running into a problem managing IIS 6.0. I use the wizard to create a website. I set the Web Site permissions to read and point it to the folder that contains all the pages and folders with icons. The website is created but unless I add IUSR to each file and folder, the page will not load. This...

How do I render a blog feed inside of another page?

I'm doing a fairly small project for a friend/client who wants a website with some information on it, a couple of simple pages, and a blog. I want the blog to be integrated into the site really well, and not have to build the site around Wordpress or other software (and I don't want to have a page with two links for "Enter Site" or "Ente...

[HTML/Firefox]: When website opens, Firefox asks to download the page.

My website is working fine on IE, but when I open it on Firefox, Firefox asks to download the same page and opens the Download File dialog. This problem occurs sometimes in Safari also. For example, if I type in the URL as: http://www.example.com/news.html Firefox opens a dialog to download "news.html". Whereas, it works fine in IE. W...

Referencing code in App_Code from web.config

I have a type in my App_Code folder from a Web Site project that I want to refer to in Web.config. The type attribute is requiring me to put in an assembly name. The internets is failing me with what to put in for the assembly. Specifically in, <system.web> <webServices> <soapExtensionReflectorTypes> <add type...

How to generate graphical sitemap of large website

Hello, I would like to generate a graphical sitemap for my website. There are two stages, as far as I can tell: crawl the website and analyse the link relationship to extract the tree structure generate a visually pleasing render of the tree Does anyone have advice or experience with achieving this, or know of existing work I can ...