Hi,
I'm currently trying to precompile my website as the hosting provider I am using takes a considerable amount of time to compile the site upon the first request after uploading changes.
The site compiles fine locally and runs in debug mode without any problems. However, when I "Publish web site" I am constantly receiving a "Object r...
Let me cut to the chase...
On one hand, many of the programming advices given (here and on other places) emphasize the notion that code should always be as readable and as clear as possible, at (almost?!) any pefromance cost.
On the other hand there are SO many slow web sites (at least one of whom, I know from personal experience).
Obvio...
I'm being brought in to re-design a website that currently has five or six hover-drop-down-style-list-menus. They are displayed similar to the expanding menu on the left hand side of http://www.amazon.co.uk/ except the menu runs horizontally.
I hate these kind of drop-down menu lists and I was wondering if any of you could help me figur...
Hi folks,
I realise this is probably not the best place to post such as question but thought I'd try anyway. I'm developing a new community driven website in the same vein as SO. I'm just wondering the best way to get the website out there and visible.
I'm wondering if anyone knows of any websites used to promote new startups and suc...
I was wondering if there is a website that helps with giving you a checklist for your web app, to make sure you don't miss anything!! It could be very tedious when building a large project by yourself! obviously nothing specific, just a guideline for a web app. thanks
...
Hi All,
I have on my machine (Windows 7, VS2010, .net 4.0) an asp.net 2.0 website which works perfectly.
When I try to publish this website on another server (Windows 2003 Server, .net 2.0) I get the message
Could not load file or assembly 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' o...
I have a web page with 2 listboxes (HTML select control).
The first listbox is multi-select and contains a huge number of elements.
When I select one or more elements in the first listbox the content of the second listbox has to change based on the selected values. These values have to be taken form the database. Because the selection h...
I am looking to embed a YouTube video with the YouTube controls into my Flash website. Is this possible?
http://sandbox.ten90demos.com/silver/#/vision
UPDATED w/ SOLUTION:
var loader:Loader = new Loader();
loader.load(new URLRequest("http://www.youtube.com/v/zIcx_rxTstc"));
addChild(loader);
...
Any django\php cms for Deviantart\Flickr - like sites?
I know that drupal can handle it with a lot of modules and customization..
Maybe PhpFox..but it's not free. And from django good solution is Pinax..
Any advices will be appreciated!
...
I'm building a web site which includes a control that will use a LOT of data.
So I thought of doing that through web-service, in order to improve scalabality- that way I'll be able to use a different server for this purpose. Is this a good idea? If so, where does it stops? Why not have web-services all around, and a very "thin" web site?...
I am looking for a webhosting service where I can also store source code files (.java, .cs, .m, .h, etc.) without any hassles.
Any suggestions, or any alternative strategies? I thought about providing links to my repo, but I"m not quite sure if beanstalk will let me do that without a password.
Thanks for any info
...
I have a default website set up at the root in IIS6 so that when I go to http://mydomain.com, I hit that site.
I would like to set up a different site under http://mydomain.com/othersite.
Is this feasible at all? And if so, how?
I tried different combinations but could not get that to work. Also, I would like to have a different appli...
Hi all,
I may need to implement this sometime in the future, but I think the trigger for the question now is mainly curiosity.
I thought of how to write a text editor to a web site I'll build soon, and saw this site's (and other's) way, so I thought - isn't it a bit too complicated? If tags should be used from the first place, why not le...
I'm basically wondering what the best way to deploy an Asp.Net Web Site is, mostly from the point of view of security. Right now, I'm trying to publish the website using Visual Studio 2010. Could someone direct me to a good tutorial on how to do this securely? For example, can it be done over an encrypted connection via Visual Studio?...
I build a website for phones like android and iphone,when users are visiting my site,is it possible for me to invoke some system build in activities like Dialer or SMS)?
I want to implement this cause I hope when user click the link with phone number,I can start to call directly.
***Edit********
I think it is possible cause in android...
hi i'm developing a site you can check it from here: www.wikima4.com
and i want to have the multilingual integrate in the site. there is already a link at the upper right corner, for English, German and French.
My problem is if I click this one, the 3rd column is not changing it seems it is static. Any idea how can i have it change as...
Hello all,
Search for 'OpenOffice' on Google, and you'll see that the first search result's description contains navigation links and an option to "Search openoffice.org". If you search for 'WinSplit Revolution' or 'Stack Overflow' or even 'ftp client' , you'll get similar links. Is this something Google does by itself or can it be con...
Im having photo albums on my site which will be a vital part of the website and most users will upload images, lets say i get 10.000 visitors with an avarge upload of 10 images =100.000 images, should each visitor get his own folder MKDIR() or should i just store all the images in the same folder? there is no risk for images having the s...
I googled a bit with no luck. I'm wondering if a tool exists that allows a user to paste in a chunk of valid JSON, click on any of its elements, and get returned the id (path) to that element. I prefer either a web app, a Chrome extension, or a OSX or X11 app. Windows would be last resort as I'd have to run it under Crossover. I could al...
Hi there, I am a fresh graduate developer not much of experience in anything. I bought a domain and hosting service, and now I'm building my website. I'm using php, html, javascript. Now my website is going to be a blog oriented somehow I'll need to post stuff occasionally about my robotics or whatever. I'm not web developer, still I can...