ajhodges.com ajhodges.com

AJHODGES.COM

Adam Hodges

Welcome to my portfolio. I created this site to highlight some of the cool projects I've had the opportunity to be a part of during my undergraduate and graduate careers. This page is a project in itself - featuring spiffy parallax scrolling! Keep scrolling down to see the remainder of my portfolio, and feel free to use the timeline at the bottom to jump around. Me, webdeving one of my first websites circa 2002. My first exposure to computer science came through National Computer Camps. Game I designed a...

http://www.ajhodges.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR AJHODGES.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

November

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Monday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.7 out of 5 with 15 reviews
5 star
6
4 star
3
3 star
4
2 star
0
1 star
2

Hey there! Start your review of ajhodges.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

1.8 seconds

CONTACTS AT AJHODGES.COM

N/A

ADAM HODGES

400 OT●●●●●●EK CT.

AT●●TA , GA, 30328

US

1.40●●●●9658
1.55●●●●5555
AS●●●●@GMAIL.COM

View this contact

N/A

ADAM HODGES

400 OT●●●●●●EK CT.

AT●●TA , GA, 30328

US

1.40●●●●9658
1.55●●●●5555
AS●●●●@GMAIL.COM

View this contact

N/A

ADAM HODGES

400 OT●●●●●●EK CT.

AT●●TA , GA, 30328

US

1.40●●●●9658
1.55●●●●5555
AS●●●●@GMAIL.COM

View this contact

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

DOMAIN REGISTRATION INFORMATION

REGISTERED
2011 December 11
UPDATED
2013 November 12
EXPIRATION
EXPIRED REGISTER THIS DOMAIN

BUY YOUR DOMAIN

Network Solutions®

DOMAIN AGE

  • 13

    YEARS

  • 7

    MONTHS

  • 10

    DAYS

NAME SERVERS

1
ns113.websitewelcome.com
2
ns114.websitewelcome.com

REGISTRAR

ENOM, INC.

ENOM, INC.

WHOIS : whois.enom.com

REFERRED : http://www.enom.com

CONTENT

SCORE

6.2

PAGE TITLE
Adam Hodges | ajhodges.com Reviews
<META>
DESCRIPTION
Welcome to my portfolio. I created this site to highlight some of the cool projects I've had the opportunity to be a part of during my undergraduate and graduate careers. This page is a project in itself - featuring spiffy parallax scrolling! Keep scrolling down to see the remainder of my portfolio, and feel free to use the timeline at the bottom to jump around. Me, webdeving one of my first websites circa 2002. My first exposure to computer science came through National Computer Camps. Game I designed a...
<META>
KEYWORDS
1 loading
2 adam jordan hodges
3 ms computer science
4 github
5 linkedin
6 blogger
7 e mail
8 scroll
9 network structure
10 pbj on github
CONTENT
Page content here
KEYWORDS ON
PAGE
loading,adam jordan hodges,ms computer science*,github,linkedin,blogger,e mail,scroll,network structure,pbj on github,guess who
SERVER
nginx/1.8.0
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Adam Hodges | ajhodges.com Reviews

https://ajhodges.com

Welcome to my portfolio. I created this site to highlight some of the cool projects I've had the opportunity to be a part of during my undergraduate and graduate careers. This page is a project in itself - featuring spiffy parallax scrolling! Keep scrolling down to see the remainder of my portfolio, and feel free to use the timeline at the bottom to jump around. Me, webdeving one of my first websites circa 2002. My first exposure to computer science came through National Computer Camps. Game I designed a...

SUBDOMAINS

blog.ajhodges.com blog.ajhodges.com

The Programming Blog of Adam Hodges

The Programming Blog of Adam Hodges. Oftentimes when I am programming, I run in to strange errors or poorly documented libraries that I end up having to wrestle with. I've always felt selfish for never sharing my solutions with the world, so that is the goal of this blog! Tuesday, April 8, 2014. Reverse Engineering an Android Application. The biggest annoyance I have with these software-based approaches is that they no longer achieve seamless handovers between WiFi/cell networks. In fact, any. So where d...

