l3ny's posterous http://l3ny.posterous.com Most recent posts at l3ny's posterous posterous.com Tue, 08 May 2012 21:30:00 -0700 ScriptListener missing from Photoshop CS6 http://l3ny.posterous.com/scriptlistener-missing-from-photoshop-cs6 http://l3ny.posterous.com/scriptlistener-missing-from-photoshop-cs6

This plug-in was installed with previous versions of Photoshop.
Even though this plug-in increases Photoshop's functionality, Most users don't use it t, so it is an optional installation for Photoshop CS6.

This is how to install the ScriptingListener Plug-in.
Download the ScriptingListener plug-in package from the following locations:

For Mac OS:
Scripting Listener Plug-in for Mac

For Windows:
Scripting Listener Plug-in for Windows

This package contains the ScriptingListener plug-in, scripting documentation, and sample scripts.

On Mac
Unzip Scripting Plug-In Release.dmg. and place the Utilities folders to the Applications\Adobe Photoshop CS6\Plug-ins\ folder.

On Win 32
Unzip Scripting_Plug-In.zip. and place the folder “Scripting Utilities” in C:\Program Files (x86)\Adobe\Adobe Photoshop CS6\Plug-ins\

On Win 64
Unzip Scripting_Plug-In.zip. and place the folder “Scripting Utilities” in C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Plug-ins\

You’ll also need to make a folder named “Automate” in this directory (\Plug-ins\) and place the ScriptListener.8li file whenever you are ready to use it just like in previous versions of Photoshop.

Need more info:
http://helpx.adobe.com/photoshop/kb/plug-ins-photoshop-cs61.html

+l3ny

@l3ny

Permalink | Leave a comment  »

]]>
http://files.posterous.com/user_profile_pics/256685/twittwrlogo.png http://posterous.com/users/36oTcAMBS9KV l3ny l3ny
Tue, 08 Nov 2011 19:24:22 -0800 We're sorry - Google Reader no longer supports the "Note in Reader" bookmarklet. #That_blows http://l3ny.posterous.com/were-sorry-google-reader-no-longer-supports-t http://l3ny.posterous.com/were-sorry-google-reader-no-longer-supports-t
Note

Not cool Google, not cool. i can't even add a note to reader anymore.
I preferred using notes in reader than Google Bookmarks. +l3ny

Permalink | Leave a comment  »

]]>
http://files.posterous.com/user_profile_pics/256685/twittwrlogo.png http://posterous.com/users/36oTcAMBS9KV l3ny l3ny
Tue, 03 May 2011 17:17:00 -0700 JQstart.js jquery script loader http://l3ny.posterous.com/51736046 http://l3ny.posterous.com/51736046

This NuGet package contains:
jquery vsdoc.js, start.debug.js and start.js

With start.js you can load into your project:
Jquery lates, JqueryUI 1++, jquery.validate 1.++ and jquery Mobile latest.

e.g.

jqstart

New in v1.0.4 You will get the latest release of JQuery and JQuery Mobile.
New in v1.0.2 when you use jQueryUI, jQueryMobile or jQueryValidate Jquery it's automatycly added as a dependency.

JQuery-1.6.2-vsdoc.js and Start.debug.js (useful for debugging) , Start.js (ready to deploy)

Samples here.


@l3ny

Permalink | Leave a comment  »

]]>
http://files.posterous.com/user_profile_pics/256685/twittwrlogo.png http://posterous.com/users/36oTcAMBS9KV l3ny l3ny
Mon, 28 Mar 2011 18:31:00 -0700 VS2010 and HTML5, My little adjustment to visual studio http://l3ny.posterous.com/vs2010-and-html5-my-little-adjustment-to-visu http://l3ny.posterous.com/vs2010-and-html5-my-little-adjustment-to-visu
I believe that visual studio it's the best tool for making web content.
I was hopping that with the release of the SP1 we were going to get new updated templates with HTML5 tags but it didn’t happened,
So then i went ahead and decided to share the ones I’m using.
 

L3nyWebApplication
it’s just like the default ASPNET web site with master page that comes with VS2010 but with all the HTML5 tags, in other words HTML5 ready.
It will appear as @L3ny Website when creatting a new website with C#.

