Example #1
0
<?php

/* 
 * The Loader for the index (root page)
 */
// include php files here
require_once "includes/config.php";
// end of php file inclusion
$templateLogic = new templateLogic();
$templateLogic->setTitle('Biography');
$templateLogic->startBody();
?>
<p>Joshua Graham is a recent graduate from Charles Sturt University, Wagga, majoring in software development, but also touched on networking, server administration and web subjects during this time as well. All of his technical subjects resulted in at least distinction grades with few high distinctions and a Dean&#8217;s List Award for academic achievement.</p>
<p>Outside the academic arena, he has worked in jobs ranging from troubleshooting computer issues to installing them and now works in web development.</p>
<p>His passion for Software started at Wagga Christian College, where he learned to excel quite well in a software subject for the HSC and solved a real world problem with setting static IP addresses for the new WiFi network at High School, age 17.  Also likes reading news, blogs and has an interest in Vocaloid music.</p>
<p><i>Fun Fact: The banner image above, is a passing truck and was taken when learning photography at high school.</i></p>

<?php 
$templateLogic->endBody();
//html
echo $templateLogic->render();
Example #2
0
<?php

/* 
 * The Loader for the index (root page)
 */
// include php files here
require_once "../includes/config.php";
// end of php file inclusion
$templateLogic = new templateLogic();
$templateLogic->setTitle('Contact');
$templateLogic->startBody();
?>
<p><?php 
echo CONFIG_ROOT_URL;
?>
</p>


<?php 
$templateLogic->endBody();
//html
echo $templateLogic->render();
Example #3
0
<?php

/* 
 * The Loader for the index (root page)
 */
// include php files here
require_once "includes/config.php";
// end of php file inclusion
$templateLogic = new templateLogic();
$templateLogic->setTitle('Contact');
$templateLogic->addCustomHeadersStart();
?>
<style type="text/css">
    td {
        padding: 0.5em;
    }
    label {
        padding-right: 1em;
    }
    table {
        border-width: 0;
        border-spacing: 0;
    }
    .center {
        text-align: center;
    }
</style>
<?php 
$templateLogic->addCustomHeadersEnd();
$templateLogic->startBody();
?>
Example #4
0
<?php

// include php files here
require_once "../../includes/config.php";
// end of php file inclusion
$templateLogic = new templateLogic();
$templateLogic->setTitle('Java Assignments');
$templateLogic->setSubMenuType("java-assignments", "java-assignments");
$templateLogic->startBody();
?>
<p>Java is the core language used during my Bachelor of Information Technology degree. 
    To display my technical competencies of I have done, I have put these here for everyone to see.</p>
<p>They have alse been rebuilt for the web and so should run in your web browser. Check them out!</p>

<h3>Java 1 Subject - ITC-206</h3>
<p>The first exposure to the Java programming language. Completed during Session 1 2013.</p>
<p><a class="btn btn-primary" href="<?php 
echo CONFIG_ROOT_URL . "portfolio/java-assignments/java1/";
?>
">Read More</a></p>

<h3>Java 2 Subject - ITC-313 (Under Development)</h3>
<p>The second round at Java.  Completed during Session 2 2013.</p>
<p><a class="btn btn-primary" href="<?php 
echo CONFIG_ROOT_URL . "portfolio/java-assignments/java2/";
?>
">Read More</a></p>

<h3>Web Information Systems Subject - ITC-357 (Under Development)</h3>
<p>A mix of HTML, Java and MySQL, it teaches how dynamic websites work. In this I built a mini facebook. Completed during Session 2 2013.</p>
<p><a class="btn btn-primary" href="<?php 
<?php

/* 
 * The Loader for the index (root page)
 */
