Lindsay Donaghe's Library tagged → View Popular
Using Remote Desktop with Dual Monitors | SplitView
How to set up remote desktop to span multiple screens with Vista. Includes instructions on how to create an RDP profile so you can open the spanning session easily.
Adobe PDF Guide: How to Do Everything with PDF Files
A large FAQ about PDFs including tips, tricks and tools.
10 Principles of the UI Design Masters - NETTUTS
A few of these are obvious (in the sense of "why didn't I see that before"), and a few are counter-intuitive (don't overdo accessibility features). Good stuff to keep in mind for user experience design.
Information on Border Slants
Tutorial demo on how to make containers on web pages that are shaped like triangles and other polygons with regular and irregular straight edges using no graphics. This is an exploit of how browsers render borders to produce straight angles. Cool technique.
Slantastic
Tutorial demo on how to make containers with irregular straight edges (angles) using only CSS/HTML (no graphics).
CreativeTechs Tips: Build Animated GIFs in Photoshop.
Nice tutorial on how to use the animation features in Photoshop CS3 to create animated gifs.
50 Excellent AJAX Tutorials | Tutorials | Smashing Magazine
Large collection of javascript tutorials around Ajax and RIA. Some are jQuery based but not the majority. Includes things such as a shopping cart, chat, RSS tickers, client-side repeaters, gCal integration, checking browser history, continuous pagination and more.
Coding Horror: Cross-Site Request Forgeries and You
Explanation of and advice for handling common attacks through websites. Cross-Site Request Forgeries with a little bit of Cross-Site Scripting.
Why ASP.NET AJAX UpdatePanels are dangerous | Encosia
Good arguments against over-use of UpdatePanels and some sample script of how to replace their functionality with JSON calls.
-
<asp:ScriptManager ID="ScriptManager1" runat="server"
EnablePageMethods="true" />
<script language="javascript">
function UpdateTime() {
PageMethods.GetCurrentDate(OnSucceeded, OnFailed);
}
function OnSucceeded(result, userContext, methodName) {
$get('Label1').innerHTML = result;
}
function OnFailed(error, userContext, methodName) {
$get('Label1').innerHTML = "An error occured.";
}
</script>
<asp:Label runat="server" ID="Label1" Text="Update Me!" /><br />
<input type="button" id="Button2" value="Web Method Update"
onclick="UpdateTime();" /> -
[WebMethod]
public static string GetCurrentDate()
{
return DateTime.Now.ToLongDateString();
}
rand(blogger); » Blog Archive » The Beginners Guide to Yahoo Pipes: Part 1
Nice tutorial on how to create and use Yahoo Pipes with justification about why you'd want to in the first place.
Information Gift: Debugging on Safari
Some helpful hints for debugging in Safari and links to some tools as well.
Safari Developer FAQ
Looks like some of this is for the older versions of Safari but still helpful for those of us who don't use this beast very much.
35 Photoshop Tutorials for Designing Your Own Posters | Vandelay Website Design
Nice list of Photoshop tutorials specific to poster design. Many of them are how to replicate the effects you see on movie posters.
MAKE: Blog: HOW TO - Make video flipbooks with AfterEffects
A tutorial on how to make a flip book from a video snippet by printing each frame and binding the bundle. Probably a lot of work but still a cool idea.
exe installer for AIR runtime and program - ActionScript.org Forums
Code snippet that lets you add the ability to check whether Adobe Air runtime is installed on a Windows computer before installing your own app package. Requires that you get permission from Adobe to redistribute the runtime with your app first.
7 Principles Of Clean And Optimized CSS Code | CSS | Smashing Magazine
Well done list of CSS best practices with links to other resources that take them further. Great link to hand over to friends who are getting started with CSS or need some refreshers.
15 Resources To Get You Started With jQuery From Scratch - NETTUTS
Nice list of tutorials and examples to initiate one into the wonderful world of jQuery. A good starting point for some of my friends who are getting into it.
Using CSS to Do Anything: 50+ Creative Examples and Tutorials
Nice list of extreme CSS tutorials and examples.
Websites you Shouldn´t have missed in JULY 2008
A big list of interesting resources and inspiration on everything from Photoshop Tutorials, to Wordpress Theme development and graphic design downloads and inspiration.
Selected Tags
Related Tags
Sponsored Links
Top Contributors
Groups interested in tutorials
-
diigo
Tutorials and reviews of diigo
Items: 26 | Visits: 232
Created by: Sue Blimely
-
photoshop
Items: 85 | Visits: 543
Created by: Rika Y
-
Diigo Tutorials
Items: 27 | Visits: 265
Created by: Maggie Tsai
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo
