Vex Star

Vex Star

Computers and Programming

Vex Star RSS Feed
 
 
 
 

Posts tagged HTTP

Photo of my new pagefile.

Yeah bwoiee.
I have no idea what possessed me to do this, but I bought a 300x CF card and a CF-to-IDE adaptor to use it with, then I set it to be my Z: drive and put a 1.8GB pagefile on it. I figured it would benefit from the virtually-nonexistent random seek times that FLASH [...]

HTML META pass values

So I have this bit of code written as a php in html:
echo "<meta HTTP-EQUIV=REFRESH content="0; baud_rate_set.php?check_board=$_REQUEST[check_board]">";
How do i pass it another value that i define (baud_rate=9)?been doing this stuff for about a week, so if there’s any ideas i’d love emecho "<meta HTTP-EQUIV=REFRESH content="0; baud_rate_set.php?check_board=$_REQUEST[check_board]&baud_rate=9">";

Need Perl program to parse amazon book page

Can anyone of you leet hax0rs hack up a Perl program that can parse an Amazon book page and notify me when a used book is less than a certain amount? I could run it through the Windows scheduler to check every 5 minutes and it would help a lot.I get paid to do [...]

Programming for Beginners

I am looking to get into programming/Dev work.
I have been doing HW/network/tech support for a long time and I am burned out on it. I was talking to one of our developers at work and he suggested reading up on and starting with C# and ASP.net.
Any suggestions/thoughts/book recommendations for a newby? I have absolutely 0 [...]

Website ‘Media Player’

Do any of you know if it is possible to make it so if any .wmv / .avi file is clicked on my website, it is automatically loaded either in that window, or in a popup.. instead of prompting user to download?
People upload files to my website, and want to be able to play the [...]

website contact form not working

my form doesn’t work. can anyone help me?
here’s the code in the html file:
<form method="POST" action="contact2.php">
Fields marked (*) are required
<p>Email From:* <br>
<input type="text" name="EmailFrom">
<p>FirstName:<br>
<input type="text" name="FirstName">
<p>LastName:<br>

Windows Live error page (404)

If I enter a bad url, I get redirected to a Windows Live search screen with a bunch of sponsored links. I’ve never used Live in my life.
I think it has to do with recently switching to comcast, but I am not sure.
Does anyone know how to get the old style error pages?
I tried Internet [...]