INTERNAL PAGES

ajhodges.com ajhodges.com
1

Guess Who?

http://www.ajhodges.com/guesswho/index.php

UPGRADE TO PREMIUM TO VIEW 0 MORE

TOTAL PAGES IN THIS WEBSITE

1

LINKS TO THIS WEBSITE

blog.ajhodges.com blog.ajhodges.com

The Programming Blog of Adam Hodges: February 2013

http://blog.ajhodges.com/2013_02_01_archive.html

The Programming Blog of Adam Hodges. Oftentimes when I am programming, I run in to strange errors or poorly documented libraries that I end up having to wrestle with. I've always felt selfish for never sharing my solutions with the world, so that is the goal of this blog! Sunday, February 17, 2013. Using an Android device as a USB GPS mouse with GPSd. Steps to use ShareGPS BETA. Download the Android SDK. Click “use an existing IDE” to download SDK Tools. Download the ShareGPS script. If you have issues.

blog.ajhodges.com blog.ajhodges.com

The Programming Blog of Adam Hodges: January 2012

http://blog.ajhodges.com/2012_01_01_archive.html

The Programming Blog of Adam Hodges. Oftentimes when I am programming, I run in to strange errors or poorly documented libraries that I end up having to wrestle with. I've always felt selfish for never sharing my solutions with the world, so that is the goal of this blog! Sunday, January 8, 2012. Using ioctl to gather Wifi information. Libraries necessary for wifi ioctl communication #include linux/wireless.h #include sys/ioctl.h / struct to hold collected information struct signalInfo { char mac...Here ...

blog.ajhodges.com blog.ajhodges.com

The Programming Blog of Adam Hodges: March 2013

http://blog.ajhodges.com/2013_03_01_archive.html

The Programming Blog of Adam Hodges. Oftentimes when I am programming, I run in to strange errors or poorly documented libraries that I end up having to wrestle with. I've always felt selfish for never sharing my solutions with the world, so that is the goal of this blog! Thursday, March 28, 2013. Reading LTE signal strength (RSSI) in older versions of the Android SDK. Also, Java reflection. The way I am gathering cell signal info is as follows: I use TelephonyManager. Function gives you a SignalStrength.

blog.ajhodges.com blog.ajhodges.com

The Programming Blog of Adam Hodges: October 2011

http://blog.ajhodges.com/2011_10_01_archive.html

The Programming Blog of Adam Hodges. Oftentimes when I am programming, I run in to strange errors or poorly documented libraries that I end up having to wrestle with. I've always felt selfish for never sharing my solutions with the world, so that is the goal of this blog! Friday, October 21, 2011. The Tilestache Vector Provider, OGR, and MySQL. This is how I got Tilestache talking to MySQL. Fortunately, Tilestache uses OGR for database interaction which happens to have a MySQL driver. Data": { "provider"...

blog.ajhodges.com blog.ajhodges.com

The Programming Blog of Adam Hodges: January 2013

http://blog.ajhodges.com/2013_01_01_archive.html

The Programming Blog of Adam Hodges. Oftentimes when I am programming, I run in to strange errors or poorly documented libraries that I end up having to wrestle with. I've always felt selfish for never sharing my solutions with the world, so that is the goal of this blog! Wednesday, January 9, 2013. Cross-platform communication using Google's Protocol Buffers Revisited. In my previous blog entry regarding cross-platform communication using Protobuf. Reads a varint delimited protocol buffers message from ...

blog.ajhodges.com blog.ajhodges.com

The Programming Blog of Adam Hodges: Using an Android device as a USB GPS mouse with GPSd

http://blog.ajhodges.com/2013/02/using-android-device-as-usb-gps-mouse.html

