background image
Apologies for the Brief Absence

I’m back, and have no intentions of going anywhere.  I had a lot going on in my personal life, and not stuff I was ready to write about.  My entire family had to move in early December, they are far enough away that I need to fly to go see them.  It’s thrown a wrench in my emotions, even though they will likely be back in a year or so.

On the plus side I’ve gotten way back into kink, enough so that I’m planning to restart the kink blog.  So there has been a lot of mental sorting as to how all this is going to work, since I don’t want this blog to go away, and I’m not planning on spending every spare moment typing blog posts.

How it’s likely going to pan out is that some posts will be cross posted here.  This blog is probably going to mostly become a web geek blog, as people have really been enjoying my posts on css, php, and html.  I also really enjoy writing about that stuff.

There’s probably going to be a bit more radio silence here as I get the other site up and running.  Though likely as I go through re-designing that page I’ll have some new tutorials to post.

Thanks to everyone who has continued to check in, and I’ll be back and posting actual content at some point in the not too distant future.

Color Opacity with RGBA

I love messing with opacity, when alpha opacity filters began to be supported in the early 2000s I was a very happy girl. However, the filter was limiting because it would apply to everything within that element.

The next solution was transparent pngs to get the look of a transparent background color.

However, I recently discovered rgba redering both solutions unnecessary when it comes to using alpha opacity on colors. Setting rgba is easy:

.transparent-red-bg {
background-color: rgba(255,0,0,0.5);
}

The first three numbers are the rbg code for the color, and the last number is 0-1 setting of the alpha opacity.

rbga can be applied to backgrounds

<span style=”padding:20px;color:#FFFFFF;background-color:rgba(255,0,0,0.5);”>rbga can be applied to backgrounds</span>

It can be applied to colors

<h4 style=”color:rgba(0,255,255,0.5) !important;”>It can be applied to colors</h4>

<textarea style=”background-color: rgba(255,0,0,0.25)”>form elements</textarea>

and borders!

<span style=”border: solid 10px rgba(0,255,255,0.25);”>and borders!</span>

Any place in css where color can be defined rgba can be used to code the color. If you’re like me and in love with hexadecimal, there are a bunch of handy converters.

What the 99% have to Do

With the economy continuing to go down hill, I worry about the future of the infamous boomerang kids.  While I’m continuing to learn money savvy, and ways to keep my career moving so I can have a roof over my head and food on the table these guys are still chillin’ at Mom and Dad’s house.  While I support the Occupy movement, and believe to my core that things need to be different there is a point where our own perseverance has got to get us through.

One of the initial comments when occupy stated to happen was these were the kids who did everything they thought they were supposed to do and couldn’t get jobs.  Truth be told they are probably a large number of the people at the camps, because they have the time to put all their focus on their struggle.

However, sorry kids but you went to school in a time where certain majors, and career paths were being pushed for a reason.  Really, like any other time in the history of higher education.  You didn’t listen.

I actually read a Boomerang blogpost, paraphrased and edited slightly to not identify the author:

I live with my parents, and I’m in my mid-twenties, I know I’m not to the point of me being pathetic for living with my parents, I also feel that being here is my biggest safety net and allows me to act like a child in some ways, which leads to not stepping it up and pushing forward with more in my life.  While staying here does allow me many opportunities, buying what I want with money that would otherwise be needed for rent, I also feel like it limits me in other ways that I can no longer afford.

Only a few years younger than me, and completely naive.  When I was her age I was squawking at getting occasional handouts from mom and dad.  I was actually completely on my own struggling with a new job, a divorce, and all the emotional fallout that kind of stress brings.  On top of figuring out how to make rent, pay the evil and way overpriced utilities, and continue to eat.

That struggle is a rite of passage, and it is vital to survival.  Scraping it together then, allows me to do it now when the economy is far worse.

I have other friends who are doing what I’m doing, and what we are is the key to this country’s fucking survival.  No one is going to hand us an answer, and it’s going to be a long hard road.  I am the 99% that the conservatives can’t bitch about, and I’ve got a laundry list of complaints.  I did it the right way, and am still having a hard time.

