My blog

Results 1 to 6 of 6
  1. #1
    Fuck you, I'm a dragon Pieman is offline
    MemberRank
    Apr 2005 Join Date
    The NetherlandsLocation
    7,414Posts

    My blog

    http://pie-designs.net/blog/

    Any suggestions on what to add and/or improve?

    The cms I used can be found here: http://forum.ragezone.com/f86/releas...ersion-357652/

    And the calender script: (Also made by me)

    PHP Code:
    <?php
    $date 
    date("D d/m/Y");
    $day date("j");
    $month date("m");
    $year date("L");

    echo 
    date("D d/n/Y");
    ?>
    <br/>
    <div class="textend" style="width:160px; right:15px;"></div>
    <?php

    if ($month == '01' || $month == '03' || $month == '05' || $month == '07' || $month == '08' || $month == '10' || $month == '12') {

        
    $i 01;
        
        while (
    $i 32) {
            
            if (
    $i == || $i == 15 || $i == 22 || $i == 29) {
            
                echo 
    "<br/>";
            
            } else {}
            
            if (
    $i == $day) { 
            
                if(
    $i 10) {
            
                    echo 
    "<font color='red'>0$i </font>";
                
                } else { 
            
                    echo 
    "<font color='red'>$i </font>";
                    
                }
                
            } else {
            
                if(
    $i 10) {
            
                    echo 
    "0$i ";
                
                } else { 
                
                    echo 
    "$i ";
            
                }
            }
            
            
    $i ++;
        }

    } else if (
    $month == 04 || $month == 06 || $month == 09 || $month == 11) {

        
    $i 01;
        
        while (
    $i 31) {
            
            if (
    $i == || $i == 15 || $i == 22 || $i == 29) {
            
                echo 
    "<br/>";
            
            } else {}
            
            if (
    $i == $day) { 
            
                if(
    $i 10) {
            
                    echo 
    "<font color='red'>0$i </font>";
                
                } else { 
            
                    echo 
    "<font color='red'>$i </font>";
                    
                }
                
            } else {
            
                if(
    $i 10) {
            
                    echo 
    "0$i ";
                
                } else { 
                
                    echo 
    "$i ";
            
                }
            }
            
            
    $i ++;
        }

    } else if (
    $month == 02 && $year == 1) {    

        
    $i 01;
        
        while (
    $i 30) {
            
            if (
    $i == || $i == 15 || $i == 22 || $i == 29) {
            
                echo 
    "<br/>";
            
            } else {}
            
            if (
    $i == $day) { 
            
                if(
    $i 10) {
            
                    echo 
    "<font color='red'>0$i </font>";
                
                } else { 
            
                    echo 
    "<font color='red'>$i </font>";
                    
                }
                
            } else {
            
                if(
    $i 10) {
            
                    echo 
    "0$i ";
                
                } else { 
                
                    echo 
    "$i ";
            
                }
            }
            
            
    $i ++;
        }
        
    } else if (
    $month == 02) {

        
    $i 01;
        
        while (
    $i 31) {
            
            if (
    $i == || $i == 15 || $i == 22 || $i == 29) {
            
                echo 
    "<br/>";
            
            } else {}
            
            if (
    $i == $day) { 
            
                if(
    $i 10) {
            
                    echo 
    "<font color='red'>0$i </font>";
                
                } else { 
            
                    echo 
    "<font color='red'>$i </font>";
                    
                }
                
            } else {
            
                if(
    $i 10) {
            
                    echo 
    "0$i ";
                
                } else { 
                
                    echo 
    "$i ";
            
                }
            }
            
            
    $i ++;
        }
    }
    ?>


  2. #2
    Gamma Daevius is offline
    MemberRank
    Jun 2007 Join Date
    NetherlandsLocation
    3,252Posts

    Re: My blog

    Looks quite well ;).

    Clean and simple :), maybe a bit too simple. The borders of the text are quite dull, and some links top-left are not properly aligned...logo is a bit weird ^^. Bot for the rest it looks quite ok :)

  3. #3
    Alpha Member Suicide is offline
    MemberRank
    Jun 2005 Join Date
    A CoffinLocation
    2,498Posts

    Re: My blog

    You could add a login system so members of the Ragezone community can post their thoughts on your blog/post. (Comments) (after registering that is of course ^^)

  4. #4
    Account Upgraded | Title Enabled! Daney is offline
    MemberRank
    Jun 2007 Join Date
    1,110Posts

    Re: My blog

    I like it =]

    Well done, don't know what to add that hasn't been said.

    Daney

  5. #5
    Fuck you, I'm a dragon Pieman is offline
    MemberRank
    Apr 2005 Join Date
    The NetherlandsLocation
    7,414Posts

    Re: My blog

    Quote Originally Posted by greg View Post
    You could add a login system so members of the Ragezone community can post their thoughts on your blog/post. (Comments) (after registering that is of course ^^)
    Yeah, working on that at the moment.

  6. #6
    Account Upgraded | Title Enabled! CodeinCody is offline
    MemberRank
    Feb 2008 Join Date
    In a houseLocation
    695Posts

    Re: My blog

    Yeah, Well done.. ;]



Advertisement