CSS Code Snippets : 15 Wicked Tricks | DevSnippets
http://devsnippets.com/reviews/css-code-snippets-15-wicked-tricks.html
20 Windows 7 Tweaks & Tips – Every Secret Uncovered to Date | Maximum PC
http://www.maximumpc.com/article/features/20_windows_7_tweaks_tips_%E2%80%93_every_secret_uncovered_date
Windows 7 shortcuts50 Skills Every Real Geek Should Have - Page 1 | Maximum PC
Every Real Geek Should Have - Page 1 | Maximum PC - useful, random bits20 WordPress Tricks to Improve Your Blog
Blogging, WordPressAdam Oliver’s Blog » Blog Archive » A Quick Selection of CSS Tips
Adam Oliver’s Blog » Blog Archive » A Quick Selection of CSS Tips - http://blog.adamoliver.net/tutorials/a-quick-selection-of-css-tips/
よく使うCSSティップス。
Tips/ハックSimpleBits ~ How I Might Deal with IE6
Eight years ago (almost to the day), Jeffrey Zeldman wrote, To Hell With Bad Browsers, signaling the dawning of “The CSS Age”. Explaining how the use of @import for referencing stylesheets is ignored by Netscape 4, was an important step in shedding away the problems related to supporting an ancient browser. Eight. Years. Completely ignoring a browser in terms of CSS is a wonderfully freeing thing. It certainly can’t be done on every site. The important thing to remember is that it’s a site’s statistics that should determine what level of support you decide to offer.
Dan Cederholm on when you should drop Internet Explorer 6 and how to do it.
Might Deal with IE6
IE6 begone! Ah, someday.
Dan Cederholm: “Completely ignoring a browser in terms of CSS is a wonderfully freeing thing. It certainly can’t be done on every site. The important thing to remember is that it’s a site’s statistics that should determine what level of support you decide to offer.”
<!--[if gte IE 7]><!--> <link rel="stylesheet" type="text/css" media="screen, projection" href="screen.css" /> <!--<![endif]-->Things you may not know about jQuery - James Padolsey
j keeps track of where you’ve been, and how much time you spend there. Source it into your .bashrc, and then you can say j foo to jump to the most used directory that has the substring (actually regex) foo in i
j is a "learning cd", a shell/awk script that captures your directory changes and remembers the most frequently visited directories, allowing you to hop to them with a simple 'j dirname', no matter where you are in the filesystem.
Tool to jump around directories
j is replacement for cd that learns the directories you use most oftenOpenOffice.org: 7 Things You Didn't Know You Could Do - Solutions by PC Magazine
OpenOffice.org–an application suite, not just a Web site—has tricks even Office can't manage. Here are a few that may not be obvious, plus a few ways to make it less annoying out of the box.50 seriously useful Windows 7 tips | News | TechRadar UK
50 seriously useful Windows 7 tips It's the mother lode of Windows 7 tweaks and tricks! : TechRadar UK10 Geeky Tricks for Getting Out of Bed in the Morning | Geekdad from Wired.com
tricks to get out of bed..
Geekdad from Wired.comSharpen the Vim saw | Ivan Idris Blog
7 habits for effective text editing 2.0 is the title of the Google tech talk given by Bram Moolenaar on 13 February 2007. The title is loosely based
nice.. thanks daveg5 Credit Card Company Tricks — and How to Thwart Them ∞ Get Rich Slowly
Get-rich-quick schemes are extremely varied. For example, fake franchises, real estate "sure things", get-rich-quick books, wealth-building seminars, self-help gurus, sure-fire inventions, useless products, chain letters, fortune tellers, quack doctors, miracle pharmaceuticals, Nigerian money scams, charms and talismans are all used to separate the mark from his money. Variations include the pyramid scheme, Ponzi scheme and Matrix sale.
they keep changing and often contain elements of more than one type. This list should not be considered complete, but covers the most well-known confidence tricks. Throughout this list, the perpetrator of the confidence trick is frequently called a "con artist" or simply "artist", and the intended victim called a "mark".
Confidence tricks are difficult to classify, because they keep changing and often contain elements of more than one type. This list should not be considered complete, but covers the most well-known confidence tricks. Throughout this list, the perpetrator of the confidence trick is frequently called a "con artist" or simply "artist", and the intended victim called a "mark".
scam prototypesSix Valuable Things Web Design Clients Won’t Tell You - FreelanceSwitch - The Freelance Blog
Six Valuable Things Web Design Clients Won’t Tell You8 awesome JQuery tips and tricks
like JQuery? This fast and easy to use Javascript framework became very popular in 2008. In the following article, I have compiled a list of 8 absolutely useful JQuery hacks, tips and tricks.50 ways to impress your geeky linux friends - LaptopLogic.com
Dicas LINUX interessante, como desmontar drive em uso
Our own Geek Queen Blair Mathis is back with 50 ways to increase your Linux knowledge and help you along the way to true geekdom.
50 ways to increase your Linux knowledge and help you along the way to true geekdom. 1. watch terminal star wars To start this article off right, no Linux user can claim the status of geekhood unless they've seen Star Wars ASCII-style. To watch a fascinating version of Star Wars via the Terminal, type: telnet towel.blinkenlights.nlIncrease Firefox Speed and Decrease Firefox Memory Usage +20 Tips | StayUpdate.com - Want to stay up to date?
In this article I am going to tell you how to decrease firefox memory usage and increase firefox speed. This article of mine has two parts. So, follow each part to the end to make your Firefox Faster and Reduce your Firefox Memory Usage:
Mempercepat firefox
If I couold be bothered...
understand my meaning better I have taken picture of my deskto» 16+ Easy CSS Techniques that Simplify the Webdesigner’s Life WebAir Blog
16+ Easy CSS Techniques that Simplify the Webdesigner’s Life WebAir Blog
Well done article. And it's a Drupal site, too! Turns out you can do all kinds of cool effects in CSS alone w/o resorting to scripting languages!
Has some neat techniques to make the web site a little more user friendly and interestinghaineault.com / blog / 10 useful jQuery authoring tips
Here's 10 tips that will makes you code more efficiently with jQuery.
haineault.com / blog / 10 useful jQuery authoring tips
Here's 10 tips that will makes you code more efficiently with jQuery. 1. Be lazy // Don't if ($('#item').get(0)) { $('#item').someFunction(); } // Or if ($('#item').length) { $('#item').someFunction(); } // Just do $('#item').someFunction(); jQuery will call the function only if there is a match, no need to double check. 2. Use shortcuts // You can but.. $(document).ready(function(){ // ... }); // There is a shorter equivalent $(function(){ // ... }); It should be well known, but obviously it is not. 3. Chain // Don't $('#frame').fadeIn(); $('#frame .title').show(); $('#frame a:visited').hide; // Do $('#frame').fadeIn() .find('.title').show().end() .find('a:visited').hide(); Unnecessary DOM traversal is a expensive operation, avoid it when possible. 4. Group queries // Ugly $('div.close').click(closeCallback); $('button.close').click(closeCallback); $('input.close').click(closeCallback); // Not ugly $('div.close, button.close, input.close') .clic21 Advanced Photoshop Tips, Tricks and Tutorials Roundup
In this article, you'll find several simple but effective photo enchancing techniques on topics such as how to choose the best image format for web or how to create croplet for repeatedly image editing process.Lifehacker Top 10: Top 10 Happy Hour Hacks
10. Find great beer to drink
LifehackerjQuery Tips and Tricks II | Queness
jQuery Tips and Tricks Part 2! Obviously, one post is simply not enough. I found some performance tuning, element manipulations tips and tricks that I believe will able to help you develop a more effective and efficient jQuery script.100 tips and tricks to speed up OS X | News | TechRadar UK
10 dicas de programação nos arquivos .PHP do Wordpress.
Como diseñar tu propio tema en WPSiteCrafting > Blog > How to Center a Div
I hate trying to center DIVs. Stupid CSS.
como centrar divs en una pagina
"Centering a div horizontally and vertically has always been a pain for CSS. Not any more! With this trick, you can create a centered block in no time."10 Expert Ubuntu Tricks - Business Center - PC World
Useful.What is Vertical Align?
print!
Web Design
CSS has a property called vertical align. It can be a bit confusing when you first learn about it, so I thought we could go through it’s use a little bit. The basic usage is like this:17 cool magnet tricks - Evil Mad Scientist Laboratories
find new tricks and different ways to do thingsFrom the Desk of David Pogue - Pogue’s Photography Tips and Tricks - NYTimes.com
David Pogue’s list of “The Best Photography Tricks of All Time.”20+ Wicked Proof of Concepts for Better use of jQuery/CSS | Noupe
Facebook tips
nice
20 Facebook Tips/Tricks You Might Not Know | How-ToIn the Woods - 9 Useful Snippets for Your WordPress Functions
There are thousands of sites out there offering tips and tricks for using CSS. But how do you know where that information is coming from? Who says the people writing these “tips” know what they’re talking about? For all you know, it could be someone who has not clue what CSS even stands for, let alone how to use it effectively. But that’s not the case with the experts below. They’re all well-known for their mastery of CSS and all that goes along with it. Read on for their tips and tricks with regards to everything from avoiding hacks to understanding the box model.Do you know these Double-click Tricks in Excel? | Pointy Haired Dilbert: Charting & Excel Tips - Chandoo.org
Useful tips for Excel double-clickers.10 astonishing CSS hacks and techniques
Well, I guess that almost all of you knows CSS and what it can do for you. But some astonishing techniques still remains obscure for a lot of developers. In this article, let’s see 10 cross browser css techniques to definitely enhance your designs.32 Coda Tips and Tricks | Mac Tricks And Tips
32 Coda Tips and TricksExplore Google Search
Search is at the heart of everything we do at Google. Our engineers work every day to solve the hardest search problems, and thus improve your online experience. Here's a glimpse at what they do, the features they've built and the remarkable user stories that inspire our work.
Explore Google Search: Movies, weather, public data, earthquake information and more. Check out these 15 second search tips from Google to help you save time and get the most of your online experience.
Search is at the heart of everything we do at Google. Our engineers work every day to solve the hardest search problems, and thus improve your online experience. Here's a glimpse at what they do, the features they've built and the remarkable user stories that inspire our work.7 ‘Secret’ Ways To Use Twitter Search
Twitter search patterns explained,
Twitter Search is just amazing because it can give you real-time feedback about pretty much everything. That is, if you know how to look for it. Here is how: Before we start I need to point out that both TweetDeck and Seesmic (my two favorite Twitter apps - with Seesmic being the #1) allows you to open special search panels, allowing you to “follow” a search term, instead of a person.
Tips on refining and enhancing Twitter SearchesTipster / Latest Tips
6/29/09 Many WordPress users know the wp-config.php file as the key to the WordPress database. It is where you set the database name, username, password, and location.
ol config options for the WP newbie like me.
But what many users don’t know is that the wp-config.php file may be used to specify a wide variety of configurational settings, enabling you to improve the functionality, performance, and security of your WordPress-powered site. In this article, I share as many of these configurational tricks as I have been able to collect over the years. This guide covers everything in the WordPress Codex, as well some additional tricks that you probably haven’t seen before. If you know of any other WordPress configuration tricks, share them in the comments and I will add them to the post.
Many WordPress users know the wp-config.php file as the key to the WordPress database. It is where you set the database name, username, password, and location.Car Dealer Tricks to Watch For - Buyers Info/Features/Classic Cars/High Performance/Hot Lists/Reviews/Car and Driver - Car And Driver
shopping automotive
What to be wary of when you’re negotiating your next new-car purchase.10 awesome things to do with cURL
There are numerous ways a Cascading Style Sheets (CSS) can improves our web design and it’s not difficult to implement a few to make our website looks better and more user-friendly. Listed below are 10 cool CSS tricks that will improve your web designs instantly. The good thing about these tutorials is that they make complicated CSS tricks look easy (and you don’t have extensive coding work to do!). If you are new to web design and development, I suggest you bookmark this article for further reference in future.Nw1AS.jpg (JPEG Image, 950x848 pixels)
Nw1AS.jpg (JPEG-kuva, 950×848 kuvapistettä)
ganzfeld procedure, inverted binoculars painkiller, rubber hand illusion, pinocchia illusion, purkinje lights10 handy Firefox about:config hacks | 10 Things | TechRepublic.com
If you really want to fine-tune your Firefox functionality, you have to roll up your sleeves and tinker with the about:config page. Jack Wallen shares some simple hacks to make Firefox work the way you want.Forget About Photoshop: 5 CSS Hacks to Help You Stop Using Images - Cherrysave
** Posted using Viigo: Mobile RSS, Sports, Current Events and more **
Forget About Photoshop: 5 CSS Hacks to Help You Stop Using Images - Cherrysave - http://www.cherrysave.com/web-design/forget-about-photoshop-five-css-hacks-to-help-you-stop-using-images/15+ CSS Tips and Tricks | Queness
Excellent!
A list of CSS tips and tricks that will make your life so much easier! I have also make a list of CSS shorthands for your convenience.Text Blocks Over Image | CSS-Tricks
text-overlay trick
Text within overlaying blocks over images.
by Chris Coyier, 2009-07-27, "Someone recently asked me about this technique and my first reaction was that it was probably a little too mundane to cover as a tutorial. But then I got to thinking that there is actually a few interesting things happening here and the style is trendy enough people might be interested. The idea is just to overlay some text over an image, but as blocks that stick out from the left with an even amount of padding all the way around the variable-length text. (...)"WordPress Resources - 48 Resources, Tips, Tricks & Themes | Think Design
A list of WordPress resources, including general resources, inspiration, themes, tips, hacks, and tricks, presented by ThinkDesignBlog.comMind tricks: Six ways to explore your brain - life - 19 September 2007 - New Scientist
the auditory illusions are interesting!
New Scientist's guide to the simple techniques that will uncover the inner workings of your grey matter%postname%
MySQL is a widely used and fast SQL database server. It is a client/server implementation that consists of a server daemon (mysqld) and many different client programs/libraries. Here are very useful tips for all mysql DBA’s, Developers these tips are noted from MySQL Camp 2006 suggested by mysql community experts.
# # Don’t use DISTINCT when you have or could use GROUP BY
Don’t use deprecated features30 essential Mac time-saving shortcuts | News | TechRadar UK
We all want our Macs to be labour-saving rather than labour-causing devices. Yet, even if you've been using a Mac for a long time, the thought, "There has to be a better of way of doing this," will probably come to mind on a daily basis. Whether you're undertaking a repetitive task that has to be done often or just a one-off job that seems to be more complicated than necessary, it's your time that's being wasted and we're here to put an end to it.10 Tips for Writing Better jQuery Code
** Posted using Viigo: Mobile RSS, Sports, Current Events and more **
jQuery is totally cool. I’ve been using it for a year now and I find myself constantly learning new tricks and running into great improvements. The amount of plug-ins and resources out there is great, too, making this powerful javascript library either a must-use (for many developers) or a very-cool-thing-I-like for the others. However, many people want to know how to write better code. Here, my friend, are some tips.
Interesting way to save data in point 10.IRB: Let’s Bone Up On The Interactive Ruby Shell
IRB articlesGamasutra - Features - Dirty Coding Tricks
[When the schedule is shot and a game needs to ship, programmers may employ some dirty coding tricks to get the game out the door. In an article originally published in Gamasutra sister publication Game Developer magazine earlier this year, here are nine real-life examples of just that.]
ith a rotated camera at level start -- the other two platforms we
More tricks described in the comments!Top 10 Tricks MacGyver Would Be Proud Of - MacGyver - Lifehacker
Lifehacker.com
Out in the countryside, MacGyver and the son of an esteemed diplomat are tired, exhausted, and hungry after dismantling a tank and escaping a military prison with corrugated cardboard, vanilla extract, and a magnet-tipped screwdriver. They have no matches or fuel to start a fire, but they did ransack a few items from the galley kitchen on the way out. With a 9-volt battery or cellphone sparked against some steel wool, or a pop-top can and chocolate, they're well on their way to getting a little flame built. (Original posts: chocolate and Coke, cellphone battery, steel wool and 9-volt).
When they draw up the Complete History of Lifehacking, Angus MacGyver will certainly merit a chapter. We pay tribute to the creative can-do secret agent this week with 10 tricks that make extraordinary use of truly common objects.9 WordPress Hacks to Encourage User Interactivity | Vandelay Design Blog
"nofollow" href="http://twitter.com/home?status=<?php echo urlencode("Currently reading: "); ?><?php the_permalink(); ?>" title="Share this article with your Twitter follower
more WPUse any version of Windows 7 free for 120 days
Interesting idea if you have the inclination and time...
There's an easy way to stretch Windows 7's 30-day free-trial period to 120 days so you can determine whether Microsoft's new operating system meets your needs.Even better — if you know the secret — you can try out any version of Win7, from Ultimate to the lowly Basic, using a single install disc.
The Windows Secrets Newsletter brings you essential tricks of running Microsoft Windows XP, Vista, Internet Explorer, Firefox, Windows Update, and more — weekly, free.10 Youtube URL Tricks You Should Know About
Youtube - You know that site with videos and all. Yeah! It turns out that its quite popular and you happen to visit and use it quite often. Instead of just
youtube25 Incredibly Useful CSS Tricks You Should Know
25 trucos CSS que deberías conocer
Handy CSS Tricks7 Very Simple Tips and Tricks for getting More out of WordPress - Inspect Element
Various snippets of code (html, css, php, jquery, etc). Definitely worth keeping handy.10 Mini-Tips and Tricks in JavaScript for Beginners | Admix Web
Useful for more advanced developers too - I didn't know several of these.
return arguments.length; }Top 10 Tricks for Creatively Hiding Your Stuff - Security - Lifehacker
Every kid has a creative stash for secret stuff, but that useful enthusiasm doesn't have to die off just because we've traded treehouses for desks. See how you can hide money, files, workspaces, and more in today's Top 10.
** Posted using Viigo: Mobile RSS, Sports, Current Events and more **12 Really Useful CSS3 Tips And Techniques | Web Design Tutorials | Creating a Website | Learn Adobe Flash, Photoshop and Dreamweaver
Select a paragraph of text and click on “Summarize” under the services menu. You’re presented with the option to summarize sentences or paragraphs with a simple slider that reduces the length of the selected text by trimming unnecessary bits. I’m not sure how it goes about this but it does a surprisingly acceptable job of it.
highlight
30+ Super Secret OS X Features and Shortcuts – http://bit.ly/7epZ9 #Mac #Apple [from http://twitter.com/thegraphicmac/statuses/4568668952]Centered Vertical and Horizontal Align of elements in css
In this tutorial, we will see how to center align: horizontaly an element with a fixed width horizontaly an element with no specific width verticaly an element with a fixed height verticaly an element with no specific height horizontally and vertically an element with fixed measure horizontally and vertically an element with no specific measure horizontally and vertically a single line of textReally simple CSS trick for equal height columns – woorkup.com
This tutorial describes a really simple CSS trick to implement a fake equal height columns effect using the CSS properties position:absolute and border. Before to proceed I suggest you to download my CSS 2 Visual Cheat Sheet for a practical reference guide to CSS 2 properties that can help you understand concepts illustrated in this post.Customizing the Terminal: The Prompt | LinDesk
Customizing the Terminal: The Prompt
Most Linux ‘gurus’ spend a lot of time working in the terminal. If you belong to that group, this post is for you. This is a tutorial to configure the terminal prompt to the best possible value for your use. Note: This tutorial is for bash users – these instructions will not work in other shells.You must have seen the prompt if you have use the terminal – it is the first few characters in each line. Usually, it will be…Editing the prompt is very simple – you just have to edit a shell variable. To see the current prompt’s value, open a shell and type the command…
good prompt ideas10 Sweet GIMP Photo Editing Tricks to Wean You Off Photoshop | Maximum PC
10 Sweet GIMP Photo Editing Tricks to Wean You Off PhotoshopDo’s and Don’ts of Photoshop Retouching | Webdesigner Depot
Things NOT to do when Photoshop Retouching
A photograph of a stunning model is sitting before you that has serious potential but several flaws. The shade of the female model’s hair is dull, her eye color just isn’t doing it for you, and she has several pimples across her otherwise flawless face.
Do’s and Don’ts of Photoshop Retouching20 Handy Photoshop Tips For a Faster Workflow
20-handy-photoshop-tips-for-a-faster-workflowTwelve Tips and Tricks to Get the Most Out of Posterous : The World :: American Express OPEN Forum
3. Customize the look-and-feel of your site. Posterous now supports customization. Select one of the built-in themes, and customize the colors. Or create your own custom theme. You can even port Tumblr themes to Posterous.
Posterous is sort of blogging, but not. It allows you to "lifestream" more easily and upload photos, text, etc. very quickly to a central site.Tips and Tricks: Making the Most of Google Calendar
Quick anatomy lesson: the distance between your eyes is one-tenth the length of your arm. This is important, because it helps you estimate the distance between yourself and any object of reasonably known size to a rather accurate degree. Let's begin this with a confession: I can't estimate distances worth a darn. 100 ft, 300 ft, 20 m, I can't really do it. Thankfully with this trick, we can get pretty accurate distance estimates with only the tiniest bit of math, a general idea of the size of the object you're estimating distance from, and an arm. Basically, all you need to do to estimate a distance using this classic method is hold your arm out and stare at your thumb with an eye closed. Silly, yes, but it makes sense, because you'll switch which eye you look through and sort out how far the object appears to have "jumped" to the side:20 Simple jQuery Tricks | Design Shack
Rundown of cool jQuery features/pluginsVideo Demonstration: The Best New Windows 7 Keyboard Shortcuts
Windows 7 boasts a lot of great new shortcutsSimple CSS Tips that Go a Long Way - Inspect Element
[vía @basilio] # Learn the difference between good and bad code. read more # Stick to coding standards, it will make it easier for you to understand other people’s code and other people will be able to understand yours. read more
PHP programming tips and tricks20 Essential Tweaks and Tips Every Firefox User Should Know | Maximum PC
You know CSS, but do you know how to optimize it? I have gathered a list of CSS optimization and CSS File size reduction tips and tricks that will help you writing a more effective and efficient CSS code.20 Essential Tips Every Ubuntu User Should Know | Maximum PC
check out some of theseDo Speedy Math in Your Head - Wired How-To Wiki
(1+8 = 9) 8 If it is a double digit number like 88, where it's:25 Facebook Tips and Tricks you should be aware of
www.home.unix-ag.org/ simon/woof.htmlSome Cool Keyboard Tricks That Few People Know About
Klávesové zkratky, které se můžou hodit pro urychlení práce (Windows, Firefox)Stupid WordPress Tricks • Perishable Press
One of the most popular articles here at Perishable Press is my January 2005 post, Stupid htaccess Tricks. In that article, I bring together an extensive collection of awesome copy-&-paste HTAccess code snippets. Four years later, people continue to tell me how much they enjoy and use the content as a bookmarked reference for many of their HTAccess needs. The article was even published in a book on Joomla! Security.
Wordpress goldmine of php info...Google week: 101 tips, tricks and hacks | TechRadar UK
To help you with effective searching strategies, you can use this wonderful guide for searching in Google. It includes 100 tips for searching; tips 1 - 14 are important to understand
Tips on how to have successful google searches15 Hacks Every Dropbox User Should Know | Maximum PC
MaximumPC.com is the best online resource for PC Features. Visit Maximum PC and read about 15 Hacks Every Dropbox User Should Know.33 Must Read CSS3 Tips, Tricks, Tutorial Sites and Articles | Graphic and Web Design Blog -Resources And Tutorials
A goatse operator? .p20 Essential Gmail Tips You Probably Don't Use (but Should!) | Maximum PC
Awesome round-up of tips.
MaximumPC.com is the best online resource for PC Features. Visit Maximum PC and read about 20 Essential Gmail Tips You Probably Don't Use (but Should!).
# mpose a new message. Hold Shift +c to compose a message in a new window # Tab+Enter: Send a message # k: Move cursor to a more recent conversation # j: Move cursor to the next oldest conversationMy Little List of jQuery Tips, Tricks and Resources | Moral Fibre
多种Jquery资源分类Rock For Health - News
I've ignored Bing because my first experiences were really lame, but some of these tricks are kinda cool. Most of them work on Google, too.Jon Rohan · Creating Triangles in CSS
I’ve come across a few techniques and tips in my career, and one of them is this neat trick to create triangles in CSS.20 Photoshop Tips & Tricks That You Should Know About
Enhancements and changes in WordPress 2.9 are focused on making publishing and managing your content more intuitive. This article highlights important enhancements and provide resources that will help you quickly upgrade your themes or plugins to accommodate latest features.Education News Archive :: 100+ Google Tricks for Teachers
triky pro vyhledávání, využívání aplikací (kalendář, dokument, books atd.), speciální aplikace pro vzdělávání
From super-effective search tricks to Google tools specifically for education to tricks and tips for using Gmail, Google Docs, and Google Calendar, these tricks will surely save you some precious time.
Google Apps für Lehrerinnen und Lehrer
"From super-effective search tricks to Google tools specifically for education to tricks and tips for using Gmail, Google Docs, and Google Calendar, these tricks will surely save you some precious time."Essential Windows Tricks - PC World
Whether you run Windows 7, Vista, or XP, these 25 tricks will make your PC faster, safer, and even more fun to work with.45 Powerful CSS/JavaScript-Techniques - Smashing Magazine
Some INCREDIBLE (and beautiful) CSS/Javascript techniques. My favourite is the Sexy Music Album Overlays for styling your music streams and provides you some graphics to do so.
CSS and JavaScript are extremely powerful tools for designers and developers. However, sometimes it's difficult to come up with the one excellent idea that would solve...EmacsWiki: Emacs Nifty Tricks
go back and forth between locations in buffers or across buffers
A list of nifty emacs tricks.Tips and hacks for creating your own Wordpress theme - Freelance Web Design Belfast Northern Ireland Lee Munroe
Tips and hacks for creating your own Wordpress theme - Freelance Web Design Belfast Northern Ireland - Lee Munroe - http://www.leemunroe.com/tips-and-hacks-for-creating-your-own-wordpress-theme/
Tips and hacks for creating your own Wordpress themeSexy HTML List Tricks • Perishable Press
Liste in HTML umsetzen
HTML Listen
Most bookmarked site20+ .htaccess Hacks Every Web Developer Should Know About | DevMoose
Apache's .htaccess(hypertext access) configuration file can be a very powerful tool in a web developer's toolkit if used properly. It can be found in the
Apache's .htaccess(hypertext access) configuration file can be a very powerful tool in a web developer's toolkit if used properly. It can be found in the webroot of your server and can be easily edited using any text editor. In this article I'm going to show you 20 .htaccess hacks and how to use them.55+ Most Wanted WordPress Tips, Tricks, and Hacks
Más de 55 trucos sobre Wordpress9 Tips to Smaller & Optimized CSS Files » DivitoDesign
dicas e truques de VIM50 Terrific Twitter Tips for Job Seekers | MBA Jobs
Y algunos otros consejos para el diseño de página personal de Twitter
use ful data for new user in twitter
Great tips for being professional on Twitter and also some good tweet tools for jobseekers
SHARED USING: http://www.tagle.itForget About Photoshop: 5 More Ways to Stop Using Images in Your Designs - Cherrysave
when it comes to login pages where our most sensitive data are being held. Hence, there is a need to better understand how well your login page has been implemented to be considered as really secure. In this article, you will get a list of PHP secure login tips and tricks that will definitely help you decide on your secure rating of your login page.CSS Killswitch
CSS (short for "Cascading Style Sheets") is the markup that makes the internet look the way it does. CSS Killswitch works by creating a unique, inconspicuous, and innocuous stylesheet that you'll link the potentially problematic client's site to. Should negotiations go south and passwords get changed before you receive payment, that stylesheet can be activated to superficially black out the site, returning to you the upper hand. * When relations return and you've received payment, the killswitch is easily deactivated and its traces removed. Not convinced? Try a two second demo of what it could do to this page. Oh, did I mention this is free? Because it's free.
CSS Killswitch lets you non- destructively black out a difficult client's website with the click of a button.Ubuntu Tips and Tricks - TechCombo
"101 Time-Saving Google Tricks for Work, Play and Learning The Internet is full of useful tools and hacks that keep you more focused and efficient, but you have to know which ones are best. This large list of 101 Google tricks can help you lead a more streamlined, stress-free existence, from your personal to your school or work life."CSS Trick For A Scrolling Transparent Background Effect
Learn an easy CSS trick to create a transparent scrolling background effect like that found on the Think Geek website, including fixes for IE6.
The ThinkGeek background effect explained10 Useful Google Spreadsheet Formulas You Must Know – woorkup.com
"10 Useful #Google #Spreadsheet Formulas You Must Know – woorkup.com" http://j.mp/bz2acl
Google Spreadsheet is a powerful and free tool to manage complex spreadsheets. This tutorial illustrates ten useful formulas you must know to help you simplify the way you work in Google Spreadsheet.26 cool and useful jQuery tips, tricks & solutions | OpenSourceHunter
The use of the jQuery library is growing and growing(just released jQuery 1.4), more and more people are using this useful javascript library. This means that more and more useful jQuery tips, tricks and solutions are coming available. That’s why i created a small list of 26 cool and useful jQuery tips, tricks and solutions. jQuery has a lot of very useful plugins that can help you with almost anything, but there are a couple of plugins that aren’t that smart to use, why? Well sometimes 1 or 2 lines of jQuery code can do the same thing(or even better), so why use a big script if you can do the same trick with a small piece of code. As many of you already know, jQuery can do a lot of things in more than just one way, so if you see a tip, trick or solution and think/know this can be done better, smarter or faster please let me know, post and share it in a comment below of just email me this, so that i can use this for part 2.Ruby, Rails, Web2.0 » Blog Archive » Ruby’s Most Underused Keyword
redo ‘jumps’ to the beginning of the block
REDO: Ruby’s Most Underused Keyword
To understand this, remember this (from the Pickaxe book): "A Ruby iterator is simply a method that can invoke a block of code"10 WordPress Tips & Tricks for Your Comment Page | Lists | Tutorial Blog
Useful Bash shell one liners with explanations30+ Super Secret iPhone Features and Shortcuts | iPhone.AppStorm
Here are over thirty iPhone tips and tricks that aren’t widely publicised – I’m sure you’ll have encountered a few before, but some are bound to be brand new to you. Read on to join the ranks of an iPhone ninja!
@mollydea Secret iPhone Features and Shortcuts - http://bit.ly/9JZVBp (via @smashingmag)Lifehacker - Find All the Acronyms in Word Documents - Microsoft Word
<[A-Z]{2,}>
Lifehacker - Find All the Acronyms in Word Documents - Microsoft Word http://twurl.nl/vqizla [from http://twitter.com/znth/statuses/1849171774]YouTube - Penn and Teller Explain Sleight of Hand
Very cool american duo of comedians slash illusionists. They are the bane of the magician's community, not being one bit too shy to explain the mechanics of their tricks to their viewers.
Humor, magic, and education. What more could you ask for? (via http://www.cynical-c.com/?p=13572)
old classic, P&T explain sleight of hand10 handige YouTube URL trucs en hacks die je moet weten · Marketingfacts
10 handige YouTube URL trucs en hacks die je moet weten. YouTube, wie is er niet groot mee geworden? Het is nog steeds de grootste en populairste inte
"YouTube URL trucs"
ouTube, wie is er niet groot mee geworden? Het is nog steeds de grootste en populairste internetvideo website van het internet zowel in Nederland als internationaal. Maar wist je dat je behalve video’s zoeken en kijken nog veel meer met de URL’s kan doen? Hieronder staan 10 handige URL trucjes die handig zijn om te weten. Van het aanzetten van hogere kwaliteit tot direct linken naar een locatie in de video. Van het automatisch afspelen van een embedded video tot het downloaden van YouTube-filmpjes.10 Simple Google Search Tricks
These pages are saved from the Delicious website.
Essential syntax.
I'm always amazed that more people don't know the little tricks you can use to get more out of a simple Google search. Here areSeven more Xbox 360 secrets Microsoft doesn't tell you | News | TechRadar UK
More tips 'n' tricks to get the best from your consoleUse CSS Borders for 3D Effects - McArthur GFX
I’m always amazed that more people don’t know the little tricks you can use to get more out of a simple Google search. Here are 10 of my favorites.
10 Simple Google Search Tricks10 Expert Ubuntu Tricks
It’s been about six months since Windows 7 hit the market, so we figure most of our readers have made their upgrades. For those who’ve made that jump, we present a bottle of our favorite Windows 7 tips, each designed to help you extract the very last bits of convenience and GUI-navigating performance from your own personal dream machine. And if you haven’t yet upgraded to Win7, we trust you will after reading this article, as its core features—let alone its actual Lab-benchmarked performance—kicks Vista and XP ass.
Your OS drives your whole PC experience, so it's your job as an enthusiast to keep it in a high state of tune
It’s been about six months since Windows 7 hit the market, so we figure most of our readers have made their upgrades. For those who’ve made that jump, we present a bottle of our favorite Windows 7 tips, each designed to help you extract the very last bits of convenience and GUI-navigating performance from your own personal dream machine. And if you haven’t yet upgraded to Win7, we trust you will after reading this article, as its core features—let alone its actual Lab-benchmarked performance—kicks Vista and XP ass. We close out our tuning session with a tip designed to supercharge the process of installing the OS. By loading Windows 7 onto a USB key, and making that key a bootable drive, you can do an end-run around slow optical-drive technology and install your OS in (pardon the pun) a flash. It’s time to get started. Park your computer, but don’t shut down. This is one PC tune-up that can only be done with your engine running.Windows 7: How to Get Your Windows 7 Beta Product Key
windows 7 beta product key
Reading: Windows 7: How to Get Your Windows 7 Beta Product Key http://tinyurl.com/7d9b62 [from http://twitter.com/brandontruong/statuses/1122427047]All There Is To Know About HTML5 and CSS3 | Design your way
HTML5 has definitely become a trend alongside its lil’ brother CSS3 because of their functions and utilities which makes them the next best thing in web design. Better even than Flash, maybe, in some situations. Being the next best thing will not determine you to use it, but the fact that it introduces and enhances a wide range of features including form controls, APIs, multimedia, structure, and semantics will do. The most important thing for you to know is that you can’t learn it just by reading, you have to work with it, step by step, using these new techniques from the tutorials that I’m bringing you here and by the time HTML5 and CSS3 properties will be supported on every browser you’ll be a rockstar coder.Twitter Essentials: 7 Most Valuable Twitter Resources / Tools
Twitter Essentials: 7 Most Valuable Twitter Resources / Tools
There is no denying that Twitter mania has taken over the world. Currently the fastest social network in existence, Twitter serves a valuable communication tool for a lot of its users.10 Simple Google Search Tricks - NYTimes.com
Creating a Firefox extension can be difficult if you don’t know the files involved and how to structure your extension folder. Fear not — I have created a very basic Firefox extension template file/folder structure for you to get your first plugin going.
Just what I need25 Useful Blender tricks that aren’t so obvious | Blender Guru
You might recognize a few of these tips (we've covered most of them here before), but chances are good there's something new in the list for just about everybody. And if you know all of them already? Pat yourself on the back for your masterful geek skills.php etc...: jQuery - Select elements - tips and tricks
$("#myselect option:eq(0)").after("<option value='4'>Some pears</option>");
$("#myselect").val("Some oranges").attr("selected", "selected");Hidden features of Perl - Stack Overflow
"What are some really useful but esoteric language features in Perl that you've actually been able to employ to do useful work?" The community responds. Great stuff here.
What are some really useful but esoteric language features in Perl that you've actually been able to employ to do useful work? Guidelines: Try to limit answers the Perl core and not CPAN Please give an example and a short descriptionTake a People-Free Photo in a Crowded Place
"When you return home, open all the images from the series in Photoshop CS3 Extended. From the top menu, select File >Scripts > Statistics. In "Choose Stacks Mode" dialogue, select "Median." That's all there is to it! After crunching some data, Photoshop will spit out a new image without anybody in it. You may need to use some of your individual files to clean up a few artifacts generated by the process. In this example, I took 25 exposures during approximately 15 minutes (the place was incredibly busy as you can tell from the first picture). The clouds had shifted, so I "borrowed" the sky from one of the shots."
Remove people from a crowded scene.18 Memory Tricks You Need to Know on Shine
By Patricia Curtis Can't remember where you put your glasses? Blanked on your new colleague's name? "Forgetting these types of things is a sign of how busy we are," says Zaldy S. Tan, MD, director of the Memory Disorders Clinic at…Web Speaks: 25 Incredibly Useful CSS Tricks You Should Know
:after :beforeCSS Media Queries & Using Available Space | CSS-Tricks
I found this very interesting - Bill.
CSS Media Queries & Using Available Space | CSS-Tricks - http://css-tricks.com/css-media-queries/
different stylesheets depending on browser window size
"CSS Media Queries & Using Available Space" by @chriscoyier #tech #webdev http://bit.ly/cacu4y – Elijah Manor (elijahmanor) http://twitter.com/elijahmanor/statuses/17875536154Top 10 USB Thumb Drive Tricks
What can you do with a few gigabytes and a USB port? Quite a lot, with the right software. Learn how to encrypt your work, run whole systems, rescue Windows, and customize your thumb drive with these USB-geared tricks.10 Cool Facebook Status Tips and Tricks
dropbox tips
DROPBOXTextarea Tricks | CSS-Tricks
textarea { overflow: auto; }Quick Tip: Multiple Borders with Simple CSS | Nettuts+
Quick Tip: Multiple Borders with Simple CSS | Nettuts+Quick Tip: Multiple Borders with Simple CSS | Nettuts+
シンプルなhtmlで二重枠線にする方法。使える。
Quick Tip: Multiple Borders with Simple CSS | Nettuts+Top 10 Clever Google Voice Tricks
Jun 27, 2010 04:12 AM 165,502 178WordPress 3 and What You Can Do! | AEXT.NET MAGAZINE
’s the way to show the description on each menus? Very good question. What’s the use of menu description as seen on menu management picture if we couldn’t d
WordPress 3 and What You Can Do!
Wordpress 3.0 Features and Guide | AEXT.NET MAGAZINE - http://aext.net/2010/07/wordpress-3-and-what-you-can-do/
come togliere a get_the_term_list il link della categoria ;)WordPress 3 and What You Can Do! | AEXT.NET MAGAZINE
A deeper look at new features of Wordpress 3 and see what we can do.
Overzicht met Wordpress3.0 mogelijkheden
’s the way to show the description on each menus? Very good question. What’s the use of menu description as seen on menu management picture if we couldn’t d
WordPress 3 and What You Can Do!
Wordpress 3.0 Features and Guide | AEXT.NET MAGAZINE - http://aext.net/2010/07/wordpress-3-and-what-you-can-do/WordPress 3 and What You Can Do! | AEXT.NET MAGAZINE
A deeper look at new features of Wordpress 3 and see what we can do.
Overzicht met Wordpress3.0 mogelijkheden