Jump to content

Coding

Articles on coding advice and helpful tips to help with coding your website.

33 guides in this category

  1. Circular image with circular text around it

    When I have a circular image, I want the text around it to curve with it. Here's a quick guide to doing that!

    Type: Look & Feel
    • 1,058 views
  2. Mini-Profile - click or hover to reveal information

    This is a base for a mini profile that you can either hover over or click onto, to reveal more information about the author. I built this in response to the problem created by hovers: they do not necessarily work for iOS devices. Adding a click function allows all users to access the information usually found with a hover.

    Type: Look & Feel
    • 3,702 views
  3. Starting a Theme

    These few steps are universal for creating a theme, we're going to go through the initial steps of developing a theme, this is going to include a few key factors. This will include questions you want to ask yourself and good practices.

    Type: Look & Feel
    • 1,485 views
  4. PHP Fundamentals II

    Part of a guide series, the PHP Fundamentals guide dives into the very basics of PHP and how it works, designed for people that have never worked with PHP at all, or only very briefly (or people that just want more solid info on the ostensibly easy stuff). This series is designed to build on itself, because PHP is like algebra, you can't just dive straight into the middle. ... well, you could, but it wouldn't be pretty. Fundamentals II covers globals and superglobals.

    Type: PHP
    • 1,150 views
  5. PHP Fundamentals III

    Part of a guide series, the PHP Fundamentals guide dives into the very basics of PHP and how it works, designed for people that have never worked with PHP at all, or only very briefly (or people that just want more solid info on the ostensibly easy stuff). This series is designed to build on itself, because PHP is like algebra, you can't just dive straight into the middle. ... well, you could, but it wouldn't be pretty. Fundamentals III covers arrays.

    Type: PHP
    • 1,247 views
  6. PHP Fundamentals IV

    Part of a guide series, the PHP Fundamentals guide dives into the very basics of PHP and how it works, designed for people that have never worked with PHP at all, or only very briefly (or people that just want more solid info on the ostensibly easy stuff). This series is designed to build on itself, because PHP is like algebra, you can't just dive straight into the middle. ... well, you could, but it wouldn't be pretty. Fundamentals IV covers functions.

    Type: PHP
    • 1,761 views
  7. How to Center Things

    If you don't know how to center without the center tag, this guide will show you how.

    Type: Look & Feel
    • 1,597 views
  8. HTML/CSS Transitions

    By popular demand, and threat of kangaroos (I jest), a couple quick tutorial-guides on how to achieve neat-o CSS transition animation effects; there are two different effects here. The concept is essentially the same, but how they operate is a little different, so I decided to write out both. Yes, it's entirely CSS and HTML, I promise. We'll be using CSS transitions to create a cool letter spacing effect, where one line spreads out and vanishes, and is replaced by a new line that fades in and pulls together. We'll also make little corners that move in and out on hover, very neat sci-fi-like effect. This will not just give you the codes, it will walk you through creating them, and assumes you have a minimal understanding of basic CSS.

    Type: Look & Feel
    • 2,443 views
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use, Guidelines and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.