The Ramblings of a girl in West virginia

There is no such thing as a mundane task.

About me


Really, I'm not that interesting. I am just trying to make the most of this life in my little bubble of perfection. I wake up, feed my kid, take him to school, go to work, pick him up from school, come home, fix dinner, squeeze in a glorious activity of some sort, start bath time, story time. And before we know it, it's 8pm night time. Simple as that. I told you, perfect.

It's only after this time though, when things come to life for me. My mind wanders. I dream up ideas: some fairly rational, but mostly thoughts of immortality, whether i'm facing north or south at that very moment, why there is war and who is the best dressed hipster. All very important, you can see.

In all seriousness, I just want to inspire and bring joy to as many people as possible. Thanks for looking me up! Cheers, babes!

Latest Works


Mobile Web Applications

Majority of my time is spent developing java applications boasting simple, yet stylish mobile user interfaces. i.live.for. front end development. I could spend hours redesigning a button or reconfiguring a simple login page.

Custom Animated Presentations

Frequently I am asked to create detailed, animated presentations for company's following previously established branding standards. Presentations contain proprietary information and can not be showcased.

Web Design and Development

At this point, any new web development work I take on is usually something for a friend or an activity I'm genuinely interested in. I'm trying to find a good work/life balance and too much side work cuts into that.

Portfolio

not too much to see here

Please contact me for more information or a more complete portfolio. Most of my development work has to remain out of the public realm as it frequently contains proprietary information. I also might add that I am no longer accepting new clients. Sorry for any inconvenience.

Education

I been everywhere, man. And I'm still goin.

Grad School

Master of Science - Software Engineering
West Virginia University
Class of 2014

Undergrad

Bachelor of Science - Computer Information Systems & Business Administration
Missouri State University
Class of 2008

High School

College Prep - General Studies
Wentzville Timberland High School
Class of 2003


Education: the path from cocky ignorance to miserable uncertainty. - Mark Twain


Code Snippets

random code i write that might help you

ui:repeat - using varStatus to display the row value (added plus one for this example because it starts at zero)

<ui:repeat value="#{bean.verifier}" var="verify" varStatus="status" >
<h:panelGrid columns="1">
<h:outputLabel id="question" value="#{status.index + 1}. #{verifier.question}" />
</h:panelGrid>
</ui:repeat>

Output:
1. Question
2. Question
...etc


JSF/JSP EL HELP: Want to add a specific style to your value based on the result? Use an if/then statement similar to the one below to make this change directly in your view:

<h:outputText value="#{bean.value}"
style="#{bean.value eq 'HEALTHY' ? 'color:green'
: bean.value eq 'WARNING' ? 'color:orange'
: (bean.value eq 'ERROR' ? 'color:red'
: 'color:blue')}" />

(In English: If value returned = HEALTHY, change color to green; If value = WARNING, change color to orange; if value = ERROR, change color to RED; otherwise, change to blue.)


Contact

Message me with any questions or for a more complete portfolio.

Please fill in the following form to contact me






Are you human? *