Error
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.

page

Laser Pulses Can Erase a Printed Page [Printers]
Wednesday, 14 March 2012 10:00
Researchers at the University of Cambridge have developed a new way to recycle printed documents by simply vaporizing the toner off the page using laser pulses. The process can erase an entire page leaving the paper ready to be printed on again. More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/2uLydB0Otfw/laser-pulses-can-erase-a-printed-page

 
How to Embedding Javascript in Asp.Net
Tuesday, 20 December 2011 00:12
There is one main class in the ASP.NET Framework included for working with Javascript: the ClientScriptManager class. This class is exposed by the Page.ClientScript property. The ClientScriptManager class has several useful methods for working with Javascript including:


RegisterClientScriptBlock():
Adds a script to a page right after the opening server-side tag

StringBuilder cstext2 = new StringBuilder();
cstext2.Append(" function DoClick() {");
cstext2.Append("Form1.Message.value='Text from client script.'} cstext2.Append("script>");
RegisterClientScriptBlock(csname2, cstext2.ToString());



RegisterStartupScript():
Adds a script to a page right before the closing server-side tag

String cstext1 = "" +
"alert('Hello World');";
RegisterStartupScript(csname1, cstext1);



RegisterClientScriptInclude():
Adds a reference to an external Javascript file
GetWebResourceUrl() - Returns the URL to a server-side resource

// Define the name, type and url of the client script on the page.
String csname = "ButtonClickScript";
String csurl = "~/script_include.js";
Type cstype = this.GetType();

// Get a ClientScriptManager reference from the Page class.
ClientScriptManager cs = Page.ClientScript;

// Check to see if the include script exists already.
if (!cs.IsClientScriptIncludeRegistered(cstype, csname))
{
cs.RegisterClientScriptInclude(cstype, csname, ResolveClientUrl(csurl));
}

Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/f5MfXtDEvzI/14253

 
Reactions to Steve Jobs' Death [Blockquote]
Wednesday, 05 October 2011 21:13
The world is now reacting to the very sad news of Steve Jobs' death. We are collecting the thoughts and condolences of people like Bill Gates, Larry Page, Tim Cook, Mark Zuckerberg, Sergey Brin and President Barack Obama himself. More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/EBiAgY6EXuo/reactions-to-steve-jobs-death

 
External URL Redirect Script
Wednesday, 07 September 2011 21:08
This code redirects visitors to a redirect page when they click on a link that goes to an external site and does not display the redirect page



Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/reWuko4MSJg/13623

 
Full Page Template xhtml css swfobject
Tuesday, 05 July 2011 02:57
// Full Page Template xhtml css swfobject






page | tag









Replaced with flash





Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/MbGA1AQmU6k/13357

 
Start
Prev
1


Page 1 of 2
Taxonomy by Zaragoza Online