To add extra pages use the Aspx5_Item_master_@l3ny, It will appear as @l3ny .aspx master item.

When working with out master pages use template Aspx5_Item_@l3ny
it’s a ASPX item that will appear when adding a new item, It will appear as @l3ny .aspx item

I’ve also have modified the EmptyWeb, I added a Default.aspx and Index.html all HTML5 ready.
A Caveat on this one. It will replace the original EntyWeb template, it has nothing in it anyways.

Id also like to share Links.Ultimate.Web.xml which is the VS2010 start page with some links about HTML5, CSS3 and Jquery.  ojo. this will also replace the original so make a back up.

Installation ( i am ussing 7 X64 please change [your user name]
Unzip l3ny folder to C drive and run this on powershell

Copy-Item "C:\l3ny\Aspx5_Item_@l3ny.zip" "C:\Users\[your user name]\Documents\Visual Studio 2010\Templates\ItemTemplates\Visual C#\" -force
Copy-Item "C:\l3ny\Aspx5_Item_master_@l3ny.zip" "C:\Users\[your user name]\Documents\Visual Studio 2010\Templates\ItemTemplates\Visual C#\" -force
Copy-Item "C:\l3ny\html5_Item_@l3ny.zip" "C:\Users\[your user name]\Documents\Visual Studio 2010\Templates\ItemTemplates\Visual C#\" -force
Copy-Item "C:\l3ny\L3nyWebApplication.zip" "C:\Users\[your user name]\Documents\Visual Studio 2010\Templates\ProjectTemplates\Visual C#\" -force
Copy-Item "C:\l3ny\EmptyWeb.zip" "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ProjectTemplatesCache\Web\CSharp\1033\" -force
Copy-Item "C:\l3ny\Links.Ultimate.Web.xml" "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\StartPages\en\" -force
Copy-Item "C:\l3ny\vslogo.png" "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\StartPages\en\" -force
Copy-Item "C:\l3ny\css3_logo.jpg" "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\StartPages\en\" -force
Copy-Item "C:\l3ny\html5_logo.jpg" "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\StartPages\en\" -force
Copy-Item "C:\l3ny\jquery_logo.jpg" "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\StartPages\en\" -force


you can always do it manualy.

 

Permalink | Leave a comment  »

]]>
http://files.posterous.com/user_profile_pics/256685/twittwrlogo.png http://posterous.com/users/36oTcAMBS9KV l3ny l3ny
Thu, 27 Jan 2011 19:11:28 -0800 Here i am 30 days before the actual event and i already know the winners :) http://l3ny.posterous.com/here-i-am-30-days-before-the-actual-event-and http://l3ny.posterous.com/here-i-am-30-days-before-the-actual-event-and I most mention that I've seen them all more that once to make my prediction.

BEST PICTURE: Inception
ACTOR IN A LEADING ROLE: Jesse Eisenberg or Jeff Bridges, they both did great
ACTOR IN A SUPPORTING ROLE: Jeremy Renner (The Town)
ACTRESS IN A LEADING ROLE: Natalie Portman (Black Swan)
ACTRESS IN A SUPPORTING ROLE: Hailee Steinfeld (True Grit)

@l3ny

Permalink | Leave a comment  »

]]>
http://files.posterous.com/user_profile_pics/256685/twittwrlogo.png http://posterous.com/users/36oTcAMBS9KV l3ny l3ny
Thu, 16 Dec 2010 16:44:43 -0800 Happy holidays to everyone........ http://l3ny.posterous.com/happy-holidays-to-everyone-0 http://l3ny.posterous.com/happy-holidays-to-everyone-0 It has been a rough ride 2010.
I hope that you spend time with your family, because is the only thing
we really have,
and remember that there aren’t ups in downs in life but round and round.

