-
Jeffy cooks up another website
Date: 12/03/05
(See my site) Keywords: html, web
anounceing my latest website ....its a free one at tripod ....i have included some of the latest and most popular animations ...it also contains two very popular picture gallerys 2 to 5 thousand page views a month average so far on just the gallerys alone ...well enough of the promo here it is at [http://jeffypod.tripod.com/index.html] i only hope everyone is inspired by it and enjoys it ...since it is a free site and i have never made any money from it
Source: http://www.livejournal.com/community/see_my_site/92614.html
-
Search Engine
Date: 12/03/05
(WebDesign) Keywords: web, google
Hey, a friend of mine is starting up her own business, and she was wondering how to get her website to appear on google. Do meta tags do that?
Apologies. Web design ignoramus here.
Source: http://www.livejournal.com/community/webdesign/1025925.html
-
Jeffy cooks up another website
Date: 12/03/05
(WebDesign) Keywords: html, web
anounceing my latest website ....its a free one at tripod ....i have included some of the latest and most popular animations ...it also contains two very popular picture gallerys 2 to 5 thousand page views a month average so far on just the gallerys alone ...well enough of the promo here it is at [http://jeffypod.tripod.com/index.html] i only hope everyone is inspired by it and enjoys it ...since it is a free site and i have never made any money from it
Source: http://www.livejournal.com/community/webdesign/1025563.html
-
name based virtual hosts, suse
Date: 12/04/05
(Apache) Keywords: php, html, web, yahoo, google, apache
I am beginning to work on multiple sites on my home test server and need to set up virtual hosts.
My server is running SuSE 10 with Apache 2, and is accessed by typing in "talon" in firefox's address bar. I copied vhosts.template to site1.conf and edited it as follows:
Next I opened /etc/hosts and edited as follows:
Then, rcrestart apache2.... ok.
And here is where I am stumped.. (and btw I googled the bit about /etc/hosts - i'm not sure if that's how it should be). If I type in http://talon/site1 Apache says page can't be found. If I try http://site1 page can't be found. My site1 files exist in the DocumentRoot listed in the site1.conf file above.
I also read through apache's documentation on virtual hosts but the way they explained it didn't make as much sense to me.
Thanks for any and all help.. I've wanted to learn vhosts for some time now.
Source: http://www.livejournal.com/community/apache/27604.html
-
ID thieves try to steal millions from U.K. taxman
Date: 12/06/05
(Security) Keywords: web
British government takes down tax credit Web site after criminals use stolen IDs to file fraudulent claims worth more than $50 million.
Source: http://news.zdnet.com/2100-1009_22-5983318.html
-
We are looking for partners
Date: 12/06/05
(Javascript Community) Keywords: web, yahoo
Hello! Sorry for offtop =))
Mavis Applications is currently looking for expressions of interest from any
interested international parties that would like to find a reliable Russian
outsourcing partner. We are willing to offer several mutually beneficial
cooperation options. If you are interested in establishing a business
relationship with a dynamic, with a 6 years operational experience and already well-known Russian
Web-design & Web-development team, please do not hesitate to contact us at:
E-mail: alex@mavisapps.com
Yahoo messenger: mavis965
ICQ: 143-912-188
www.mavisapps.com
Best regards, Alex Malkin.
Source: http://www.livejournal.com/community/javascript/86889.html
-
We are looking for partners
Date: 12/06/05
(Web Development) Keywords: web, yahoo
Hello! Sorry for offtop =))
Mavis Applications is currently looking for expressions of interest from any
interested international parties that would like to find a reliable Russian
outsourcing partner. We are willing to offer several mutually beneficial
cooperation options. If you are interested in establishing a business
relationship with a dynamic, with a 6 years operational experience and already well-known Russian
Web-design & Web-development team, please do not hesitate to contact us at:
E-mail: alex@mavisapps.com
Yahoo messenger: mavis965
ICQ: 143-912-188
www.mavisapps.com
Best regards, Alex Malkin.
Source: http://www.livejournal.com/community/webdev/276411.html
-
We are looking for partners
Date: 12/06/05
(WebDesign) Keywords: web, yahoo
Hello! Sorry for offtop =))
Mavis Applications is currently looking for expressions of interest from any
interested international parties that would like to find a reliable Russian
outsourcing partner. We are willing to offer several mutually beneficial
cooperation options. If you are interested in establishing a business
relationship with a dynamic, with a 6 years operational experience and already well-known Russian
Web-design & Web-development team, please do not hesitate to contact us at:
E-mail: alex@mavisapps.com
Yahoo messenger: mavis965
ICQ: 143-912-188
www.mavisapps.com
Best regards, Alex Malkin.
Source: http://www.livejournal.com/community/webdesign/1027085.html
-
Beginner Question
Date: 12/06/05
(PHP Community) Keywords: html, web
First post here, I've done a fir bit of research into this and still can't work it out.
I have a form that has a checkbox. What need to happen is that if the box is checked then it needs to redirect to a website and send a mail stating that they person has checked the ticlbox, if not it needs to just send the mail stating that the box has not been checked . The mailing part is fine (I think) it's just the issue with the redirection. I can't seem to get my head around it. I know I should be using the $variable = ( condition ? "value if condition is true" : "value if condition is false" ); string but I'm at a loss of how to do it.
Basically what the rediection needs to do is what the form below does.
So by ticking the tickybox the mail gets sent with it saying that they've payed via paypal and redirects to the site with the above values intact.
Head-Desk-Head-Desk-Head-Desk-Head-Desk-Head-Desk
Anyone help?
[Edit]
My mailing script looks somewhat like this atm and works apart from the checkbox.
$name = $_POST['name'];
$socname = $_POST['socname'];
$dob = $_POST['dob'];
$email = $_POST['email'];
$telhome = $_POST['telhome'];
$telwork = $_POST['telwork'];
$telmob = $_POST['telmob'];
$add1 = $_POST['add1'];
$add2 = $_POST['add2'];
$town = $_POST['town'];
$postcode = $_POST['postcode'];
$membership = $_POST['membership'];
/*if ($_POST["membership"] != "")
{
header ("Location: https://www.paypal.com/cgi-bin/webscr" . $_POST["item_name"]);
}*/
$to = "xxx@darknetweb.co.uk";
$re = "Membership Application";
$msg = "Name: $name
";
$msg .= "Society Name: $socname
";
$msg .= "Date of Birth: $dob
";
$msg .= "E-Mail: $email";
$msg .= "Home Telephone: $telhome
";
$msg .= "Work Telephone: $telwork
";
$msg .= "Mobile Telephone: $telmob";
$msg .= "
Address 1: $add1
";
$msg .= "Address 2: $add2
";
$msg .= "Town: $town
";
$msg .= "Postcode: $postcode
";
$msg .= "
Membership Payed: $membership";
$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html;";
$headers .= " charset=iso-8859-1\r\n";
$headers .= "From: $email \r\n";
mail ( $to, $re, $msg, $headers );
The commented out section is the start of the redirection. I'm still unsure of how to output a True or False value for the checkbox though.
Source: http://www.livejournal.com/community/php/374611.html
-
W3C looks at next-gen voice technologies
Date: 12/07/05
(Security) Keywords: xml, web
The World Wide Web Consortium says next-gen VoiceXML will include specs for speaker verification.
Source: http://news.zdnet.com/2100-1009_22-5984590.html
-
The Viability of Applet Based Web Applications
Date: 12/07/05
(Java Web) Keywords: java, web
Today I see fewer applets on the web. In many cases they are hidden and are used to perform specialized non-visual tasks. Applets are still a good way to incorporate client-side interactivity without overloading the application server. Let's see what would be your reach if you do decide to deploy Java applet based solutions.
The web [...]
Source: http://blog.taragana.com/index.php/archive/the-viability-of-applet-based-web-applications/
-
IPaq hw6515
Date: 12/07/05
(Computer Geeks) Keywords: web
Does anyone own or have used this IPAq?
I am curious about GPRS web surfing. Is it similar to EVDO capability? Can I surf webpages on this device via the cellular network?
Thanks in advance.
Source: http://www.livejournal.com/community/computergeeks/830429.html
-
BEA bulks up Web portals
Date: 12/07/05
(Application Development) Keywords: software, web
First it bought Plumtree; now the software infrastructure company fills out its portfolio of Web development and collaboration tools.
Source: http://news.zdnet.com/2100-9593_22-5985841.html
-
PHP Forms
Date: 12/08/05
(PHP Community) Keywords: php, html, database, web
Hi, I am sure this is really simple but I am beat and I hope someone can point me in the right direction.
I have a php program that takes data from a form and puts it into a database. This information can then be edited with a web form as well. The data is displayed in a news page for the web site's visitors. Ok all that is easy. The part I am having a hard time with is the correct way to handle the text. I suppose essentially its like LJ but on a much smaller scale with no comments. A daily news system.
I can use nl2br() to convert the new lines, but then in the editing window I dont want the user to see it when they are editing. The know nothing about HTML.
Can you point me to a resource that will explain the correct procedure for handling this? Or just tell me which functions to use.
Much thanks.
Source: http://www.livejournal.com/community/php/375861.html
-
Skinnable Sites
Date: 12/08/05
(WebDesign) Keywords: web
Hello everyone. This is my first post here though I've been lurking for a couple of months. I was wondering if there had ever been any questions on creating skinnable websites. Does anyone possibly know of some good tutorials or information on them? I'm interested in using one for my personal website, but haven't really had much luck in figuring out exactly how to create them.
Thanks for the help!
Source: http://www.livejournal.com/community/webdesign/1027838.html
-
asp - database connection - help me i'm drowning.
Date: 12/08/05
(Asp Dot Net) Keywords: database, asp, sql, web
hello all.. ok here's the story...
i know some basic asp .. i've edited a database driven website fro a while.
I'm no trying to create a new site .. thats also database driven.
How do i connect to the server in order to pull info from it?
I tried following the trail from the site i currently update but i'm not sure what i'm seeing here...
Anyone know how to connect an asp site to a sql 2003 database?
Source: http://www.livejournal.com/community/aspdotnet/51038.html
-
Oh great spirits of the interwebs
Date: 12/09/05
(WebDesign) Keywords: web
comments and critique my design
http://operator.net-tech.us/website-devel/revamp/
and if possible explain to me why the navigation menu in the subpages acts funky in IE (pushing the rest of the menu down)
thanks in advance.
Source: http://www.livejournal.com/community/webdesign/1028019.html
-
Oh great spirits of the interwebs
Date: 12/09/05
(Web Development) Keywords: web
comments and critique my design
http://operator.net-tech.us/website-devel/revamp/
and if possible explain to me why the navigation menu in the subpages acts funky in IE (pushing the rest of the menu down)
thanks in advance.
Source: http://www.livejournal.com/community/webdev/276885.html
-
Make it stop!
Date: 12/09/05
(Opera Browser) Keywords: web
More and more people are adding auto-play audio/video to their websites & blogs in the mistaken belief that "it's cool". No, sorry people, it's just plain annoying. Trouble is that you often don't know that it's downloading until it's too late.
Is there a plugin (or any other way) to block these annoying audio/video clips? Not the whole website, just the noise. Ideally prevent the download (these clips can be quite large) but failing that, just don't start playing automagically.
Part of the problem is that I'm looking at a lot of new blogs as I accumulate credits with BlogClicker, BlogExplosion and BlogTraffic - even though some of them offer an option to skip sites with audio it's down to the blog's author to identify their site as having such content, and many just don't do it.
Source: http://www.livejournal.com/community/opera_browser/48682.html
-
LJ Clique Program
Date: 12/10/05
(Algorithms) Keywords: web
You might remember a few weeks ago someone posted about a clique* finder for LJ. I wrote another program to do this, using an algorithm that finds exact solutions. It runs quite fast for inputs up to around 200 or so (it takes < 1 second for anything up to around 140). Also, it finds all cliques, not just the maximal one.
I tried it against the clique finder that was linked in that discussion, and the results seem to match, though I only tried a few usernames.
I don't have a nifty web interface set up for it (it's in Perl, with the clique-finding code in C++), and I wouldn't have anywhere to host it if I did, but if you are interested I can run some queries on it.
* My definition of a clique is a group where every pair of members are MUTUAL friends, and no member can be added to the group while maintaining this property.
Source: http://www.livejournal.com/community/algorithms/68226.html