Ultimate Photoshop Tutorials Collections

Photoshop tutorials from Six Revisions

Photoshop tutorials from Psdtuts+

Photoshop Tutorials from Good-Tutorials

25 Photoshop Tutorials for Working with Textures

20+ Tutorials for Working with Photoshop’s Tools

30 Photo Manipulation Tutorials for Photoshop

40 Photoshop Illustration Tutorials

25+ Photoshop Tutorials for Poster Design

60 Photoshop Tutorials for Photo Touch-Ups

35 Photoshop Tutorials for Realistic Results

40 Tutorials for Creating Wallpaper in Photoshop

35 Tutorials for Creating Website Layouts in Photoshop

35+ Nature Tutorials for Photoshop

35 Photoshop Tutorials Inspired by Apple

35 Tutorials for Mastering Photoshop Brushes

45 Apple-Inspired Photoshop Tutorials

50 Stunning Photoshop Text Effect Tutorials

60 Beautiful Christmas Photoshop Tutorials

50 Excellent Digital Photography Photoshop Tutorials

40 Beautiful Grunge Photoshop Tutorials

40 Photoshop Tutorials On Rain Showers and Water Drops

50 Photoshop Tutorials For Sky and Space Effects

70 Beauty-Retouching Photoshop Tutorials

11+ Photoshop Tutorials at Photoshop Roadmap

440+ Photoshop Tutorials at Photoshop Lady

22 Professional Photoshop Image Enhancing Tutorials

40+ Killer Typographic Posters, Photoshop Effects and Tutorials

18 Absolutely Stylish Designs Using Photoshop Brushes and How to’s

60 Most Wanted Photoshop Tutorials, Brushes, .PSDs and Resources

Pushing Photoshop to the Limit: 13 Most Advanced tutorials

Adobe Photoshop: 50+ High Quality .PSD Files and Tutorials

How to Create a Grunge Web Design Using Photoshop

How to Create a Dark and Sleek Web Design from Photoshop

Create a Dark and Sleek Web Layout Using Photoshop

Coding a Clean Web 2.0 Style Web Design from Photoshop

How to Create a Clean Web 2.0 Style Web Design in Photoshop

Filed under  //

Comments [1]

pixlr---free Online image editor

Filed under  //

Comments [0]

A SEARCHABLE miniBlog site--eChirpy

Chirp and tweet your miniBlogs from your personal email...

Create miniblogs from your email and automatically tweet your followers.

Filed under  //

Comments [0]

Introduce Kukoo — Enhancing email productivity

Claim your own Kukoo email address in less than thirty seconds.

Set your rules and decide when you'll be reading your mail.

Check your mailbox only at those times you carefully planned.

View extended statistics on your email usage and popular contacts.

Filed under  //

Comments [0]

Ultimate .htaccess Guides,Tutorial,Tips,Tricks,Hacks

Filed under  //

Comments [0]

tweetsort--a new and powerful twitter client for everyone.

tweetsort takes all your favorite features from the vast range of applications and merges them into one simple, sleek, easy to use web application.

Features Include:

  • » Organize your friends into groups you can easily manage
  • » Shorten links via tsort.us, bit.ly, TinyURL, tr.im, and more
  • » Post videos via yFrog
  • » Tweet songs to your Followers using GrooveShark
  • » Post pictures via TweetPhoto, twitGoot, TwitPic, and others
  • » Compress your tweets using TweetShrink
  • » Stay up-to-date with auto-refreshing tweet stream
  • » View your conversation threads
  • » Save and view custom Twitter searches

Filed under  //

Comments [0]

NetWorx – Free Bandwidth Monitoring and Usage Reporting

NetWorx is a simple and free, yet powerful tool that helps you objectively evaluate your bandwidth situation. You can use it to collect bandwidth usage data and measure the speed of your Internet or any other network connection. NetWorx can help you identify possible sources of network problems, ensure that you do not exceed the bandwidth limits specified by your ISP, or track down suspicious network activity characteristic of Trojan horses and hacker attacks.

The program allows you to monitor all your network connections or a specific network connection (such as Ethernet or PPP) only. The software also features a system of highly customizable visual and sound alerts. You can set it up to alert you when the network connection is down or when some suspicious activity, such as unusually heavy data flow, occurs. It can also automatically disconnect all dialup connections and shut down the system.

The incoming and outgoing traffic is represented on a line chart and logged to a file, so that you can always view statistics about your daily, weekly and monthly bandwidth usage and dialup duration. The reports can be exported to a variety of formats, such as HTML, MS Word and Excel, for further analysis.

Filed under  //

Comments [0]

A List of HTTP Status Codes

100 – Continue

Indicates that part of a request has been successfully received, and the rest should now be sent.

101 – Switching Protocols

Status code 101 is when the server is changing protocols as defined in the “Upgrade” header that it returns to the browser.

Successful

200 – OK

This just means that the request has been received and understood and is being processed.