Permalink | Leave a comment  »

]]>
http://files.posterous.com/user_profile_pics/256685/twittwrlogo.png http://posterous.com/users/36oTcAMBS9KV l3ny l3ny
Sat, 18 Sep 2010 17:43:05 -0700 Ithaka por Cavafy http://l3ny.posterous.com/ithaka-por-cavafy-0 http://l3ny.posterous.com/ithaka-por-cavafy-0 Leido por Maurice Tempelsman en el funeral de Jaqueline Kennedy Onassis
Traducido por ~l3ny

En tu camino por Ithaka
espero tu viaje sea un largo,
Lleno de aventura, lleno de descubrimiento.
Laistrygonians and Cyclops,
Poseidones enfuresidos - no les temas:
tu nunca encontraras cosas como esas en tu camino
siempre y cuando mantengas tus pensamientos en alto,
Como una rara emocion
rebuelve tu espiritu y tu cuerpo.
Laistrygonians and Cyclops,
poseidones salvajes - no te los encontraras
a no ser que tu los traigas dentro de tu alma,
a no ser que tu alma los ponga enfrente de ti.

Espero tu camino sea un largo.
Habran muchos en una mañana de verano cuando,
Que con plaser, y que goso,
Entres en contacto por primera ves;
Que pares en estaciones de cambio en en el mediterranio
a comprar cosas finas,
____?____de perlas y coral, Dorado y negro lustroso,
perfumes sensuales de todo tipo-
con todos los perfumes sensuales q puedas;
Y que visites muchas ciudades egipcias
a adquirid basto conosimiento de sus academias.

Manten Ithaka siempre en tu mente.
Llegando ayi es que estas destinado.
Pero no apresures tu viage para nada.
Mejor es que dure por años,
Para que estes viejo cuando llegues a la isla,
Enriquesido con todo lo que as adquerido en el camino,
Sin esperar que Ithaka te aga rico.

Ithaka te dio un marabilloso viage.
sin ella no serias lo que eres.
Ella no tiene nada mas que darte ya.

I si la encuentras pobre, Ithaka no habra jugado con tigo.
Tan savio como tu lo as llegado a hacer, tan lleno de experiencia,
Tu habras entendido entonces que significan esas Ithaka.

ITHAKA

As you set out for Ithaka
hope your road is a long one,
full of adventure, full of discovery.
Laistrygonians, Cyclops,
angry Poseidon - don't be afraid of them:
you'll never find things like that one on your way
as long as you keep your thoughts raised high,
as long as a rare excitement
stirs your spirit and your body.
Laistrygonians, Cyclops,
wild Poseidon - you won't encounter them
unless you bring them along inside your soul,
unless your soul sets them up in front of you.

Hope your road is a long one.
May there be many summer mornings when,
with what pleasure, what joy,
you enter harbours you're seeing for the first time;
may you stop at Phoenician trading stations
to buy fine things,
mother of pearl and coral, amber and ebony,
sensual perfumes of every kind -
as many sensual perfumes as you can;
and may you visit many Egyptian cities
to learn and go on learning from their scholars.

Keep Ithaka always in your mind.
Arriving there is what you're destined for.
But don't hurry the journey at all.
Better if it lasts for years,
so you're old by the time you reach the island,
wealthy with all you've gained on the way,
not expecting Ithaka to make you rich.

Ithaka gave you the marvellous journey.
Without her you wouldn't have set out.
She has nothing left to give you now.
And if you find her poor, Ithaka won't have fooled you.
Wise as you will have become, so full of experience,
you'll have understood by then what these Ithakas mean

Permalink | Leave a comment  »

]]>
http://files.posterous.com/user_profile_pics/256685/twittwrlogo.png http://posterous.com/users/36oTcAMBS9KV l3ny l3ny
Sat, 18 Sep 2010 16:48:56 -0700 Design is commercial art; design is in the service of someone else's problem. http://l3ny.posterous.com/design-is-commercial-art-design-is-in-the-ser http://l3ny.posterous.com/design-is-commercial-art-design-is-in-the-ser Being a great designer is not simple about knowing the software
application; it’s about putting your passion,
emotion, creativity and your design skills to all that you do.

~l3ny

Permalink | Leave a comment  »

]]>
http://files.posterous.com/user_profile_pics/256685/twittwrlogo.png http://posterous.com/users/36oTcAMBS9KV l3ny l3ny