Archive

Archive for the ‘Links’ Category

Why would you spend time on warez sites?

March 3rd, 2009

Even if not being a “regular” warez user it would be good if you stay informed about what is happening inside warez community.
One reason would be finding really popular and valuable programs by browsing warez sites. This is better than searching through regular download sites because programs found on these kind of sites are often more relevant to the field in which they belong. One reason could be this - If somebody put an effort to crack a piece of software then that software has some value for sure :).

I use: http://www.area51warez.info/ and http://softarchive.net/.

Share/Save/Bookmark

General, Links , , ,

Weblog for web-developers and designers

December 26th, 2008

Smashing magazine is a weblog dedicated to web-developers and designers. Its great because of its overview of interesting stuff for each month. Their published content is a must read if you want to become a good web developer or a designer that follows web design trends.

Share/Save/Bookmark

General, Links , , , , ,

Swing blog recommendation

December 9th, 2008

Pushing-pixels by Kirill Grouchnikov is a dynamic blog on GUIs with a special attention to swing. It has weekly digest on popular swing links and is good place to start when searching for news in that field.

Share/Save/Bookmark

Java, Links , , ,

Advanced javascript tutorial

November 4th, 2008

http://ejohn.org/apps/learn/ - A really good advanced javascript tutorial.
If you want to be able to understand the code below, than this tutorial is the right thing.

1
2
3
4
5
6
7
8
9
10
// The .bind method from Prototype.js
Function.prototype.bind = function(){
  var fn = this, 
  args = Array.prototype.slice.call(arguments),
  object = args.shift();
  return function(){
    return fn.apply(object,
      args.concat(Array.prototype.slice.call(arguments)));
  };
};

Share/Save/Bookmark

Javascript, Links , ,

Freelancing site(s) …

October 29th, 2008

If you are an active member of some programming community you won’t probably need any of existing freelancing sites since your friends usually have enough jobs to pass to you…

But in case you still want a recommendation for a freelance site then here it is: Elance.

You can however find more jobs on others but at rates that are usually significantly lower than on Elance.

Happy freelancing.

Share/Save/Bookmark

General, Links , ,

Do you follow any newsletter?

October 25th, 2008

If you are a programmer you probably do follow at least a single newsletter. What is your recommendation?

Considering job I have been doing for the past few years I found that I am totally satisfied by receiving emails from InfoQ.

Please comment if you have any other to recommend. The post will be updated with your recommendations but it won’t contain more than 3 different newsletters.

Share/Save/Bookmark

General, Links , ,

Java Resources

October 22nd, 2008

Ok, lets recommend resources in following categories: ebooks, blogs, forums.

Ebooks:

The JavaSeries is supported, endorsed, and authored by the creators of the Java technology at Sun Microsystems, Inc. It is the official place to go for complete, expert, and definitive information on Java technology. The books in this Series provide the inside information you need to build effective, robust, and portable applications and applets. The Series is an indispensable resource for anyone targeting the Java 2 platform.

Actually this quote is 100% true.

Blogs:

The recommendation goes to Artima.

Artima Developer is an online community where developers learn from experts in the software industry as well as interact, share information, and learn from each other.

Forum:

Javaranch - In two words - great forum. There are lot of interesting discussions at all levels (from beginner to expert). Nearly 200,000 members. Book writers are frequent forum visitors.

Share/Save/Bookmark

Java, Links , , ,

Ebooks Resources

October 9th, 2008

Site: http://gigapedia.org

Requires free registration.

Contains over 20000 ebooks.

(tip: you can search ebooks only when you are registered and you’ll receive relevant results when you select item search instead of default Google Ebook Search)

Share/Save/Bookmark

Links ,