Yasmary Mora, picture by Ben Quinto
I am... a geek, web developer, fiction reader, xbox360 player, kneeboarder, scuba diver, movie addict, and bilingual speaking girl from Venezuela.
Twitter:
Jul 03
Permalink
claudia:

Elopacious.
That was from 2002? I’ve been reading dooce’s blog for 8 years?
Wow. Time flies on the Internet.

I freaking LOVE dooce.

claudia:

Elopacious.

That was from 2002? I’ve been reading dooce’s blog for 8 years?

Wow. Time flies on the Internet.

I freaking LOVE dooce.

Comments (View)
Permalink
nikography:

these dots. i thought they were a mistake when i was coding up the site from this PSD… yanno like ‘oh what the heck are these doing here?’
turns out that they were intentional. and the guy who mocked it up was pretty distressed that they weren’t there. why are they there? no one will ever know.
but they are making my life PNG hell right now in IE6.
re: clrcrtq “try .gif instead for if lt IE 7”
good suggestion, but cannot do. it needs the 40% opacity. this guy is a word that means more anal than anal.

I feel for you, I really feel for you. Ugh.

nikography:

these dots. i thought they were a mistake when i was coding up the site from this PSD… yanno like ‘oh what the heck are these doing here?’

turns out that they were intentional. and the guy who mocked it up was pretty distressed that they weren’t there. why are they there? no one will ever know.

but they are making my life PNG hell right now in IE6.

re: clrcrtq “try .gif instead for if lt IE 7”

good suggestion, but cannot do. it needs the 40% opacity. this guy is a word that means more anal than anal.

I feel for you, I really feel for you. Ugh.

Comments (View)
Permalink

Re-blog this statement if it applies to you.

delylestyle:

umm.  at the risk of sounding like a raging ‘mo… why the eff does it matter whether or not you’re straight to be able to agree with this sentence?

mdfsmash:

“I am a straight woman, and I am confident about my appearance and happy with my body.” (via robot-heart, brooklet14,florajasmine,seagull,jessicagoldharalson)

ditto.

but yes to confidence and stuff. :)

Comments (View)
Jul 02
Permalink
I think the ultimate test for your current job is: Would you do it for free?
— If your answer is no, you should consider what you are doing. (via tightgrip)

Wow. That’s harsh. What about people that work to live? Not live to work?
Comments (View)
Permalink

[tech] Prototype Ajax.Request and arrays as parameters

I just ran into the weirdest problem when using prototype. Here’s a post in hopes that if someone else has the same problem they know how to fix it.

I need to pass an array as a parameter to my php script. I’m doing this using Ajax.Request. The problem is that is not passing one variable with multiple values, but the same variable multiple times with multiple values.

So its passing this:

arrayToPass : 1
arrayToPass : 2
arrayToPass : 3

Instead of the correct way:

arrayToPass : [1,2,3]

I think the problem might be the array I’m passing being possibly unconventional. I’m selecting all the checkboxes in a list that have been checked with this nifty code I found online:

$$('#NameOfTheForm input.classNameOfTheInput').each(function(box){
arrayOfValues.push(box.getValue());
}

Here’s the Ajax.Request:

new Ajax.Request(PathToYourAjaxFile, {
parameters: { arrayToPass :
arrayOfValues },
evalScripts : true,
onSuccess : function () {},
onFailure : function () {},
}

The only solution I found was to enclose the variable arrayOfValues in single quotes like so. Even though its actually passing a comma separated string, at least its passing it.

arrayToPass : ''+arrayOfValues+''

And that’s my techie complaint for the day.

Comments (View)
Jul 01
Permalink
This picture is too gay to function.
LOL. Dunno why this made my laugh so hard.

This picture is too gay to function.

LOL. Dunno why this made my laugh so hard.

Comments (View)
Permalink

The name of the song is...

I cannot for the life of me find this one song I really really like. I think I heard this one song like a million times this past week, and its so good I want to listen to it a million more.

The problem is that I don’t know whats its called. So I’m going to describe it in hopes someone knows what it is. First of all, the genre is dance/electronica. Its not one of those crazy fast techno songs either, it has really deep bass with a beat that just makes you want to groove to it. Second, and most important of all, the only words in the song —because it doesnt have many— is the dude saying the names of all these cities: New York, Londo, Chicago, Tokyo, Toronto.

These are some examples of what it sounds like:

http://youtube.com/watch?v=dCWUiBn2yXc

http://www.youtube.com/watch?v=oxs6egMAyM0

http://youtube.com/watch?v=zW1XcsE92Rg

Anyone?

FOUND IT!!!!!

Comments (View)
Jun 29
Permalink

Pride

Was amazing. I will post something long and descriptive later if i have time. But it was so good. 
Comments (View)
Jun 23
Permalink

onemoretimewithfeeling:

What the….? The instant replay is truly awesome.

soupsoup:

brooklynmutt:

Ball Girl Makes Incredible Catch

A minor league ball girl makes an incredible catch on a foul ball in left field.

Hot Foot


WOW.

Comments (View)
Permalink
claudia:

superamit:

I’m interested in how people are using Tumblr

how many people they follow
how many people follow them
why they use it

So I put together a quick unofficial survey.
If you’re interested, too, please take it. You can be anonymous and most fields are optional.
All the data will be public in a week or so.
→→→→ Tumblr Survey  ←←←←
Please reblog so we get more responses!

claudia:

superamit:

I’m interested in how people are using Tumblr

  • how many people they follow
  • how many people follow them
  • why they use it

So I put together a quick unofficial survey.

If you’re interested, too, please take it. You can be anonymous and most fields are optional.

All the data will be public in a week or so.

→→→→ Tumblr Survey ←←←←

Please reblog so we get more responses!

Comments (View)