iPhone Web App

Remember that time you went over to the Hulsey Wellness Center here at Southern and it was closed? A

Fill out my Form!

Hey guys. Brenden here. Remember that form I was talking about a few weeks back? Just wanted to say

Hey Guys.

I’m adding a form to that landing page I posted so proudly the other week.  Adding a form is

 

iPhone Web App

December 13, 2011 in Web & Programming

Remember that time you went over to the Hulsey Wellness Center here at Southern and it was closed?

Annoying wasn’t it?

If only there was an iPhone/iPod Touch app that could remind you the times it was open.  Ooh. And it’d be cool if it told you what events were going to happen.  And if it had a pedometer! And a rep counter!

Man. That would be awesome, wouldn’t it? Too bad there’s no such thing……..

 

….until now.

 

Introducing the Hulsey Wellness Center App. ‘Cause it’s annoying accidentally going there when it’s closed.

Fill out my Form!

October 12, 2011 in Web & Programming

Hey guys. Brenden here.

Remember that form I was talking about a few weeks back?

Just wanted to say that it has been completed.  So.   Give it a try.

The experience as a whole was pretty fun, even though I might have smashed several monitors.  Still.  There’s something about experimenting with jQuery that makes things interesting.  Half of the time that I spent trying to figure out a problem was spent just playing around with a bunch of effects.

I’m a glutton for eye candy.  What can I say.

 

The Problems

There were some problems.  Nothing too bad.  Most of them caused by me trying to find the quick way out and using outdated tutorials.  One thing that just would not work is that I tried to make it so the user couldn’t click next if he/she tried to move on to the next step of the form.  This proved to be close to impossible, though I don’t necessarily know why.  It just was.   I had the error message pop up in the end though when the user tried to submit.

Another problem I faced was trying to remove pals from the friend page.  .empty(); nor .remove(); not even .hide(); worked.  So, seeing as a remove button wasn’t necessarily part of the requirements, I got rid of it, to my dismay.

 

Conclusion

In conclusion, I learned a lot.  Mostly the fact that I still have a lot to learn.

Hey Guys.

October 2, 2011 in Web & Programming

I’m adding a form to that landing page I posted so proudly the other week.  Adding a form is relatively easy, and, dare I say, fun! :D

Oh? What? You want to learn how to do it? Way to show enthusiasm. For a simple form all you have to do is add the form tag and some other important selectors.  But, reader, I know that you’re like me and you learn better visually.  I get you. So here’s an example:

By typing this code,

“<form>

Enter Mumbo Jumbo Here: <input type=”text” name=”mumbojumbo” size=”10″ maxlength=”15″>

</form>”

You get this impressive looking thing:

Enter Mumbo Jumbo Here:

Cool. Right?

Anyway.  I tried to do something pretty wicked and cool by making the form a pop-up window that would fade in and out neatly.  For the most part I succeeded, but it still looks, for the most part, pretty bland along with other derogatory terms, therefore I feel embarrassed to show you, readers, the result of my toiling away today.  Plus, the coding is not all the way finished yet.  There’s still some php nonsense that I have to throw in there.  But the task of implementing a form into my landing page has been accomplished, prettying it up and making it actually do something will come at a later date.

Look forward to it.

Look at my Landing Page World!…

September 21, 2011 in Web & Programming

…if I can get it up properly. Wait. Oh jeezy petes. Hold on. Don’t look yet…

Aha!

Click here!

It’s really just a single page promotional thing.

And a totally false one at that. There is no such thing as a Lava Frap.

I apologize for the letdown.

But, hey, cool design, am I right?

 

The Problems

If you don’t remember, I was brushing up on my sparse knowledge of this html world a few weeks ago.  Behold the fruit of my labor and marvel at its mediocrity.

One problem that I ran into right from the beginning was that my initial images were designed in a comically large size that shouldn’t be seen by human eyes.  With help from my wise mentor, I saw my error and fixed it.

Another thing, that I still have no idea why it was happening, was my top link “buttons.”  For some reason, they were invisible.  Any other object in life, invisibility would automatically be cool.  This, however, was not.  It was a source of very palpable frustration.  For some reason, only one “button” was working, so I basically just copied the code from that one and pasted into the others.  Even though there was no real change in the coding (except of course for the names, position, and all that), it seemed to fix the problem.  I manually typed in each and every one of them, so I doubt I’d make the same mistake 3 times, but apparently I somehow did.  Being a surprisingly optimistic person, I chose to just be happy, patted myself on the back, and then coughed profusely since I’ve fallen pretty ill recently.

 

Conclusion

The rest of the coding was fairly simple, except when I realized that my fonts wouldn’t show up on any other computer other than mine, so I just made them images.  I’m fairly aware that Google has its own online font library, but they didn’t have the font I was looking for, and I was pressed for time to go looking for a similar looking one.  So, I just made them images.  Next time I’ll try using a more widely used font and try using the Google Web Fonts, because I’m very open to the idea of letting Google take over the world.  In fact, I’m too comfortable with the idea.

HTML 5 & CSS…

September 7, 2011 in Web & Programming

…are both things I need to learn, like, yesterday.

Right now I’m reading about HTML 5, which just seems like a more semantically correct version of HTML, which I’m all for.  In the meantime, though, I need to learn what these different words mean in the HTML 5 context.  I mean, if I had it my way, coding a website would be laughably easy.

In HTML Brenden, the user could use whatever dialect they are used to for their elements.  Also, if you forgot a colon or something, it’d give you a break, it knows you have it tough already, and link you to a funny cat video or something.

Sadly. My version of HTML isn’t ready for the public, yet. So I’m learning HTML 5.

In HTML 5, there’s new elements like section, which is pretty much, well, a section in an article (or a generic section of a document or application according to http://www.impressivewebs.com/html5-section/).  Speaking of article.  An article is, according to the HTML Pocket Guide, any independent item of content that is pretty much meant to be distributed.

There’s also things like the header and footer elements which are pretty much self-explanatory, well, except that the header element doesn’t go in the head element like I foolishly first thought.  These are all pretty much nested in the article, which is in turn nested in the body.

There’s also an element known as address which is used for contact info and stuff like that.  Usually, address is found in the footer, because it seems to look cool that way.

HTML 5 also, according to the book, seems to do away with the terms in-line and block.  I kinda see how, since it seems to leave a lot of stuff to CSS.  Still, they’re there if that makes sense.

But forget about that.  Let’s talk about Cascading Style Sheets, or CSS for those not-in-the-know, which was me a couple minutes ago.

Reading over CSS again, I’m now confident to say that this is less of a refresher and more of a re-learning.

The main thing to know about CSS is that it’s what makes everything look pretty.  HTML is pretty much the skeleton.  CSS is the skin.  There’s some effects it can do, like rotation, which does exactly what it says and seems to have no practical use, except it’d be cool if someone found one.  There’s also 3D transformations, which, in case you didn’t know, is pretty sweet.

But yeah. That’s the gist of CSS and HTML 5.  Well, as much as my brain will allow me to handle right now.

Today I…

August 29, 2011 in Web & Programming

finally got WordPress to work. The joy I feel right now cannot be described….but if I were to describe it: super duper.

Me giving myself a thumbs up, cause no one else will.

Way to go me. For doing what millions of others have done.

Oh come…ugh

August 29, 2011 in Uncategorized

I’m trying to customize my site. Whew. It’s – it’s kinda frustrating. Not going to lie, but, I’m pretty rusty. And by pretty rusty, I mean a lot rusty. Still. I shall power through this. I – I shall overcome.