I have an ASP.NET MVC app hosted at webhost4life
What's a good way to save logs?
I have an access to the ftp I upload site to, should I just do effectively
File.AppendAllText("log.txt", "Ooops, we have an error" + e.Message);
Or is there a better way? Send e-mail? save log into a database?
...
I am selling stuff from here:
http://foundationletters.com/buy-master-mind-products/
One of the things on sale is a subscription to a specific website.
As you can see, I have connected e-junkie to my authorize.net account.
Let's say that I already have pre-generated accounts. In other words, I have logins and passwords that I am sel...
I wonder how do +- easy to 'detect' a site server-side web technology (PHP, ASP, etc..)
For some sites is enough to see the links extension(.../logout.php, .../search.aspx, etc).
On the others, like by example stackoverflow :) I can't clearly see page extensions.
Any "recommendations"? Thanks.
...
I am trying here to do a manual translation for the application I am working with. (There is already a working LocalizationModule but it's working dodgy, so I can't use <asp:Localize /> tags.
Normally with ResourceManager you are supposed to be using it as Namespace.Folder.Resourcename (in an application). Currently I am translating an ...
What's the standard, most reliable way of doing this? I need to redirect a user to download the Mac version or the Windows version of my software when they click "Download" on my website.
...
Hi,
Say I want to develop a site with some CMS embedded in it - e.g., a Wordpress blog and phpbb forum.
What's the most convenient way to unify the log-in and sign-up process for my site?
Letting users have a different registration process for each part of the site would probably scare any sane user away.
EDIT
I prefer generic solu...
Hi, I want to develop a question answer site like this one, for students to ask schools and career planning related questions. I was planning to use Joomla as CMS but am not sure whether such site could work fine wih a CMS. I have little experience in website development and it will be a learning experience for me.Can such a site work fi...
Does anyone know of any site that uses javascript to generate a tip/message/announcement block that has a 'Hide this' option? Preferably like Stack Overflow where other containers get shifted up when the tip/announcement is hidden. I'm just trying to compile a list of sites using that feature.
Thanks
...
I want to create site a-la StackOverflow but for different needs (not for Questions at all) (for some crazzzy geo mapping project=) so I need CMS... I vant it to be looking like StackOverflow...
So is there any Open Source PHP script/lib/cms for creating sites a-la StackOverflow?
...
Suppose I click on a link to website A on a page and just before the current page gets replaced, I click on a different link to a different website say B.
What happens to the request that was sent to website A? Does the webserver of site A reply back and the browser just rejects the HTTP reply?
...
Hi,
I am looking for some advice on how what is the best approach to subweb folders and having mutliple bin folders in the WebSite Project model. For adding new pages at a later stage without recompiling the core files of a website and without building a full fledged Plug-in framework api. I am aware of being able to drop in the compile...
Hi,
I run a wordpress blog..
And I'm considering submitting by blog to Google News, now Google says each of your websites page's needs to have a unique url with atleast 3 numbers.
how should I get this done? Is there a particular wordpress plugin that'll do the job?
Regards,
...
Hi, I am having a little difficulty trying to wrap my head around site structures.
I have quite a large asp.net site, for which:
Admins can see a user list, Each user can have many accounts, and for each account can have many items.
I can picture this as a breadcrumb trail of editing a particular item.
User List > Mr Bob > Accounts > ...
Hi all,
I'm using Git to manage my website's source code and deployment, and currently have the test and live sites running on the same box. Following this resource http://toroid.org/ams/git-website-howto originally, I came up with the following post-receive hook script to differentiate between pushes to my live site and pushes to my t...
Title: Rotate Homepage Image (for website)- No longer works.
I am a physicist/wildlife artist with a website (I created in 2002) to display & market my artwork. I have set it up with an underlying (homepage) image map - having links to: "tigers", "leopards", "birds", artist info, etc., with the overlying image changing (swapping out) ev...
The question might prompt some people to say a definitive YES or NO almost immediately, but please read on...
I have a simple website where there are 30 php pages (each has some php server side code + HTML/CSS etc...). No complicated hierarchy, nothing. Just 30 pages.
I also have a set of purely back-end php files - the ones that have ...
I am wanting to find an automated way to download an entire website page (not the entire site just a single page) and all elements on the page, then sum the size of these files.
When I say files, I would like to know the total size of HTML, CSS, Images, local and remote JS files, and any CSS background images. Basically the entire page...
So I play an online game that's web based and I'd like to automate certain things with it using C#. Problem is that I can't simply use WebClient.DownloadData() because I need to be logged in to actually recieve the source. The other alternative was to use the built-in web browser control but that doesn't give me access to source code. An...
As far as I know, only PHP can't be used for this.
But since not many providers allow installation of Perl/Python/... scripts on shared, I'm wondering whether there is free solution for either
creation of thumbnails or full-size capturing on the fly / on demand and save it to server (since snapshot lets you only to show thumbnails on h...
We allow commenting on our website (like a blog). Now we want to change it so that people can comment other comments.
Our table looks something like this:
ID | CommentID | Comment | User | Date
-------------------------------------------------------------------------
1001 | 1 | Nice site ...