The Programming Blog of Adam Hodges. Oftentimes when I am programming, I run in to strange errors or poorly documented libraries that I end up having to wrestle with. I've always felt selfish for never sharing my solutions with the world, so that is the goal of this blog! Sunday, February 17, 2013. Using an Android device as a USB GPS mouse with GPSd. Steps to use ShareGPS BETA. Download the Android SDK. Click “use an existing IDE” to download SDK Tools. Download the ShareGPS script. If you have issues.

blog.ajhodges.com blog.ajhodges.com

The Programming Blog of Adam Hodges: April 2014

http://blog.ajhodges.com/2014_04_01_archive.html

The Programming Blog of Adam Hodges. Oftentimes when I am programming, I run in to strange errors or poorly documented libraries that I end up having to wrestle with. I've always felt selfish for never sharing my solutions with the world, so that is the goal of this blog! Tuesday, April 8, 2014. Reverse Engineering an Android Application. The biggest annoyance I have with these software-based approaches is that they no longer achieve seamless handovers between WiFi/cell networks. In fact, any. So where d...

blog.ajhodges.com blog.ajhodges.com

The Programming Blog of Adam Hodges: Cross-platform communication using Google's Protocol Buffers

http://blog.ajhodges.com/2011/10/cross-platform-communication-using.html

The Programming Blog of Adam Hodges. Oftentimes when I am programming, I run in to strange errors or poorly documented libraries that I end up having to wrestle with. I've always felt selfish for never sharing my solutions with the world, so that is the goal of this blog! Friday, November 18, 2011. Cross-platform communication using Google's Protocol Buffers. In this entry I will be discussing using Google's message format, Protocol Buffers. Then, once you have a properly formed message with all of the f...

blog.ajhodges.com blog.ajhodges.com

The Programming Blog of Adam Hodges: November 2011

http://blog.ajhodges.com/2011_11_01_archive.html

The Programming Blog of Adam Hodges. Oftentimes when I am programming, I run in to strange errors or poorly documented libraries that I end up having to wrestle with. I've always felt selfish for never sharing my solutions with the world, so that is the goal of this blog! Thursday, November 24, 2011. CSS Tips For Beginner Web Designers. First and foremost, Happy Thanksgiving! I've decided to write up a short blog of web design tips and tricks. So here are my tips. Use http:/ w3schools.com/. Search for CS...

UPGRADE TO PREMIUM TO VIEW 8 MORE

TOTAL LINKS TO THIS WEBSITE

17

OTHER SITES

ajhockham.deviantart.com ajhockham.deviantart.com

ajhockham (Alan James Hockham) - DeviantArt

Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) " class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ". Join DeviantArt for FREE. Forgot Password or Username? Traditional Art / Hobbyist. Deviant for 8 Years. This deviant's full pageview. Last Visit: 1 hour ago. This is the place where you can personalize your profile! By moving, adding and personalizing widgets.

ajhodel.com ajhodel.com

how to start a business, entrepreneur, business consulting, business consultant, motivational speaker

Entrepreneurial Edge, LLC. Was founded on the principal of making the American dream a reality in today’s economy. No matter the task at hand, we offer proven staff and solutions for your project from start to finish. Entrepreneurial Edge, LLC. Hosts Pittsburgh, Seminar for Individuals and Professionals. Jan 16th, 2006, award-winning executive, guest speaker and author speaks at seminar and job fair in Pittsburgh, PA. 8226; Forming An Entity. 8226; Asset Protection. 8226; Legal Services.

ajhodes.com ajhodes.com

Arnold J. Hodes & Company CPAs PLLC - Home

Arnold J. Hodes and Company CPAs PLLC. Certified Public Accountants and Business Consultants. 2015 Post-Filing Season Update. Fiscal Year (FY) 2016 Budget Proposals. Tax Increase Prevention Act of 2014/ABLE Act/Omnibus Funding Agreement. Penalty relief available for taxpayers with incorrect Forms 1095-A. The IRS announced in April limited penalty relief for taxpayers who had received incorrect or delayed Forms 1095-A, Health Insurance Marketplace Statement. If eligible, taxpayers may qualify for relie.