201 – Created

This indicates that a request was successful and as a result, a resource has been created.

202 – Accepted

Status code 202 indicates that the server has received and understood the request and has been accepted for processing.

203 – Non-Authoritative Information

This is a lot like a status 200 except the response comes from a third party rather than the original server.

204 – No Content

The request has been received and understood but there is nothing to send back.

205 – Reset Content

An example of this might be if a user fills out a form, and submits it, a status code of 205 means the server is asking the browser to clear the form.

206 – Partial Content

A status code of 206 is a response to a request for part of a document.

Redirection

300 – Multiple Choices

The 300 status code indicates that a resource has moved. The response will include a list of locations that the user agent can select from.

301 – Moved Permanently

A status code of 301 tells a client that the resource they asked for has permanently moved to a new location. It tells the client that it should use the new URL for this resource.

302 – Found

This is when a resource has been temporarily moved to a new location. It tells the client that it should still use the same URL to access the resource.

303 – See Other

This means that the response to the request is found at a different URL. It doesn’t mean the resource has moved, it is just giving the address to where the response can be found.

304 – Not Modified

304 status indicates whether a document is different from the one in the client’s cache.

305 – Use Proxy

A 305 status code tells the client that the requested resource has to be reached through a proxy, which will be specified in the response.

307 – Temporary Redirect

307 is pretty well the same as status 302.

Client Error

400 – Bad Request

A status code of 400 indicates that the server did not understand the request due to bad syntax.

401 – Unauthorized

A 401 status code indicates that the client must be authorized before receiving the resource.

402 – Payment Required

The 402 status code is not in use. It’s listed as “reserved for future use”.

403 – Forbidden

A 403 status code indicates that the client cannot access the requested resource. This could mean that authentication failed, or the user does not have permission.

404 – Not Found

This is probably the most popular. It just means that the page you were looking for cannot be found.

405 – Method Not Allowed

A 405 status code is returned when the client is trying to use a request method (POST, GET) that the server doesn’t allow.

406 – Not Acceptable

The 406 status code means that the server understood and processed the request, but the response is not in the form that the client specified in the header request.

407 – Proxy Authentication Required

The client must be authorized by the proxy before the request can proceed.

408 – Request Timeout

The client didn’t produce a request quick enough. Servers have a set time limit, a 408 indicates that it went past the limit.

409 – Conflict

A 409 status code indicates that the server was unable to complete the request. This might happen if your trying to add, edit, remove a file, and you are unable to.

410 – Gone

A 410 status code is similar to 404, but indicates that the file is permanently gone. Where 404 doesn’t indicate one way or another.

411 – Length Required

The 411 status code occurs when a server refuses to process a request because a content length was not specified.

412 – Precondition Failed

A 412 status code indicates that one of the preconditions of the request was not met.

413 – Request Entity Too Large

The 413 status code indicates that the request was too large. Either by physical limit of the server or a setting on the server.

414 – Request-URI Too Long

The 414 status code simply means that the URL was too long to be processed.

415 – Unsupported Media Type

A 415 status code is returned by a server to indicate that part of the request was in an unsupported format.

416 – Requested Range Not Satisfiable

A 416 status code indicates that the server was unable to fulfill the request. For example, the client requests bytes outside the total bytes of a document.

417 – Expectation Failed

The 417 status code means that one of the headers sent to the server, indicated an expectation the server could not meet.

Server Error

500 – Internal Server Error

A 500 status code means the server came across something unexpected and could not complete the request.

501 – Not Implemented

The server does not support all that is needed for the request to be completed.

502 – Bad Gateway

If the server is acting as a proxy, received a response from a server further up that judged the request as invalid.

503 – Service Unavailable

When a server can’t complete a request because it is too busy (overloaded)

504 – Gateway Timeout

When a server is acting as a proxy, and a server upstream is taking too long.

505 – HTTP Version Not Supported

A 505 status code is returned when the HTTP version indicated in the request is no supported. The response should indicate which HTTP versions are supported.

Filed under  //

Comments [0]

Howsthe.com - Website Monitoring At Its Best

Features * Simple To Use * Website Monitoring (HTTP, HTTPS) * Web service Monitoring * Keyword Search * Wait Period * Email Notification * SMS Notification * Timed Intervals * Notification to Multiple Location * Multiple Website Monitoring * Grace Period coming soon * Reports coming soon * Black Out Time Frames coming soon * Free Sign up

Filed under  //

Comments [0]

The Shortest URL Shorteners

2. a.gd


a.gd

Note: A similar service would be a.nf.

3. r.im


r.im

4. u.nu


u.nu

5. x.vu


x.vu

6. z.pe


z.pe

7. tinyarro.ws


tinyarro.ws

Note: A similar use of Unicode is found at txtn.us URL shortening service.

Bonus - untiny.me

Untiny.me allows you to un-shorten or to get the original URL of a shortened one.


untiny.me

Filed under  //

Comments [0]