Have a look of some of my work,
Browse through by portfolio to view it.


View Latest news here.

Drupal Custom Login

Hey

I’m going to briefly go over some code that will allow you to place a login field any where on your drupal website.

First we have to write the condition that tells drupal to check and see if the user is logged in.

<?php global $user; ?>
<?php if ($user->uid) : ?>
(place code here to let the user know that they are logged in)
<?php else : ?>

Now you’ll notice there is an open “else” that we have to fill. Well after else you can put:

<form action=”/user” method=”post” id=”user-login-form2″>
<span style=”font-size:11px; line-height:10px; height: 10px; margin-top: 0pt; margin-right: 0pt; margin-bottom: 0pt; margin-left: 0pt; padding-top: 0pt; padding-right: 0pt; padding-bottom: 0pt; padding-left: 0pt; text-align:left;”> Username: </span>
<input style=”font-size : 11px;” type=”text” maxlength=”60″ name=”name” id=”edit-name” size=”15″ value=”" tabindex=”1″ class=”form-text required” />
<br>
<span style=”font-size:11px; line-height:10px; height: 10px; margin-top: 0pt; margin-right: 0pt; margin-bottom: 0pt; margin-left: 0pt; padding-top: 0pt; padding-right: 0pt; padding-bottom: 0pt; padding-left: 0pt;”> Password: </span>
<input style=”font-size : 11px;” type=”password” name=”pass” id=”edit-pass” size=”15″ tabindex=”2″ class=”form-text required” />
<br>
<input type=”submit” name=”op” id=”edit-submit” value=”Log in” tabindex=”3″ class=”form-submit” />
<br>
<a href=”/drupal/?q=user/register” title=”Create account”>Create account </a>|
<a href=”/drupal/?q=user/password” title=”Retrieve lost password”> Forgot Pass?</a>
<input type=”hidden” name=”form_id” id=”edit-user-login” value=”user_login” />

</form>
<?php endif; ?>

Now you can remove or modify the inline styles that I have in there. I had them there when I was playing around with the font size and spacing on thr4shmetal.com. There’s not much else to know. I tested this on drupal 5.x and 6.x Enjoy.

 

Good Post? Share it:
  • Digg
  • Live
  • E-mail this story to a friend!
  • Facebook
  • Google
  • Mixx
 

DBZ Abridged Ep10

The latest from team four star. Got a few laughs out of me. Enjoy.

 

Good Post? Share it:
  • Digg
  • Live
  • E-mail this story to a friend!
  • Facebook
  • Google
  • Mixx

DOOM I, Heretic and Hexen are included in this awesome Triple Pack.

Using flash someone developed an engine that will allow you to play these games right in your browser. Interesting stuff! Good time killers when your at lunch. :D

Play Game.

 

Good Post? Share it:
  • Digg
  • Live
  • E-mail this story to a friend!
  • Facebook
  • Google
  • Mixx

Ahh, Here is a website that I enjoy on a regular basis. http://failblog.org/ is a blog full of images and videos on things that “fail”. For example:


Some of my favorite fail blog videos:





Even now I find myself laughing. Enjoy!

 

Good Post? Share it:
  • Digg
  • Live
  • E-mail this story to a friend!
  • Facebook
  • Google
  • Mixx

Pro at Cooking is an interesting way to show people how to make some great food. The Star of this online cooking series is Dave. Dave is two things. One, he is “Pro” at cooking. Two, he is a total dick to his assistants. The way he treats his assistants is what makes these videos entertaining. Check out the first episode below to see what I mean. Feel free to skip corny song intro.

Episode 1:

To date dave has made 7 episodes. They can be seen on his website: Proatcooking.com

 

Good Post? Share it:
  • Digg
  • Live
  • E-mail this story to a friend!
  • Facebook
  • Google
  • Mixx

Dragon Ball Z Abridged is a dragon ball z parody made by Team Four Star. They stick to the main story line, but change everything else to make it funny as hell. Voice acting and lip syncing is professionally done. The episodes are fast paced without missing key points of the story line.

Episode 1

Episode 2

Episode 3

Episode 4

Episode 5

Episode 6

Episode 7

Episode 8

Episode 9

As of now there are only 9 episodes. But they are developing a 10th Two part episode coming this may.

 

Good Post? Share it:
  • Digg
  • Live
  • E-mail this story to a friend!
  • Facebook
  • Google
  • Mixx