ajhodgeassociates.co.uk ajhodgeassociates.co.uk

Bristol Surveyor AJ Hodge Associates: Chartered Building Surveyor - Residential and Commercial

A J Hodge Associates. A J Hodge Associates are Chartered Building Surveyors in the residential and commercial property markets. But there’s a lot that makes us different! We’re special because we guarantee your project, whatever size, will be undertaken by a Director. This unrivalled experience ensures that the job is done right first time, every time. Due to our low overheads, we are committed to maintaining low fee levels not normally offered for the exceptionally high level of service given. Website D...

ajhodges.blogspot.com ajhodges.blogspot.com

Wide World of Andrew

Wide World of Andrew. I feel the need. the NEED for SPEED". Sunday, December 28, 2014. 2014 - Year in Review. While I'm certainly not one for living in the past, I do think it is a good idea to reflect on the past periodically to understand what worked and what didnt so that improvements can be made going forward. So, being the end of the year, now is as good a time as any! Before getting started, as you'll recall, 2014 marked a pretty big change with respect to racing. So, here is where we stand:. From ...

ajhodges.com ajhodges.com

Adam Hodges

Welcome to my portfolio. I created this site to highlight some of the cool projects I've had the opportunity to be a part of during my undergraduate and graduate careers. This page is a project in itself - featuring spiffy parallax scrolling! Keep scrolling down to see the remainder of my portfolio, and feel free to use the timeline at the bottom to jump around. Me, webdeving one of my first websites circa 2002. My first exposure to computer science came through National Computer Camps. Game I designed a...

ajhodgesart.com ajhodgesart.com

AJ Hodges Art

ajhodgkinson.blogspot.com ajhodgkinson.blogspot.com

aj blog

Wednesday, November 17, 2010. Week 6 Term 4. Yesterday I went to the Masterton Distericht Council to propose about the opaki/ lansdowne stream It was Fun Fun Fun. Wednesday, October 13, 2010. Well last term was the lakeview school production of Gold Rush. Here is the hole cast looked like. We did three shows two on Wednesday and one on Thursday. 11:00 and 7:30 on wednesday. And 7:30 on Thursday. Wednesday, September 22, 2010. Wednesday, August 18, 2010. Thursday, July 1, 2010. Wednesday, June 23, 2010.

ajhofacre.tumblr.com ajhofacre.tumblr.com

inside voices please

Personal Favorite Spuffy Fanfic Recs. Raya 29. Fanfic writer. Avid RPer. Movie/music buff. ANYONE WHO COMES TO THIS BLOG AND DISLIKES/TRASHES EITHER SCOTT MCCALL OR TYLER POSEY CAN GET THE FUCK OUT. THERE IS NO PLACE FOR YOU HERE AND YOU ARE UNWANTED. Buffy, Supernatural, Teen Wolf, Psych, Doctor Who, Torchwood, the Big Bang Theory, How I Met Your Mother, The Crazy Ones, Sleepy Hollow, Agents of S.H.I.E.L.D. Current literary love is the Dresden Files series by Jim Butcher. Posted 2 months ago. Posted 2 m...

ajhoffert.de ajhoffert.de

Aleksandra Jablonska-Hoffert - Fachübersetzerin für die polnische Sprache

Ich begrüße Sie auf meiner Seite. Witam Państwa serdecznie na mojej stronie. Raquo;Der Geist einer Sprache offenbart sich am deutlichsten in ihren unübersetzbaren Worten.« - Marie von Ebner-Eschenbach. Der Inhalt meiner Seite wird momentan überarbeitet. Ich bitte Sie daher mich bei Interesse direkt zu kontaktieren.

ajhoffman.com ajhoffman.com

This Web site coming soon

If you are the owner of this web site you have not uploaded (or incorrectly uploaded) your web site. For information on uploading your web site using FTP client software or web design software, click here for FTP Upload Information.