Hi,
We've inherited this ASP.NET website. We've already converted it to a web application for different reasons that doesn't matter right now.
But there are 2 folders with 2 .aspx pages inside that does some really ugly stuff (creates a new aspx file with its corresponding code behind and save it inside one of those folders).
So when...
Can you use GPL code on a commercial website?
Do you have to supply a link to the source code for that software?
Does it violate the GPL license if you use non-GPL open source software with the GPL software?
Cheers.
...
Hi
I want to create a web site and its web space is not unlimited and I want to add forum to my web site but I don't know that with choosing a title for discussion and with posting text from people in that forum the web space will decreased ???!!
thanks a lot
...
A friend of mine wants to collect data from an website. I recommended that spidering would be a fast way of automating the process. But when I saw the website, I found that it wasn't so simple at all.
First a login with a captcha thwarts most spidering software, there is no way that I can manually log in and use the cookie to get all ot...
I'm trying to make a 256x256px transparent clickable box thats on top of 3 layers which toggle on/off (just a status display). I gave the 3 layers a z-index of -1 and the hyperlink box a z-index of 5, so it should be on top. This code works fine in chrome and firefox. The strange thing is if I set a background-color for statuslink it dis...
I am currently starting a blog on drupal and on every page they have authorName's blog. I don't want it to display my name I want it to display my websites name as I won't have anyone else logging in.
Is there a simple way to either change my username or to change the name that the website displays?
If it helps the blog is here, but b...
I just started a drupal blog, found here but extremely rudimentary, and I want to display the last X blogs on pages other than the homepage.
Basically for the drupal site I downloaded the ability to add blog posts. Right now when I got the site's homepage it shows the last 5 blogs that were added (I know where to change the number of b...
I am embarking on development of a Silverlight based website. I am the lone developer and am doing it on my own (ie, not for any company). Now I want to load a lot of textual content on the website along with animations and rich user interfaces that can be created using Silverlight. The text content may change from time to time and when ...
Hi, I'm trying to get my website back online after recovering from an XSS attack. At the time of the attack, I set all the file permissions to 400 to take the site offline. I left it that way for a few days, and then ended up deleting all the files in the var/www/ directory and uploading a full backup of the site. The backup had screw...
I want to develop a website which has an inbuilt QA forum and a blog in it. What would be the best framework/tool to do this quickly?
We are mainly a Java shop.
~Sri
...
i want to design the mobile version of my website
do you know if there's a 'best practice' resolution (width, height)?
...
how can i detect if someone visits my website using safari or iexplorer via their mobiles?
i think the answer may be using the USER_AGENT variable, but i'm not really sure, so if you have a better idea or already a code running it would be just great to share :)
...
Hi guys, I'm really interested in being a good programmer. So far what I've been doing is just reading a whole bunch of my friend's dad's programming books. I've been just kind of stumbling through and no help can be gotten from my friend's dad because he's kind of gone... for a long time. haha.
Anyway, I think I'm getting nowhere jus...
Today if i login into g-mail.after 3-4 days also i could see my account without logout.
If everybody in this world do same thing,maintaining connections in a pool becomes difficult(may be because of Memory constraints).So if an account is idle after 2-3 days i think it is better to disconnect (disconnected one can be used for new connect...
Hi, i have developed a php mysql website and now i want to access this website via my mobile.
What are the requirements for achieving this ?
As far as i know, i need to have an internet connection in my mobile...
Whatelse are needed to achieve this ?
Please specify...
...
after creating a site you can go to:
Site Actions / Site Settings / Site Administration / Language Settings
and select some alternate language(s) if you've got some language pack(s) installed, but the default one is fix and you can't cange it anymore.
Is there a way or some settings.file where you can change the default language?
...
I'm programmtically creating websites/users etc ...
Here's the problem: When creating a website, I can't immediatly set the config values afterwards.
Code:
<?php
/* Website information */
$website_data = array(
'name' => 'Company name',
'code' => 'website_company_1',
'sort_order' => '1',
...
I am in the process of hosting my site with a hosting service provider but the content for the site is not yet ready. So, I am planning to put it behind Apache auth and then, when I am ready to open it for the public remove the authentication. My question, is will this affect SEO in any way or prevent google from indexing the site in the...
I want to read the content from website and save then into a csv file in php, can anyone please tell me how I can do this.
...
The purpose is to check for any inconsistency fonts used across the web application so that the developers can fix the issue.
Consistency in terms of all font properties (Font families,font sizes etc.) needs to be checked. As suggested by Pekka below, I can use CSS to define consistent font properties which can be used in all web pages ...