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

Posted in Uncategorized | Leave a comment

We’re sorry – Google Reader no longer supports the “Note in Reader” bookmarklet. #That_blows

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

Posted in Uncategorized | Leave a comment

JQstart.js jquery script loader

This NuGet package contains:

jquery-1.6-vsdoc.js, start.debug.js and start.js

With start.js you can load into your project:
Jquery 1.6, JqueryUI 1.8.12, jquery.validate 1.8 and jquery Mobile-1.0a4.1.js

 

e.g.

<head>
<title></title>
<script src=”Start.js”></script> 

 

Sys.require([Sys.scripts.jQuery, Sys.scripts.jQueryUI]);
Sys.onReady(function () {
$(“p”).css(“border”, “3px solid red”);
});
</head> 

New in v1.0.2 when you use jQueryUI, jQueryMobile or jQueryValidate Jquery it’s automatycly added as a dependency.

While developing use jquery-1.6-vsdoc.js and start.debug.js, Start.js on production

 

@l3ny

Posted in Uncategorized | Leave a comment

VS2010 and HTML5, My little adjustment to visual studio

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.

Posted in Uncategorized | Leave a comment

Hello world!

Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!

Posted in Uncategorized | 1 Comment