website

Which java technology should i use , if i want to build website with thousands of users

Sorry for asking this question but i searched all java realted question but i got more confused. I am still not clear what should i start with 1)My main is build website in Java because someone told me that there are some machine learning or AI libraries available in java which i can use in java. so i decided to use that as it can reduc...

Voting using Appcelerator Titanium and website

I want to capture peoples votes on both a website and in an app using appcelerator Titanium. Still a bit of a newbie and am looking for the best way to capture the votes and store them in some kind of database, probably mySQL. Any thoughts? ...

Filter out search engine bot traffic

I'm doing custom-rolled view tracking on my website, and I just realize that I totally forgot about search bots hitting the pages. How do I filter out that traffic from my view tracking? ...

How to get an error message out of my webpage

I have a web page that when I run it on a remote computer I get the message saying that remote errors cannot be viewed When I go to view it on my web server machine, I get a message saying: Internet Explorer cannot display the webpage • Most likely causes: • You are not connected to the Internet. • The website is encountering ...

Creating a 'website builder' - How would I architect it?

I've been tasked with adding a website builder to our suite of applications. Most of our clients are non technical small business owners (brick and mortar stores, mom and pop shops). I've been told that I should be looking at Blogger Template Editor and trying to see if I can make something that fully featured and easy to use. The idea b...

Is there a way to find out which CMS was used to build a particular website?

I know a website is built using a CMS, but don't know which one. Any tell-tale signs that will reveal which CMS is being used? Also, having decided to build a website using a CMS, what skills can I expect to have to learn (HTML, CSS, scripting etc)? ...

Joomla and PHPBB3 integration

Hey folks, I'm on a current web project, on which there's a working PHPBB3 installation in (root)/phpbb3 All other files of the page are directly on (root)/ and are manually programmed. now I have to refactor the whole page with Joomla and want to integrate the PHPBB3 directly into the main page, so that header, menu and footer of t...

Best way to merge two identical ASP.NET web sites?

We have two websites which only difference is in the design (different images, styles, layouts..etc) but the web structure of files and cs code is the same so we want to simplify its maintenance... The actual structure would be: DefaultA.aspx DefaultA.aspx.cs DefaultB.aspx DefaultB.aspx.cs LoginA.aspx LoginA.aspx.cs LoginB.aspx ...

In a website running ASP.NET, how can I display an image stored in an MS Access 2007 Attachment Type

BACKGROUND: MS Access 2007 added an attachment field type, where images can be stored. I am building a website using ASP.Net and the .NET framework 4 So, without using Silverlight, what is the easiest way to retrieve the image from the Access database on the server, and use as source for an Image control? As a simple example: In an ESL...

Entire website in Silverlight 4. Practical or not?

Similar question: Using Silverlight for an entire website? That question is over 2 years old. Silverlight has gone a long way from Silverlight 1.0 Beta 1 to Silverlight 4.0 Final. Would it be practical to create a full Silverlight web application these days? I plan to deploy the website sometime around Q1 2011. I have thought about go...

Grails HTML Code -- Further Reading?

So I've done some reading on grails, mainly on object and the relationships, etc, so I get how to create domain classes and controllers and how they work and everything, but the connection I haven't made yet is how you can take that and design a working HTML interface and useable website with that. Can anyone suggest some further reading...

How to find what technology the website is based on.. from a browser/client

When ever I visit a website first thing that pops in my mind is, what language/framework/technology they used for developing this website. Most of the time we see things like .aspx/asp/php etc., but these days because of SEO the URL's are clean and doesn't have those extensions. so, what's the best way to find the technology behind tha...

How can I launch an external application from the Browsers (IE, Firefox, Chrome, Safari) in windows

Is it possible to embed an external application inside the browser (IE, Chrome, Safari, Firefox) so it will look like a native web application but actually having access to the USB ports of the client machine? I have heard that I need to make an ActiveX control. I would like to use the .Net framework, but if that is not possible, maybe u...

get all the ips that are viewing my web page

Hello there ! What's the best way of getting all ip's that are curently viewing my web page and show them like a list (on another page) and update when a client is leaving or entering on my page ? And this using html ,php, javascrip , mysql , and stuff like this. ...

introduction to web programming

if i wanna create web sites, is "Head First HTML with CSS & XHTML" a good start? p.s. but my plan is to move to web applications after i get basics of making web sites thanks ...

How to copy plain text from a website and display it in a widget on android ?

Hi everyone, I need some help to make a widget that basically when clicked it access the internet and copy text from a single website link and display it in the widget? and guidance on how to do that or even better a simple example? I did finalized the widget so I just need the part where I grab the text from the website. Thanks a lot...

Why do websites often have spacing on either side of the content?

Hi, I have observed that many sites have left some spaces on both sides of the page. What is the reason behind it? Is it a part of web design standards? ...

The Psychology of web design

Hi, I am a developer and have built a fair number of websites over the years. I am looking for any info regarding site Psychology, but hopefully more scientific information relating to designing websites using Psychology and how the human brain and emotions work and how items such as site colors, eye movements etc can effect your users...

Testing Web Site Project with NUnit

Hi there, i'm new in web dev and have following questions I have Web Site project. I have one datacontext class in App_Code folder which contains methods for working with database (dbml schema is also present there) and methods which do not directly interfere with db. I want to test both kind of methods using NUnit. As Nunit works with...

Asp.net 4.0 child application does not work on IIS 7.5?

I have a Website on IIS 7.5 configured as shown below. ParentWebSite ---ChildWebApp ParentWebSite is an Asp.Net 4.0 Website project. ChildWebApp is an Asp.Net 4.0 Web Application. When I access the following url it works fine. http://ParentWebSite/ When I access the childWebApplication using the following Url. http://Par...