Php - Which Language Would Be Best Contents For Classified Ad High Traffic Website
Dec 25, 2010
Average visitors: 5000.
I'm wondering should i make it in PHP or ASP.NET/C#. Website contents might grow really fast because it is expected there going to be daily/continuous posts from users. Its an interactive website that has to login, post, check replies and private messages without any advanced/complex features.
Website might use AJAX as well as JQuery.
What language do you suggest me to go with?
View 2 Replies
Similar Messages:
May 17, 2010
I want to convert some contents of my website in some language I applied following procedure:
using System.Threading;
using System.Globalization;
public partial class Default2 : System.Web.UI.Page
{
protected override void InitializeCulture()
{
Thread.CurrentThread.CurrentCulture =
CultureInfo.CreateSpecificCulture("pa-IN");
Thread.CurrentThread.CurrentUICulture = new
CultureInfo("pa");
}
base.InitializeCulture();
}
I also add local resources and meta reference tag is appearing in source code of controls like label, textboxes on the page.
But desired language is not yet seen, it continues to appear in English Only.
View 2 Replies
Feb 7, 2011
What would be good/scalable user session alternative in following scenario:
users don't have to have cookies enabled URL query string restriction of 255 characters is imposed lot of GET requests (no hidden form fields)application runs on serveral servers (web farm) some users connect over proxy (same IP) users connect over HTTPS 50 000 concurrent users
View 5 Replies
Mar 14, 2011
I just want to know, What parameters or attributes should be taken in connection string so as to handle high traffic enterprise applications? Like in general we use server, initial catalog, userid, passwd. Some times we add timeout , and in some scenario pool etc. But i don't know what attributes should i take in as my common practice apart from above.
View 3 Replies
Oct 16, 2010
Over the past two weeks or so, I've been getting feedback from users on my site that a popup box is interferring with their use of my search page. From the research I've done, it appears only Firefox users are having this problem. I haven't changed my site, so I can't figure out why this is happening. Has anyone successfully corrected this problem. It's costing me traffic, so I have to figure this out. My site is based on the classified starterkit.
View 4 Replies
Mar 15, 2011
I'm creating a website that is going to be dual language, so it will have a german face and an english face and the user can swich between the two versions.
How do I do this in MVC?
should I have URIs like
www.mydomain.com/de/home/index
www.mydomain.com/en/home/index
if home is the controller and index is the action then what would the de/en be?
In my site should I have two versions of all controllers and views? one for german and one for english?
View 9 Replies
May 6, 2010
So far I've been successfully using fiddler to sniff web service traffic from both test fixtures, console apps and web projects.
Today I noticed I am not able anymore to sniff that kind of traffic if I am running my web application (it's a ASP.NET website, hosted locally on IIS). I see all the local traffic but the web service traffic is just gone (the service is being hit as I do see the response debugging into the code).
I am still able to successfully sniff soap requests and responses from test fixtures or console apps in the same solution (exact same environment).If it was a windows (I am on Win7) security update or the likes it would never work I guess (unless it affects only traffic routed through IIS).
What should I be looking for that could cause the emergence this behavior?
NOTE: I can see local traffic, but not the SOAP request/responses to the web service which is not hosted locally anyway (it's a sandbox another team is providing)
EDIT: This bit of configuration did the trick (found on Rick Strahl's blog)
<system.net>
<defaultProxy>
<proxy [code].....
View 5 Replies
Aug 28, 2010
i wanted to know that how to make the website that performance never goes down even if the load is increased up to some extent rather than the general websites.
i am confusued that is this related to the database server or the coding...
View 3 Replies
May 8, 2010
Got the following issue:Tried in IE7 (may be the same problem in other browsers) to log into a website programmed in asp.net 3.5 with C#. Log in fails. Nothing happens, no error, no crash, it just does not log in. Setting the privacy to medium high resolves the problem. As far as I am aware the website does not use cookies.Any idea what the problem could be? Can this be resolved to enable users to log in regardless of their privacy settings?
View 18 Replies
Mar 15, 2011
Is it worth while considering a CDN for a UK hosted site with mostly UK traffic.
The server is in London, so I am not sure if it would be worth it as I guess any CDN server is just going to be in London as well?
Am I right in thinking that CDN is really only applicable for US websites (due to the geographical size of the country) and global sites?
View 1 Replies
Apr 19, 2010
I am going to develop an application which have approx 1,000,000 uers. They will be from different countries. Can some one give me a high level diagram or design guidlines so my application is scaleble enough to full fill the needs of such huge no of users.My database will be oracle and i will be using framework 3.5.
View 4 Replies
Dec 8, 2010
I have requirement in website, where i need to provide around 60 textbox inside form.
I woud like to know whether it make performance down when i put such large count of textbox (60) in form.
Is there any alternate way to meet this requirement.
View 1 Replies
Jan 28, 2010
I've got this problem.I launched an ASP.NET website with the Umbraco CMS on an ISP.(Its just a very basic informative site. nothing special.)When I go want to visit the website however, the first pageload takes a lot of time, sometimes even up to 20 seconds. Of course this is ridiculous. Afterwards, I am able to navigate the site relatively quick.. So every first pageload is slow, then everything is OK, more or less.Does anybody have any idea what the problem could be? Would it be IIS? ASP.NET?
View 5 Replies
Apr 27, 2010
I need to have a copy of all my pages, bin fold, data folder, etc stored in a folder in the root of project called installation.
Once I have copied the contents of my web site into the installation folder how can I tell the complie/run process to ignore that folder ?
View 1 Replies
Mar 26, 2010
How To Set Language Localization For Website. I have developed an asp.net website.
View 4 Replies
Jun 4, 2010
I have developed a large business portal. I just realized I need my website in another language. I have researched the solutions available like
Used third party control on my website. (Does fit in my design. Not useful regarding SEO point of view. Dont want to show third party brand names.) Create Resource files for each language.( A lot of work required to restructure pages to use text from resource files. What about the data entered by the user like Business Description. )
I was thinking of a solution like a when a page is created on server side then I could translate it before sending back to client. Is there any way I can do that?(to translate everything including data added from databases or through a code. And without effecting design. )
View 7 Replies
Jul 13, 2010
I have a large application in Asp.Net 2.0.
How do i convert my application in different language..
Some google api is there but it provides me line by line convertion it will take long time to show page with different language.
way to use another language like Hindi,Gujarati,.
View 5 Replies
Jul 8, 2010
I am building a website using Asp.net with C# and back end support is SQL server.How to add multilingual support to it?Like in google or facebook there are various link button for various languages?I want to implement the same thing.
View 2 Replies
Dec 3, 2010
[URL]
In above web site,there is a drop down of "language" which convert the web site in various languages.How to create this type of drop down laungauge which can convert my web site in various Indian launguages.
View 2 Replies
Mar 4, 2010
My website Language is English,But i want abutton when i clicked on it,The Site Converted
To Arabic Language
View 5 Replies
Mar 9, 2010
I want to create website with two different language, language option will be drop down list, how to make it.
View 1 Replies
Aug 4, 2011
I am developing a web site in asp.net and sql server database. i want the users will type in bengali language in text boxes and store the data in database.
View 2 Replies
Feb 21, 2010
How i develop multi language website in asp.net for this what steps i need if i already have sqlserver db,design template, requirements stuff and application flow
View 9 Replies
Aug 10, 2010
I want to build multi-language website in asp.net 2008 and asp.net 2010. So, which process is better for building application? Using either Local and Global Resource or New Folder to make separate according to language?
Application performance should be good and also easy manageable.
View 2 Replies
Sep 29, 2010
How to create Multi language website in aspx where database store translations? I search many articles but there is not uniq solution.
View 3 Replies