Home

Navi Avatar Photo Manipulation with Photoshop

E-mail Print PDF

Navi Avatar Photo Manipulation with Photoshop

Categoty - Photoshop >> Photo Effects.

Navi Avatar Photo Manipulation with Photoshop

 

Gunshot Through a Glass Photoshop Tutorial

E-mail Print PDF

Gunshot Through a Glass Photoshop Tutorial

Categoty - Photoshop >> Photo Effects.

Gunshot Through a Glass Photoshop Tutorial

Last Updated ( Sunday, 24 January 2010 16:19 )
 

How to Create an Abstract Image in Photoshop

E-mail Print PDF

How to Create an Abstract Image in Photoshop

Categoty - Photoshop >> illustration and Art.

How to Create an Abstract Image in Photoshop

 

How to Create a Clean 3D Notepad in Photoshop

E-mail Print PDF

How to Create a Clean 3D Notepad in Photoshop

Categoty - Photoshop >> illustration and Art.

How to Create a Clean 3D Notepad in Photoshop

 

The Clipboard hack - Access the clipboard data with JavaScript

E-mail Print PDF

The Clipboard hack - Access the clipboard data with JavaScript

The clipboard is a set of functions and messages that enable applications to transfer data. Because all applications have access to the clipboard, data can be easily transferred between applications or within an application.

The clipboard is a software facility that can be used for short-term data storage and/or data transfer between documents or applications, via copy and paste operations. It is most commonly a part of a GUI environment and is usually implemented as an anonymous, temporary block of memory that can be accessed from most or all programs within the environment via defined programming interfaces. A typical application accesses clipboard functionality by mapping user input (key bindings, menu selections, etc.) to these interfaces.

We can access the clipboard data with JavaScript; a small piece of code will do it for you. Work best with IE, Not work with Crome

Copy some text before test the demo. Select some text and Press ctrl+c

<script language="javascript" type="text/javascript">
<!--
function clipboardHack () {
var content = clipboardData.getData("Text");
alert(content);
// End -->
}
</script>

 
  • «
  •  Start 
  •  Prev 
  •  1 
  •  2 
  •  3 
  •  4 
  •  5 
  •  6 
  •  7 
  •  8 
  •  9 
  •  10 
  •  Next 
  •  End 
  • »
Page 1 of 30

Who's Online

We have 19 guests online

Subscribe Feeds

Enter your email address:

Sponsor Adds



Submit Article

We want to develop such a Community portal which will provide a good resource on latest hot technologies such as .NET, VB.NET, C#.NET, ADO.NET, ASP.NET, PHP, Flash, Photoshop. If you like to write for us, this guideline for you. please send your article, faqs on admin[at]xfunda.com

Adobe Gallery Photoshop Tutorials...

Navi Avatar Photo Manipulation with Photoshop Navi Avatar Photo Manipulation with Photoshop Navi Avatar Photo Manipulation with Photoshop Categoty - Photoshop >> Photo Effects. ...
 
Gunshot Through a Glass Photoshop Tutorial Gunshot Through a Glass Photoshop Tutorial Gunshot Through a Glass Photoshop Tutorial Categoty - Photoshop >> Photo Effects. ...
 
How to Create an Abstract Image in Photoshop How to Create an Abstract Image in Photoshop How to Create an Abstract Image in Photoshop Categoty - Photoshop >> illustration and Art. ...
 
How to Create a Clean 3D Notepad in Photoshop How to Create a Clean 3D Notepad in Photoshop How to Create a Clean 3D Notepad in Photoshop Categoty - Photoshop >> illustration and Art. ...
 
Create an Amazing website Layout Using Textures Create an Amazing website Layout Using Textures Create an Amazing website Layout Using Textures Categoty - Photoshop >> Website Designing. ...