Id a 10gb Total SQL Databases Quota enough for a site that only has comments, not any pictures or videos? say each post was (in LONGTEXT, under mysql) about a paragraph - would this be enough for say a few million or hundread million posts? how may about? Really appreshate the help - I found a good host site "http://www.ixwebhosting.com/...
Hi,
Our company has a set of 3d modeling softwares written in c++ with qt based gui. We are planning to offer these applications to customers to try them from a web browser. I mean to say, we need to create web interfaces for native c++ codes. Please suggest me which technology, languages should be used. If possible please give some...
I want to develop a tool for my project using python. The requirements are:
Embed a web server to let the user get some static files, but the traffic is not very high.
User can configure the tool using http, I don't want a GUI page, I just need a RPC interface, like XML-RPC? or others?
Besides the web server, the tool need some backgr...
I need the best way to prevent any access to doc files when it is not my web application, for example, I need some files to be hidden from search engines or public users and only private users may reach and download them.
I would like to save the files in the file system and not in the DB in order not to increase the DB usage.
...
Hi Experts,,,
I wanna have a base page for all my content editing pages with a save and delete buttons at the bottom.
is that possible? how?
if not, is there an alternative way?
I think master pages won't work because it's not a site wide page layout it's just for edit pages.
...
on my website i have a facebook like says www.facebook.com/myhomepage.htm, now when a person clicks on this link, i want the capture the querystring in my website, so basically put an underlying link like www.mysite.com/?s=abc&k=ccr
is this possible to send one link out and have a hidden link that captures the clicks?
...
Continuing my post for finding the print service application, I'm really interested in java4less(textprinter). How do I to print one string object with multiple line inside, let's say the string name is out:
AID : 000922
A/C Number : XXXXXXXXX
A/C Name & Address : REKENING ANTARA SHB DGN TOP ...
can any one sugest me which is the best but free web tracking tool ?
I want to know the statics, traffics, hits and area of hits etc...
...
Hi,
Please HELP!
I have installed the web deployment project on VS 2005.
When i click on my Web Site context menu i see the "Add Deployment Project", but when i click on my Web Application Project i don't see it.
I have done the task "devenv /setup" in my computer run, but it didn't help.
How can i see the Add Web Deployment Project...
I am working on building an internal CMS for clients. Instead of creating a new php file for each page, I am wondering if there is a way to load up a page based on the URL but not a physical php file in that location.
So, if I visit www.mysite.com/new-page I would like this to just be a reference to my template, content, etc. rather th...
Hi,
I am a student I like to know about java hosting "anything under $6 per month"
should have good customer support
and support only tomcat full application server is optional.
I have already gone through the following link about java hosting but I am not affordable $9/month.
http://stackoverflow.com/questions/113130/where-can-i-fi...
Hello all
I want to build web application that is based on java technology (tomcat )
Can I get please suggestions on how to set up the servers (apache – mod_jk – tomcat ? )
And what are the right frameworks to use or not .
For memory and ease of work from the development side ( to use plain jsp or mvc frame works? )
...
Hi there,
What setting must I change under IIS to allow access to the folders? I am looking for that settings for hours, nothing found.
It seems like it is giving a 403 error when I tried to access the folder.
PS, I am only using localhost.
Regards
...
I'm sure that this is a simple newbie question, but the answer is eluding me right now.
I have the following control compiled in Silverlight 3:
<UserControl x:Class="SLImageTest.MainPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http:/...
I want to download a file on a website using C# and show its downloading percentage using progressBar. I know I can use the following code to get the size of a local file, but how can I know the size of file posted on a website?
FileInfo finfo = new FileInfo(strFilePath);
int length = (int)finfo.Length;
...
I am trying to use arduino client class to fetch an html page from internet (Example from arduino library itself), but it's not working (Connection is not getting established).
It's failing at:
client.connect();
I have tried both Ethernet and Ethernet2 libraries.
My arduino development platform version is 0017 , OS is win XP.
Follo...
I think an application like that would make web design faster, providing faster visual feedback. But I don't see many applications like this. Are there big drawbacks for this kind of programs?
So basically I would like to know if there is an application that provides live changes like Firebug and coding tools like Notepad++.
...
So you've performed the login using https to prevent man in the middle attacks and make sure your password isn't sent in the clear. Good call. But many sites then switch back to http for the rest of the session.
Once you're exchanging everything in the clear can't a man in the middle begin hijacking your session again? Okay, so they don...
Hi,
Are servlets the only way one can write web applications in Java ?
...
Using ASP.NET 2.0.
I'm using Forms Authentication on two sites. The two sites have the same machine key and thus it is possible to log into one site and go directly to a URL on the other site without the need to log in again.
However, I now wish to call a web service on the other site from the code behind on the current site. I need ...