From technical perspective the only issue is traffic and incoming links (one of them should redirect to another).
Now I need to choose which one should be primary. Some sites have www (google, microsoft, ruby-lang) and some without www (stackoverflow, github). Seems to me the newer do not use WWW.
What to choose?
Please with some exp...
Is there any way to do this? I know java applets, flash don't allow this, what about browser plugins? Other ideas?
...
I currently have a full java web application stack (J2EE web app using Spring and Hibernate with a RIA client using dojo).
I have to move technology stacks for the UI to be asp.net but am allowed to keep the server components in java.
Any ideas on best practice here - and yes, I have to adopt this hybrid tech stack.
Initial thoughts are:...
I am working on a web service project using gsoap. I am new to web services and have some basic questions.
What should be the port no. of my web service? Currently this web service is a stand alone service listening to a hard-coded port no. of 22050. Client connects to this port and everything works fine. Is this approach OK? What are t...
Is there a way to determine over the web if a user has a particular font installed?
...
Hello all
do you know good example of sites that using java 3d for there content ?
i need to fine some kind of 3d solution , and now only java 3d solution is the best
as i see it . but i didn't found any good site examples
...
How do I determine and force users to view my website using HTTPS only? I know it can be done through IIS, but want to know how its done programmatically.
...
HTTP Referer is the way I'm doing it at the moment. As everyone who's used this method knows it is not 100% accurate as the Referer header is optional and maybe fiddled with.
Looking at how-to-ensure-access-to-my-web-service-from-my-code-only I'm still undsure of how to go about this in a minimal way.
The situation:
Advertising on som...
Hi all
For a Web Application I'd like to generate an email validation link and send it to the user. Like on many public websites, the user should click it to validate his email address. Looks similar to this:
http://www.foo.bar/validation?code=421affe123j4h141k2l3bjkbf43134kjbfkl34bfk3b4fkjb43ffe
Can anybody help me with some hints ab...
What is the correct code to create a link with heading 1 according to web standards?
is it
< h1>< a href="http://stackoverflow.com"> stackoverflow < /a>< /h1>
or
< a href="http://stackoverflow.com">< h1> stackoverflow < /h1>< /a>
Thanks
...
My site goes slow and stops access certain services externally if we check the Process monitor we see that it is normally due to the ‘w3p.exe’ process – which is the background process for running the website – it regularly reaches 99/100% - killing the process/restarting the WebPublishing service reolves tis – my webhost says this can o...
Is there a way to open a .html file in Expression Web programatically (C#) without accessing registry key?
...
Hi All,
I'm designing a large web application and I would like to finally be able to modularize the different elements on the page. I'm using the Zend Framework.
I would like to create independent modules that I can combine to create a page(e.g. Contact box, Search Box, Latest blog comments...), sort of how Drupal would do it. These ...
Has anyone found a simple, but effective way to extract date references from text? I've done a fair amount of searching for temporal extraction tools, but there isn't a lot out there. There are a few white papers, but it seems to fall into a subset of the whole semantic web thingy but not given much attention.
I'm just looking for s...
I am developing a mobile web application which is implemented in WML (to minimize roundtrips to the server).
I've tested the application on the following browsers:
IE for Windows Mobile 5
IE for Windows Mobile 6
Opera Mobile
Nokia Series 40 web browser
Nokia Series 60 web browser
NetFront (for Symbian)
NetFront (for Sony Ericsson)
Net...
Lots of people rave about Expression Engine, but I seem to be missing the point of it. The video tutorials show someone pasting entire HTML pages (which are inexplicably called "templates") into the system, making it appear that there isn't even a way to apply a site-wide template to your pages. Am I missing the point here? If you've use...
Here are two cases:
Uppercase as one domain while lowercase as another
1.Suppose window A holds iframe b, and b holds iframe C, A & C in one domain(higher privacy) while b in another. Is there any direct way for communication between A & C, oneway or twoway.
2.Suppose A holds iframe b and iframe c, A is in one domain while B & C in other...
Hi,
I am using a console app/class library to invoke a asp.net web service. The class library queries the database and sends the data to the web service. What I notice is that when the amount of data is huge (with 20 columns and 18K records), i get a HTTP 404: Not Found exception from the web service.
I have tried increasing the maxReq...
I'm weak enough in art,so this kind of books will really help me lot,if there is.
...
I am trying to write a Core Data application for the iPhone that uses an external data source. I'm not really using Core Data to persist my objects but rather for the object life-cycle management. I have a pretty good idea on how to use Core Data for local data, but have run into a few issues with remote data. I'll just use Flickr's API ...