pictures

feedburner (email posts) error.

hr
hr Heading 2 Icon feedburner (email posts) error.

Thanks for everyone that signed up to read the Evan news via email. I am sorry to say though that what you signed up for was to have these (jappler) posts emailed to you and that is my fault...I forgot to change one piece of code. Please unsubscribe from this by clicking the "unsubscribe" link at the bottom of the email you get with this post in it, and then go back out to evan.jappler.com to sign up for what you wanted to actually read (the correct code is up there and tested).
[tags]jappler.com, Evan, feedburner[/tags]

it’s a boy!

hr
hr Heading 2 Icon it’s a boy!

I have decided to finally share some awesome news...my partner and I are expecting a baby and being who I am and doing what I do, I have decided to create a web site for my soon to be child so that I can share all the information with my family and friends since many of you/them live so far away. I did not want to be "that parent" who sent billboard sized pictures, or who made you sign up for some photo sharing web site in which you never remembered your user name and password. I am still finalizing a few of the plugins and most of the content, but without further ado, check out Evan's web site. No need to point out any issues...I know what they are and I will be addressing them one at a time. I wanted to get this out sooner in order to start blogging/post pictures, etc. Anyone can have a blog ;)
[tags]jappler.com, Evan[/tags]

big news/anouncement soon!

hr
hr Heading 2 Icon big news/anouncement soon!

It is usually pretty accurate to say/think that when I do not post for multiple days in row, I must be up to something. I have been working on a special project for a few weeks that I will reveal either tomorrow or Saturday. Stay tuned for some big news/announcments in the next two days!
[tags]jappler.com[/tags]

jappler.com for at least two more years.

hr
hr Heading 2 Icon jappler.com for at least two more years.

When I first chose jappler.com as my domain name I was not sure if I would stick with it...but now two years later it is really starting to stick and I just renewed my domain name for two more years. Heck, one of these days I might actually start using a jappler.com email address. For now, I still stick with the Mac tax email address.
[tags]jappler.com[/tags]

jappler’s comments.

hr
hr Heading 2 Icon jappler’s comments.

Please bare with me as I make some changes to my comments code here on my blog. I am trying to make use of an awesome AJAX comments plugin as well as dress up the interface.
[tags]jappler.com, AJAX[/tags]

say hello to ken pesanka.

hr
hr Heading 2 Icon say hello to ken pesanka.

Last night I was working with my good friend Ken and he asked me about possibly being a guest writer on my blog for an occasional Ken post. I thought it over and decided to give him an account. Stay tuned for a Ken post in the near future and it will be written by "kenp". Welcome Ken!
[tags]Ken Pesanka, jappler.com[/tags]

helpful css tips.

hr
hr Heading 2 Icon helpful css tips.

Over the years, I have wasted a lot of time on "guessing" what would work and what would not work. Anyone just starting with CSS or looking to modify someone else's CSS will hopefully find these tips helpful and time saving.

Padding or Margin? These two attributes are often used, and more often confused. The margin attribute defines the space around an HTML element's border. The padding attribute refers to the space within the border.
Example:
p.marginex { margin:20px; border:1px solid #ccc; }
p.paddingex { padding:20px; border:1px solid #ccc; }

This illustrates using margins.
This illustrates using padding.

Class(.) selector or ID(#)? selector I explained the usage of classes v. IDs in an earlier post but this is something that still confuses people. Classes are used over IDs when you have something that might repeat on a page. IDs are used for unique items like header, navbar, container, footer. My rule of thumb: if there is a possibility for something to appear multiple times on the same page, use a class, if not, use an ID.
How do I deal with line breaks without tables? CSS is not for the light hearted, but using display: ... [more]


search

subscription information

Blog RSS

Comments RSS



Powered by FeedBlitz

blog categories

blog tags

most popular posts


blog archive

standards

Get Firefox!
XHTML
CSS