// include php files here
require_once "../includes/config.php";
// end of php file inclusion
$templateLogic = new templateLogic();
$templateLogic->setTitle('For Sale: 2012 Honda CB125e');
$templateLogic->addCSS("blueimp/css/blueimp-gallery.min.css", true);
$templateLogic->addCSS("prettyphoto/css/prettyPhoto.css", true);
$templateLogic->addJavascriptBottom("prettyphoto/js/jquery.prettyPhoto.js", true);
$templateLogic->addCustomHeadersStart();
?>
<style>
    @media only screen and (min-width: 768px) { /*desktop styles*/
        .half {
            width:50%;
            float:left;
        }
        .half-2 {
            padding-left: 1em;
            overflow: hidden;
        }
        .half-box {
            padding-bottom: 2em;
        }
        .desc {
            width: 50%;
            float: left;
<?php

/* 
 * The Loader for the index (root page)
 */
// include php files here
require_once "includes/config.php";
// end of php file inclusion
$templateLogic = new templateLogic();
$templateLogic->setTitle('Testing Area');
$templateLogic->addCustomHeadersStart();
?>
<style type="text/css">
    iframe {
        width: 100%;
        height: 20em;
    }
</style>
<?php 
$templateLogic->addCustomHeadersEnd();
$templateLogic->startBody();
?>
<p>I working some pretty cool things like my own PHP responsive site, hand coded.</p>
<p>Other things might appear there too. The site is should load below. To open in a new window, <a href="//test.joshuagraham.id.au" target="_blank" title="Test Site">Click Here</a>.</p>
<p><iframe src="//test.joshuagraham.id.au/"></p>
<p>Your browser does not support iframes.</p>
<p></iframe></p>

<?php 
$templateLogic->endBody();
//html
Example #7
0
<?php

// include php files here
require_once "includes/config.php";
// end of php file inclusion
$templateLogic = new templateLogic();
$templateLogic->setTitle('Portfolio');
$templateLogic->startBody();
?>
<h3>Java University Assignments (2013 - 2014)</h3>
<p>I have re-built my university Java Assignments for the web so I can maintain 
    and showcase university my skills.</p>
<p><a class="btn btn-primary" href="<?php 
echo CONFIG_ROOT_URL . "portfolio/java-assignments/";
?>
">Read More</a></p>
<p>This page is under development &#8211; sorry about this, only old links below.</p>

<h3>Visual Basic Side Project High School - (2011)</h3>
<p>A Network Manager &#8211; Sonar connector<br />
This was first attempt at solving a real world issue, it&#8217;s not that good 
but it got the job half done. Was made when I was in High school with my little time, using some skills from 
my HSC software development subject.</p>
<p><a class="btn btn-primary" title="A really old project" href="https://sonarconnector.codeplex.com" 
      target="_blank">Read More</a></p>
</p>

<h3>Don't forget to check out my blog</h3>
<p><a class="btn btn-primary" title="Josh's Blog" href="http://joshuagraham.id.au/blog-and-some-thoughts/">Read More</a></p>

<?php 
Example #8
0
<?php

/* 
 * The Loader for the index (root page)
 */
// include php files here
require_once "includes/config.php";
// end of php file inclusion
$templateLogic = new templateLogic();
$templateLogic->setTitle('About Josh');
$templateLogic->startBody();
?>
<p>Hi, I’m Joshua Graham.</p>
<p>I’ve recently graduated with a Bachelor of Information Technology, major, Software Development at Charles Sturt University (CSU), Wagga Wagga.</p>
<p>I currently enjoy working at Adelphi Digital as a Software Developer. Previously I worked at CSU in Web Development.</p>
<p>Come check out my website, see whats around.</p>
<p>You can connect with me on the <a title="contact page" href="https://joshuagraham.id.au/contact.php">contact page</a>.</p>
<p>Thank you for visiting!<br />
Joshua.</p>

<?php 
$templateLogic->endBody();
//html
echo $templateLogic->render();
Example #9
0
<?php

$templateLogic = new templateLogic();
$templateLogic->setTitle('404 - Page Not Found');
$templateLogic->setHeading('Sorry...');
$templateLogic->startBody();
?>
<h3><?php 
echo $errorMessage;
?>
</h3>
<h4><?php 
echo $errorMessageSpecific;
?>
</h4>
<?php 
$templateLogic->endBody();
//html
echo $templateLogic->render("error");
Example #10
0
<?php

/* 
 * The Loader for the index (root page)
 */
// include php files here
require_once "includes/config.php";
// end of php file inclusion
$templateLogic = new templateLogic();
$templateLogic->setTitle('Thank you');
$templateLogic->startBody();
?>
<p><strong>Thank you</strong></p>

<p>Your message has been sent. Thank you for your message.</p>

<?php 
$templateLogic->endBody();
//html
echo $templateLogic->render();
Example #11
0
<?php

/* 
 * The Loader for the resume page
 */
// include php files here
require_once "includes/config.php";
// end of php file inclusion
$templateLogic = new templateLogic();
$templateLogic->setTitle('Resume');
$templateLogic->startBody();
?>
<p>	Joshua Graham<br />
    04 38 211 522</p>
<h2>Summary</h2>

<ul>
<li>Knowledge of Software Development including Java, PHP, Python etc to build Solutions</li>
<li>Completed Cisco’s CCNA subjects at University with high marks</li>
<li>Installation and setup of computers and devices including phones</li>
<li>Team Player & Learns quickly</li>
<li>Nearly Distinction level Grade Average in Bachelor’s degree</li>
</ul>

<h2>Employment History</h2>

<p><strong>Technical Developer &nbsp; April-2016 - Current</strong><br />
    Adelphi Digital Consulting Group, Canberra</p>
<p>The Technical Developer performs a variety of roles including developing the backend systems in the many websites created and maintained by Adelphi.</p>
<ul>
    <li>Implements solutions in C#, Java, PHP and also touches on HTML/JS</li>
Example #12
0
<?php

/* 
 * The Loader for the index (root page)
 */
// include php files here
require_once "../../../includes/config.php";
// end of php file inclusion
$templateLogic = new templateLogic();
$templateLogic->setTitle('Java 2 Assignments');
$templateLogic->setSubMenuType("java-assignments", "java-assignments");
$templateLogic->addCustomHeadersStart();
?>
<style type = "text/css">
    .panel-body li:not(:last-child) {
        margin-bottom: 0.5em;
    }
    
</style>
<?php 
$templateLogic->addCustomHeadersEnd();
$templateLogic->startBody();
?>
    <h3>Assignment 1 - Task 1 - Plot some POIs on a graph/map and be able to save it to an image</h3>
    <div class="panel panel-default">
        <div class="panel-heading">
            <a class="collapsed" role="button" data-toggle="collapse" href="#collapse1" aria-expanded="false" aria-controls="collapseExample">
                Assignment Instructions
            </a>
        </div>
        <div id="collapse1" class="panel-collapse collapse" aria-expanded="false">