Search:

Type: Posts; User: Rivkah

Page 1 of 3 1 2 3

Search: Search took 0.07 seconds.

  1. Replies
    2
    Views
    482

    Re: [Windows XP] Boot and System drives??

    Haha, I didn't notice that. Well, it's fixed now. ;)
  2. Replies
    2
    Views
    482

    [Windows XP] Boot and System drives??

    Alright, to start off: I just installed Windows XP SP3 with a CD I had laying around. After installing a few drivers I go to My Computer and notice the drive I just installed XP to was set as D:...
  3. Replies
    7
    Views
    2,025

    Re: Upgrading, Mind helping me decide?

    Mhm, I was just looking at BestBuy because I was looking at something else there. I usually use Newegg...
  4. Replies
    7
    Views
    2,025

    Upgrading, Mind helping me decide?

    Alright, well... I am planning to upgrade my PC which is pretty sad (Sorry, I didn't mean to hurt you . Anyways, the link to the Computer Specs is here: Compaq Presario SR5130NX Desktop Product...
  5. Replies
    1
    Views
    1,923

    The Common Issue of: C++ vs VB.Net

    Alright, I know the basic differences between the two, like: C++ takes longer to code things over VB.Net, but you have much more options with C++. I was wondering what everybody's opinion here was on...
  6. Replies
    15
    Views
    2,419

    Re: promblem with php coding

    You are suppose to be saving it as a .php, not .txt ..So follow these steps:
    1. Open Notepad
    2. Input the code from above of:

    <?php
    print "I love vb forums";
    ?>
    3. Press "File" and "Save...
  7. Replies
    15
    Views
    2,419

    Re: promblem with php coding

    Agreed, XAMPP works fine for me. I use USB Webserver for when I run from my Flash Drives... Either way works fine for me, and I float between Win XP, Vista x64, and 7 (x86 and x64)..
  8. Replies
    2
    Views
    1,143

    VS 2010 Re: XML News Feed

    Ok, well..I finally figured it out..Found some references to some commands and looked them up in MSDN...Then looked at the example code, so I came to (Minorly Edited):
    Dim newscount = 0
    Dim...
  9. Replies
    11
    Views
    980

    Re: how i can open a file .exe from my app?

    If I remember correctly, since what I think your asking is to open another .exe that is in the same path as yours, you should be able to just use:
    Process.Start("MySecondProgram.Exe")...
  10. Replies
    2
    Views
    1,143

    VS 2010 Re: XML News Feed

    bump
  11. Replies
    2
    Views
    1,143

    VS 2010 [Resolved]XML News Feed

    Psst, I resolved this, if you look at the 3rd post you can see how I did this. Please critic the code if you can and show better/faster/easier ways of achieving something within it..
    Alright, well...
  12. Replies
    5
    Views
    1,008

    Re: How to disable an application after 30 days?

    Although..Couldn't they just simply delete the settings and it would be "renewed"? Or even just change the date on the computer...Can't think of any ways to do it without them being able to get...
  13. Thread: C++ and Linux

    by Rivkah
    Replies
    4
    Views
    779

    Re: C++ and Linux

    Hmm, know any good tutorials and etc? Even the QT site seemed to have Tutorials that were wrong...
  14. Thread: C++ and Linux

    by Rivkah
    Replies
    4
    Views
    779

    Re: C++ and Linux

    Alright, what about the QT Creator? Or is that all? I seen that come up once or twice..
  15. Thread: C++ and Linux

    by Rivkah
    Replies
    4
    Views
    779

    C++ and Linux

    Figured this goes here...But anyways: I installed Ubuntu on my Flash Drive and liked it so far..so I downloaded Code::Blocks to try out an IDE..But, alas..I was lost. I am use to Visual Studio 2010...
  16. Replies
    5
    Views
    1,419

    Re: [HTML or CSS] Triangles!

    Must agree with that..Finally got around to looking at all that with CSS..It will just be a lot simpler and better to use images. :)
  17. Re: Set Cookie, Then Redirect not working on FireFox or IE

    Well, I finally got it working. I was using <input type="image" instead of submit buttons..and apparently it wouldn't work correctly with that. Had to wrap links around them with <a href=""></a> and...
  18. Re: Set Cookie, Then Redirect not working on FireFox or IE

    Thats what it is:


    $ToS['Content'] = 'really long page code';
    If(isset($_POST['tos'])) {
    If($_POST['tos'] == 'yes') {
    setcookie("tos", "accepted");
    header('Location:...
  19. [Solved]Set Cookie, Then Redirect not working on FireFox or IE

    Well, my code is suppose to set the cookie saying the accepted the page, then redirect to the index.php (It is included on all pages.., so whenever you go to any page it comes up if the cookie isn't...
  20. Replies
    5
    Views
    1,419

    [HTML or CSS] Triangles!

    Soo..As the title says is there any way to create any kinda of triangle with HTML and/or CSS? Or is it image only? Creating a site at the moment and the design I got in my head requires a triangle or...
  21. Replies
    8
    Views
    1,313

    Re: [PHP] Twitter Update Pulls

    Oh, crap >< ..I'm dumb..I never noticed that before, Eh, my stupidity.. (Agains..) Forgot tweets are so short..
  22. Replies
    8
    Views
    1,313

    Re: [PHP] Twitter Update Pulls

    Yep...: Truncated Feed

    Here is one or two:
    News: Crunchyroll to Simulcast The World God Only Knows 2nd Season • Romantic comedy TV #anime's second season to launc..http://4NN.cx/59535
    News:...
  23. Replies
    8
    Views
    1,313

    Re: [PHP] Twitter Update Pulls

    XML is still being cut..can't check JSON atm since I'm guessing its like RSS and I'm on a Windows 2K atm w/ Old Ass Browser ;)
    EDIT: JSON is doing it too, So I must sign up at "Add An App" on...
  24. Replies
    8
    Views
    1,313

    [Solved][PHP] Twitter Update Pulls

    Ok, first of all..I am trying to pull Twitter feeds from well..Twitter and have them displayed. I am using the .rss option as it is the only thing I have found on it so far.. But, it is only showing...
  25. Replies
    529
    Views
    43,609

    Re: How many teenaged programmers?

    I'm 16 (17 in a few months)..But I was barely 5 when this thread was created. I am sure this is the oldest going thread on the net that still is getting randomly added to?

    P.S. How did I get here...
  26. Replies
    2
    Views
    3,393

    For Each, Order by Descending ID

    Alright I have the following code to list articles from my database:


    foreach($articles as $article) {
    If($article['Enabled']=='1') {
    echo '<h2>'.$article['Title'].':</h2><br />';
    echo...
  27. Replies
    7
    Views
    7,028

    Re: Linux, yea..that OS

    Thanks both of you, seen CentOS around on a few things..So going to look into that first :)
  28. Replies
    7
    Views
    7,028

    Linux, yea..that OS

    Well, first of all, I be a Windows fan but was looking into Linux because I have toyed with it from time to time and it looks nice and, from what I hear, its much faster. I like to do PHP, HTML, CSS,...
  29. Re: Save HTML Box Selection/Text Area Entry

    Update: Well ok..I feel stupid for the Text Area value..You just add value="value here" to the textbox code..but still trying to figure out the ComboBox selection if anybody could help with that :)...
  30. [Resolved]Save HTML Box Selection/Text Area Entry

    Alright, I have a basic config editor for my site I am slowly adding to..a pic of it is attached. I want to be able to load what was selected in the combobox and what was in those text areas from my...
  31. Replies
    7
    Views
    1,339

    Re: [HTML] Forums Integration

    Yea, just decided to use PHPBB..working on how to fix it atm, using ProSilver Special Edition.. Looking around atm for everything and modding it to match my site (Going to attempt to have it pull...
  32. Replies
    7
    Views
    1,339

    Re: [HTML] Forums Integration

    Yea, heard of those..Use PHPBB myself, was wondering about pure integration on them, never went far on forums..just installing themselves and themes..
  33. Replies
    7
    Views
    1,339

    Re: [HTML] Forums Integration

    Bump?
  34. Re: Need someone personally to help me with my site?

    Also: your problems, that area of the code and everything related would be helpful...But yea, if I was you I would atleast learn the basics before attempting to work with sites so you know what your...
  35. Replies
    7
    Views
    1,339

    [HTML] Forums Integration

    Alright, building a website at the moment and started to look around but really didn't find exactly what I was looking for..I have a website purely HTML/PHP code w/ no CMSes or such..Is there any...
  36. Replies
    8
    Views
    1,651

    Re: PHP Help

    Ah, looks like what I'm looking for :) ..Thanks, will test it out with my code once I get back to my computer later.

    Final Edit: Thank you so much kows, it works flawlessly :)
  37. Replies
    8
    Views
    1,651

    Re: PHP Help

    Sorry I haven't gotten a chance to search this yet but todays been kinda busy, but anyways..Not sure exactly what you mean. Sorry, not very literate in PHP outside of connecting to/selecting from the...
  38. Replies
    8
    Views
    1,651

    Re: PHP Help

    It does, its printing out the line:
    echo $row['name'].' - &nbsp;&nbsp; '; // Show the name of section
    Thats where its showing Section 2 and Section 1.1 on the ScreenShot, its looping through to...
  39. Replies
    8
    Views
    1,651

    Re: PHP Help

    It is, and my problem is (sorry for forgetting to post it) that it won't show it in the combobox. It just doesn't show anything.
    Added a ScreenShot of it, it is suppose to add in those section...
  40. Replies
    8
    Views
    1,651

    [Resolved]PHP Help

    Ok, wasn't sure on how to even search this so sorry if this has already been recently covered.
    My problem: I am trying to get it to display my results from MySQL into a combobox.
    I know the while...
Results 1 to 40 of 95
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width