Jump to content

Goggwell

Senior Member
  • Posts

    2,274
  • Joined

  • Last visited

Everything posted by Goggwell

  1. For anyone who wants to be part of the Unofficial GFX Team, you may enter your name here, but you must create something with Photoshop first. Here are the creations that you are allowed to do: - Signature - Photo-manipulation - Avatar - Rendering - Text Effects (2D and 3D) - Drawing or Painting MUST BE ONE OF THESE, OTHERWISE YOU WON'T BE PART OF THE UNOFFICIAL GFX TEAM. If you wish to be part of the Official GFX Team, please enter the contest. If the contest is over then you can enter here and I will promote you based on a contest I shall hold monthly. IF you win the monthly contest, you will be promoted accordingly.
  2. Here's the list of all of the official GFX Members! Goggwell Raggnar Lion-O AzTech LookOut LellyBoi OgreSnot - InfinityLabs (his site) AV8 - MIA Existing - MIA If you want to be part of us, post a thread of your portfolio showing off your latest and greatest works I shall split the GFX Team into two sub-divisions: Flat and Dynamic Those who wish to join Flat must create FLAT designs (such as vectors, or web design, or simply a clean design) and use that in their portfolio. Those who wish to join Dynamic must create visual art and graphics (such as signatures, avatars, and all-round graphics) and use that in their portfolio. You can be a member of both, but it would be better to specify which kind of design you lean towards, as it would make it easier for the people of this site to distinguish between the two. THREAD UPDATED 22/12/2014 21:52 THREAD UPDATED 24/05/2015 23:17
  3. @@iProxicide You're here!
  4. So this is the pack that has a template for a Tweak. If you want the template, scroll to the bottom Remember to always start off with %hook and then add the class name after it. For example: %hook Classname Now, you may know of functions Example: -(int)gold The easiest way to find functions is by using Flex. Much easier than having to dump all of the headers. So, in a Tweak, you would write: %hook Classname -(int)gold Now, here's what to write for the function: -(int)gold { return XXXXX; } All of the XXXs means that you have to replace the X's with a number. Any number, like 999999. And to end the function, just write this at the bottom of the function: %end So all in all, you would have this: %hook Classname -(int)gold { return XXXXX; } %end Now make sure that you end the function only when the functions that come from the same class are finished. Here is an example. Say you found -(int)gold and -(BOOL)hasGold in the same class If you want to use them both, make sure you use them underneath the same class, don't end them in separate classes. Otherwise it won't work. So, you would have to do this: %hook Classname -(int)gold { return XXXXX; } -(BOOL)hasGold { return TRUE; } %end Let's skim through the functions very quickly: -(int) Means that the function is a number -(double) Means that the function is a number -(long) or -(long long) Means that the function is a number -(float) Means that the function is a number, BUT it is a decimal number. A FLOAT typically goes like this: -(float)gold { return XXXXX.Xf; } After writing down the number, you place a decimal point and write down one number. Like 0. Then add the letter f to the front. -(BOOL) Means that the function is either TRUE or FALSE Here are the tricky ones: -(id) Now these ones are tricky. You'd better check a Mobile Substrate Tutorial -(void) Read the one about -(id) Very nice! Now here is the template: %hook Classname -(FunctionHeader)Functionname { return XXXXX; } %end (If you have more than one function, just copy and paste the above) That's it for today!
  5. @ I will decide, as I am the only remaining GFX member here, and I am the moderator of the GFX Forum as well I hope more people make entries soon, as I do not want to extend the due date.
  6. Hey @DiDA guess who nominated u for the #ALSIceBucketChallenge

  7. I shall set an official end date, cause nobody's getting anywhere SO far, Genesis is in the lead, but that could change if you guys post... CONTEST ENDING ON 1st SEPTEMBER (This has been going on for so long now)
  8. Goggwell

    Count to 4,000

    856
  9. Thanks for these tutorials! After I finish my original website courses, I'll tackle Obj-C
  10. Designing A Website By: Goggwell T H I S I S M Y T U T O R I A L I bet you're all here to find out how to design a website. Lucky guess Well, that's simple, if you know how to code (which I am assuming you don't). For starters, you have to learn the basics of HTML/CSS, with jQuery as an added bonus. (WHICH by the way you can learn for free on Codecademy) But, there are ways to design websites without coding. Luckily for you, I have found several options! 1. You can make a design on Photoshop and have someone else figure out all of the interface options By this I mean you can design your own interface on Photoshop. This could be easy or hard, depending on your knowledge of Graphic Designing. 2. Use Adobe Muse Adobe has created a program called Adobe Muse CC where you can create a new website without any coding whatsoever. If you're willing to spend a little cash, you'll be designing interfaces in no time! Here's a link to the official Adobe Muse Tutorial Site -=- https://helpx.adobe.com/muse/how-to/create-website.html -=- 3. Find website makers using Google There are tons of places to make websites for free using a website maker ONLINE. It's fast, easy-to-use, and best of all, CODING-FREE! Some are for free, but more advanced ones cost a few dollars. Some are drag-and-drop, and some are computed to your liking (or disliking, if you like drag-and-drop). But if you wish to code a website, here are a few pointers: - To get started, you need to learn how to code, obviously... So here are a few sites to learn how to code (for free, or not ) CODECADEMY (Free and intuitive) (here's my description of this website) Codecademy offers a wide range and selection of coding languages that can be learned step-by-step from courses created and perfected by coding intellects and gurus. It's sleek, intuitive design, followed by an easy-to-follow tutorial is best tailored and suited and directed for beginners. This website is also COMPLETELY FREE, meaning that you do not have to spend a dime on these amazing courses. Also, if you are stuck on a course, you can always ask for help or look for solutions in the Codecademy Forums. In conclusion, this site is A MUST if you want to learn the basics of coding. Here are a few other sites that I have yet to take part in, but could be interesting: - KHANACADEMY - (How I found out: From another forum) - CODEYEAR - (How I found out: My ICT Class) If you are already good with coding, then I recommend you start off here: THE CODING SECTION So far, I only know of 2 sites/programs that you use to create websites with code. Unless I am mistaken and you could create websites from scratch using NOTEPAD ++ Bootstrap: Bootstrap is an epic site maker that creates incredible designs that we all enjoy. From simple yet elegant pages to complex and interesting sites, Bootstrap is one tool to get. Here is a link to their official site: http://getbootstrap.com Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web. It's free and fun to use, and there are also pre-made templates that you can use as well (free and premium templates available, just search ) With Bootstrap, you can make websites that look like this: (Sorry if the pictures are a little blurry. I took snapshots using the Snipping Tool) You can find pre-made templates in the Downloads below (just scroll down to the bottom of this thread to find downloads) If you find yourself stuck, here's a Get Started topic from the site itself: http://getbootstrap.com/getting-started/ There's also Wordpress, but I have no idea how to use it The Actual Code I have a code for a basic Bootstrap document built upon HTML/CSS (you need Bootstrap to load this code) Just write this code somewhere (like Notepad ++) and just rewrite the file to 'index.html' or something like that (without the quotation marks) to get it working. Here's the code: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Bootstrap 101 Template</title> <!-- Bootstrap --> <link href="css/bootstrap.min.css" rel="stylesheet"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <h1>Hello, world!</h1> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="js/bootstrap.min.js"></script> </body> </html> Of course, this is just the basic code. There's much more coding involved to make a fully functioning website. Make sure you have HTML/CSS and jQuery coding files ready/installed into your computer. The code will work that way So after having said all that, this stuff is what you need to get ready! Downloads: Free Bootstrap Templates: http://startbootstrap.com http://www.templatemag.com/free-bootstrap-templates/ Adobe Muse: https://creative.adobe.com/products/download/muse Hope you found this tutorial helpful! There will be much more information in the future. Because right now I am studying web design (THAT'S RIGHT) Good luck to everyone!
  11. Goggwell

    Count to 4,000

    Haven't posted on this for so long 788
  12. Starting website design. Hope I could be of use later on in the future :)

    1. Rook

      Rook

      You'll definitely be of use here if you become good at it. :)

    2. MikkA

      MikkA

      @DiDA will hire you for $4000/month xD

    3. Rook
  13. If we want to stay an ALL IOS Site, I guess we'll have to stick with Obj-C Nice job there
  14. So this contest has been going on for quite some time now. Not even sure if it's still going on cause Raggnar's gone AWOL. Should people still post here? I'm not gonna post cause I'm already a master! Just kidding
  15. Hey guys, so this is my tutorial! You can read it below By the way, if any of you want this template, just PM me and I'll give you the link. I can't post it publicly because someone might leech it Just open this link and press the picture to zoom in http://i42.photobucket.com/albums/e343/zulkarnaensamuel1/GIFTUT_zps69c3f92f.jpg~original
  16. Graphics Designer and Hacker? What a combination

  17. Update! Made a new one (and set as my signature) :
  18. @@DiDA I'm gonna make two. They will both have golden glows, but I want you to select one So I can know your preference Here's the first one: Here's the second one: Here is another one, but it looks a little different. I used the same style, but I got it to go over the letters completely. Let me know which one you like or not like If the glows are going to fast, I can slow them down for you. Or speed them up. Or increase the size of the glow. Just tell me
  19. @@DiDA OH you wanted a gold glow. I'll make a new one
  20. Yea there was an error compiling the GIF. I fixed it @@DiDA
  21. Done Whaddaya think?
  22. Just send me the PSD and I'll get right to it
  23. I can make it for you Why sure
  24. Quick bump! Added another new wallpaper:
  25. Yep, I make GIFS now. Not that I didn't make them before, it's just that my old GIFS were incredibly bad. I puked on them But now, I have gone back to the past and improved So, here is one of my latest GIFS: Comments, requests and feedback below!
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines