Forum: C++ Sep 24th, 2009 |
| Replies: 14 Views: 537 so if 0 is randoms starting number, you add 15 so... 15 is the minimum number |
Forum: C++ Sep 24th, 2009 |
| Replies: 14 Views: 537 if random is used like random(high number)
why not do random(number)+15 |
Forum: C++ Sep 20th, 2009 |
| Replies: 82 Views: 15,335 ooh, sqrt(4)=4^(1/2)=2
might help :D
where sqrt = Square root
^ = to the power of
oh, hang on...
no to the pwr of...
well if 4x4x4 = 4^3 = 64 |
Forum: HTML and CSS Sep 8th, 2009 |
| Replies: 3 Views: 423 thanks for the cleanup. and i worked it out.
for every
<div style='positi....
it needed to be a " instead of a ' (also at the end) |
Forum: HTML and CSS Sep 8th, 2009 |
| Replies: 3 Views: 423 still being annoying....
any other ideas? |
Forum: HTML and CSS Sep 8th, 2009 |
| Replies: 3 Views: 423 I dunno how to fix this.
All i get in FireFox is the text. In IE i get all the div tags and graphics and everything.
here's my code, thx for the help :D
<?xml version="1.0" encoding="utf-8"?>... |
Forum: PHP Aug 2nd, 2009 |
| Replies: 3 Views: 409 other way round.
twitter --> blog |
Forum: PHP Jul 31st, 2009 |
| Replies: 3 Views: 409 hey all, been a while since I've been on here.
I was wondering how I could make an rss reader for twitter, and make it so that it displays the content of my 'twit' and nothing else (like time/date... |
Forum: PHP Mar 3rd, 2009 |
| Replies: 6 Views: 662 heh, nice work sir, i tink ill post this as solved. +rep |
Forum: PHP Jan 30th, 2009 |
| Replies: 6 Views: 662 umm, ill give u my table here:
http://phxscape.servegame.com/testing/birthdays_display_records.php
and this is how its used:
http://www.tm-forum.com/viewtopic.php?t=1767
thanks for replying,... |
Forum: PHP Jan 29th, 2009 |
| Replies: 6 Views: 662 anybody got any suggestions? |
Forum: PHP Jan 29th, 2009 |
| Replies: 6 Views: 662 Heyy, need some help here.
ok, I've got my script here right.
<html>
<head><title>Display Records</title>
<style type="text/css">
td {font-family: tahoma, arial, verdana; font-size: 10pt }... |
Forum: C++ Nov 21st, 2008 |
| Replies: 2 Views: 466 heh. didnt help me that much :/ but dad had some code for me
HKEY hKey;
DWORD buffersize = 1024;
char* hldsloc = new char[buffersize];
RegOpenKeyEx (HKEY_CURRENT_USER,... |
Forum: C++ Nov 21st, 2008 |
| Replies: 2 Views: 466 how would I get the install directory of another program, the registry perhaps? (using HLDS as my directory to be found) (GET HLDS HERE!)... |
Forum: C++ Nov 21st, 2008 |
| Replies: 6 Views: 619 no probs dude, it works fantastically well +rep |
Forum: C++ Nov 21st, 2008 |
| Replies: 6 Views: 619 oh well its at the end, so it distracts you from other work to press ok, (like an ad)
and that sample didnt realy compile for me (im using code::blocks)
... |
Forum: C++ Nov 21st, 2008 |
| Replies: 6 Views: 619 OK, I'm making a backup application and once the backup is complete, I want it to flash
FINISHED!!!! - in different colours - any help at all would be appreciated, thanks - MaxICube |