I get the job issue, our country imports just about everything, including it’s own products, services and inventions.  The old idea of what an American job is, is completely dead.  Though like so many other pieces of the economic collapse the writing was on the wall for years.  I paid attention.  I worked hard in school to find something I loved, and that would consistently bring in an income.  I gave up dreams of getting rich, or becoming a full-time bohemian with a slick MFA.

While I have all sorts of complaints about American economic policy, corporations actually lead my atheist self to believe that the devil exists, and that we’re doing it all wrong I also believe:

People need to stop be so fucking complacent and ignorant!

Especially those of us who have some degree of control and opportunity in our lives.  Those of us who went to nice public schools with new books and teachers who were invested.  Those of us who had the means, and often the expectation, to go to college.  We were all handed the keys and instead of using them to open new doors, we borrowed money and time until we were all in the shitter.

People want a better world, where they have more of a say in what happens with policy.  They want more equality, more choice, and better opportunities.

To get these things we need to be more invested in our own lives and futures.

People have developed this sense of entitlement that isn’t getting us anywhere.  People still dream the American dream refusing to recognize that it is a lie.  The only way forward is for all of us to pick up the pieces and rebuild our own lives and this country.  Politicians certainly aren’t going to to it, and we sure as hell aren’t strong and invested enough yet to replace them.

Why Use Firefox

Firefox flew out of the ashes of Netscape a year after AOL formally cut ties with Netscape and Mozilla. Firefox came into being in a hostile environment for new browsers, and blew the doors wide open. Firefox through its solid page rendering, and user friendliness quickly redefined what was view as standard on the web.

Outside of the political reasons for using Firefox, I prefer it over Webkit browsers (Chrome/Safari) due to the expansive list of plug-ins, and overall functionality that Firefox has. I’ve can stumble, read Rss feeds, post to Twitter and Tumbler, shorten urls with Bit.ly, block cookies, set up proxies on the fly, and go completely IP kamikaze with Tor in a click of a button.

The fluidity and functionality of Firefox relates to the mission statement of the project, a browser for the people by the people.

A Bit of History

There was a frightening time when the web had only one widely used, and well-functioning browser. Back in 2002-03 there was really only Internet Explorer. Netscape was the only viable competition, and there were a lot of problems. Netscape, even though open source since 1998, was first its own for profit, and then was owned by America Online. Netscape could not keep up with the changes in browsing and collapsed in 2002.

Mozilla, the open source of Netscape, was given one hell of a severance package from AOL, the Mozilla developers received 2 million dollars to charter a new non-profit, now known as the Mozilla Foundation. Unlike Netscape, and later AOL in which the developers served the interests of their parent organizations, the Mozilla Foundation pledged to serve the interests of the public.

Open Source & Company Interest

Firefox embraces the whole spirit of the open source movement. The code is created by anyone who has the desire and ability to contribute, and there is no corporate motive other than to provide the best browser possible.

This is the key difference between Mozilla and browsers like Chrome, and Safari. While they are also open source projects they are intricately connected to larger for profit companies. Both rely on a budget and interest in the projects from Google and Apple, companies that produce a wide range of products with a varying level of interest and potential profit.

In Closing:

Years from now I believe that Firefox (so long as people continue to use it) will continue to make an innovative product, with no deviation from its current mission statement. As Mozilla was created for the sole purpose of doing what it is doing now.

With Safari and Chrome I worry about stagnation over time, and them going the way of Netscape. As there are so many competing interests within their parent companies and a constantly evolving set of motives and goals for the browsers. Microsoft being closed source, and completely private is already being crushed under its own weight and proprietary coding, and is barely worth mentioning.

Firefox is more than just a browser, it is an important idea that survives only through us continuing to use it, donate, and support the project. Mozilla has set forth a bold approach for application development where the primary goal is satisfying the user.

Related Links:

Get Firfox!

The Sun is Rising at a Logical Time!
For the first time in over a month my body naturally woke up at 6:30am. It feels so good! It is amazing to me that now that I'm older this sort of thing actually matters. All I ever used to care about is being awake within 15 minutes of needing to leave the house.  I am getting old. Now my preference is to be up around 6:30 and on a good day I leave around 8:15.  I take my time making coffee, work on work stuff, and actually take time in the morning to relax.  Versus blindly grabbing clothes, and running out the door.  Even when I had to get up early I didn't have time to tell what time it was. Since I've been nuts about Daylight Savings Time recently I actually wrote a poem about it.