Advertise Here

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Ahrims_mage

Pages: [1]
1
General Chat / bye :'(
« on: July 27, 2007, 10:31:04 pm »
I will be leaving smfforfree  :'( :'( i have found a good service (vbulletin).Just have to say I  :smitten: smfforfree very good service

but  :'( i will be using vbulletin

Bye  :'(

~Ahrims_mage

 :'( :'( :'( :'(

2
Java / Java Tips
« on: July 19, 2007, 01:31:14 pm »
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Java~Tips~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

getting started
Go download the latest version of JDK,jcreator, and javadocs and you're ready to start java!! (most of these can be found on the official java website located here )
Chapter 1 - Comments
Have you ever wanted to add coments to your code? well then do this.if you wanted to add a comment use this infront of the comment  /*  and this after the comment  */  so it would look like this:
EXAMPLE:
Code: [Select]
public void example() {             /*this is an example*/
}

this // lets you add a comment to 1 line 1 LINE ONLY you cannot do this:
EXAMPLE
Code: [Select]
//public void example() {
}
if you did that it would only take out this part public void example() { you can also use it to add comments to your code like this:
EXAMPLE
Code: [Select]
public void example() { //this is an example
}

Chapter 2 - definitions
  • || = Or
  • && = and
  • ! = not
  • boolean = Indicates that a value is an 8-bit whole number  :D .
  • void = Indicates that a method does not return a value.  :) .
credits Myself 95%,some tiny help by my friend 5%.

3
General Support / How do i put my forum in moved status??
« on: July 19, 2007, 11:07:51 am »
Forum Url: http://ahrimscape.smfforfree3.com
Title says it all  ;)


~How do i put my forum in moved status  ???

4
General Support / Hacker gives up
« on: July 11, 2007, 08:12:31 am »
Forum Url: http://Ahrimscape.smfforfree.com

Theres proof well here it is (i am not trying to spam your forums! i love your forums! i am making a announcement to those who are worried about the hacker)

http://tinypic.com/view.php?pic=62z7hox


here

5
General Support / News???
« on: July 09, 2007, 01:18:40 pm »
I've seen many smf forums with the News thing like this 1
here
How can i get mine like that my forums are here
www.ahrimscape.smfforfree3.com
plz help
Thnx  :D

Pages: [1]