Lowyat.NET Forums

Welcome Guest ( Log In | Register )

Paypal WTS topics will be closed after 14 Nov. Read here.
3 Pages < 1 2 3 > 
RSS feedBump TopicReply to this topicStart new topicStart Poll

Outline · [ Standard ] · Linear+

> reading lists, for software developers

yeohhs
post Mar 14 2006, 12:24 PM
Show posts by this member only |This post's rating (0+, 0-) | Post #21


Newbie
*

Group: Junior Member
Posts: 39
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: May 2005
From: Penang, Malaysia





The C/C++ Journal Essential C/C++ Reading List

If you are serious about C and C++, here is the CUJ recommended reading list.
http://www.cuj.com/corner/read.htm


Best Regards,
Yeoh

User is offlineProfile CardPM
Go to the top of the page
+Quote Post
@sd
post Sep 15 2006, 05:44 PM
Show posts by this member only |This post's rating (0+, 0-) | Post #22


Getting Started
**

Group: Junior Member
Posts: 94
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Jul 2006




so which i can start first as a beginner for developers world....to know what is programming is?????
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
T+1
post Oct 6 2006, 12:10 AM
Show posts by this member only |This post's rating (0+, 0-) | Post #23


Regular
******

Group: Senior Member
Posts: 1,334
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Jun 2006





my favourite reading (more to enterprise applications) biggrin.gif ...
    Design Patterns
    Patterns of Enterprise Application Architecture
    Domain Driven Design
    Expert One-on-One J2EE Design and Development
    Refactoring To Patterns


This post has been edited by T+1: Oct 6 2006, 12:11 AM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
BumbleBee
post Dec 13 2006, 11:12 AM
Show posts by this member only |This post's rating (0+, 0-) | Post #24


Newbie
*

Group: Junior Member
Posts: 39
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Jan 2003
From: Puchong




Above all skills and knowledge, I still think passion and humble attitude beats all. Skill and experience could be gained, but if you don't have the later (I also dunno what could be done about you). Of course, you must have the minimum programming foundation.

Anyway, some recommended readings
- C/C++ by Deitel or Bjourne Stroustrup (for a solid foundation in programming)
- Haven't really found a good .NET or Java book, but the Internet is always a good resource (to get a job)
- PHP - don't need a book as he help file is already very helpful (for hobby and pet project)
- Design Patterns (to make you a better programmer)
- Google (programmer's best friend).

BTW, my company is looking for .NET/Java Developer (good talent are such a hard find nowadays). As long are you feel interested and wanted to take up the challenge, visit:http://siva-my.jobstreet.com/_ads/my/jobs/2006/11/default/10/352285.htm
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
dfcloud
post Jan 18 2007, 12:43 PM
Show posts by this member only |This post's rating (0+, 0-) | Post #25


non-halo
****

Group: Senior Member
Posts: 642
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Nov 2006
From: From:




could anyone recommend me a good php/mysql books that i could buy from our local store?
i got some basic in c,c++,vb and html.
search a few webby, but i still think book will be better for me.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
virtual
post Jan 18 2007, 12:49 PM
Show posts by this member only |This post's rating (0+, 0-) | Post #26


Casual
***

Group: Junior Member
Posts: 320
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Jan 2006




Apress - Beginning PHP and MySQL 5 From Novice to Professional

If you want to learn PHP 5 (Object Oriented) then...

Apress - PHP 5 Recipes - A problem Solution Approach

User is offlineProfile CardPM
Go to the top of the page
+Quote Post
dfcloud
post Jan 18 2007, 01:08 PM
Show posts by this member only |This post's rating (0+, 0-) | Post #27


non-halo
****

Group: Senior Member
Posts: 642
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Nov 2006
From: From:




im want to use easyphp 2.0
so i will need php 5 & mysql 5

QUOTE(virtual @ Jan 18 2007, 12:49 PM)
Apress - Beginning PHP and MySQL 5 From Novice to Professional


is this book have php 5?
if yes, then where could i buy it?
mid valley book store (forgot the name tongue.gif )?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
ron4
post Feb 1 2007, 12:19 PM
Show posts by this member only |This post's rating (0+, 0-) | Post #28


Casual
***

Group: Junior Member
Posts: 356
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Jun 2006
From: KL






QUOTE(Andrewhajime @ Oct 19 2005, 10:22 PM)
wanna ask ....
what programming language shall i learn
i have a bit knowledge in C
which programming language i shall study deep in ???
*



Well depend on the market right now. From what i know, .NET and Java are the high rating job vacancy for software development.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
ubsacc2004
post May 10 2007, 09:34 AM
Show posts by this member only |This post's rating (0+, 0-) | Post #29


Regular
******

Group: Senior Member
Posts: 1,198
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Sep 2006
From: KL





do anybody know oracle e-book ?
tks.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
sunsuron
post Jun 14 2007, 05:25 PM
Show posts by this member only |This post's rating (0+, 0-) | Post #30


PHP Web Developer
*****

Group: Senior Member
Posts: 749
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Nov 2004






When I was assigned a task to use the Yahoo! User Interface libraries, YUI library, my perspective and knowledge of Javascript shifted for the better. For the first time in my life I know Javascript. For the first time in my life, I can program well in Javascript. Read these well written articles about Javascript and his YUI's blog comments and you get what I mean. Personally, this is my "Thinking Javascript".

http://javascript.crockford.com/

This post has been edited by sunsuron: Jun 14 2007, 05:26 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
anthony_yio
post Jul 11 2007, 08:12 PM
Show posts by this member only |This post's rating (0+, 0-) | Post #31


........
Group Icon
Codemasters

Group: Elite
Posts: 1,794
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Jan 2003





QUOTE(sunsuron @ Jun 14 2007, 05:25 PM)
When I was assigned a task to use the Yahoo! User Interface libraries,  YUI library, my perspective and knowledge of Javascript shifted for the better. For the first time in my life I know Javascript. For the first time in my life, I can program well in Javascript. Read these well written articles about Javascript and his YUI's blog comments and you get  what I mean. Personally, this is my "Thinking Javascript".

http://javascript.crockford.com/
*


Doesn't it also relate to AJAX more or less? Instead of just Javascript.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
sunsuron
post Jul 12 2007, 02:34 PM
Show posts by this member only |This post's rating (0+, 0-) | Post #32


PHP Web Developer
*****

Group: Senior Member
Posts: 749
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Nov 2004






QUOTE(anthony_yio @ Jul 11 2007, 08:12 PM)
Doesn't it also relate to AJAX more or less? Instead of just Javascript.
*


For the YUI part, yes. It is more to AJAX. If my earlier statements lead you in the wrong direction, my bad. My original intention was for web developer out there to be aware that there has been so many improvement into the way we should write our JavaScript. It is important to be aware of the latest trends - unobtrusive scripts. It is important to know what methods are deprecated and what replaced them currently. The website I gave explains basic fundamentals about how the right way we should think JavaScript. If we do not have this idea in the first place, it is going to be hard. YUI is an advanced library that uses these fundamentals and it is a huge bonus if anyone can grasp it earlier. Not only YUI but other libraries too such as Prototype, Dojo, JQuery etc. No more we should look JavaScript as a script for kids. Take a look at http://www.sitepoint.com/blogs/2007/07/11/...-is-too-simple/ to see the evolution.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
karom
post Aug 26 2007, 07:30 AM
Show posts by this member only |This post's rating (0+, 0-) | Post #33


Hello everybody
******

Group: Senior Member
Posts: 1,211
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Aug 2006
From: Butterworth, Penang





QUOTE(Andrewhajime @ Oct 19 2005, 10:22 PM)
wanna ask ....
what programming language shall i learn
i have a bit knowledge in C
which programming language i shall study deep in ???
*



C is good for foundation of other language.

Try out Java programming language. I am sure you will like it.
User is online!Profile CardPM
Go to the top of the page
+Quote Post
fanco
post Sep 7 2007, 03:03 PM
Show posts by this member only |This post's rating (0+, 0-) | Post #34


Getting Started
**

Group: Junior Member
Posts: 95
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Jul 2007
From: the end of malaysia






-what book is the best for building website using java?for intimidate
-book that really suitable for building web using flash?for beginner


Added on October 8, 2007, 3:57 ammy friend recommend asp for developing website...
any book n website that suitable for beginner....

This post has been edited by fanco: Oct 8 2007, 03:57 AM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
yclian
post Feb 12 2008, 09:32 PM
Show posts by this member only |This post's rating (0+, 0-) | Post #35


Getting Started
**

Group: Junior Member
Posts: 230
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Apr 2007





The must-read for Java programmers is "Joshua Bloch's Effective Java".

If you are an integrator, do not miss out the Enterprise Integration Patterns.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
luvjim
post Apr 18 2008, 01:23 PM
Show posts by this member only |This post's rating (0+, 0-) | Post #36


last resort
****

Group: Senior Member
Posts: 568
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Mar 2006
From: Puchong





plenty of ebooks here smile.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
hkk86
post May 6 2008, 10:16 PM
Show posts by this member only |This post's rating (0+, 0-) | Post #37


Getting Started
**

Group: Junior Member
Posts: 75
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Jul 2007





Oreily Head First Design Patterns, is a fun book to read.
finished reading it in 1and a 1/2 month, now is time to apply it.
Reccomend to read it anyway, gives u better vision on what OO can do rather than remember all the huge term like polymorphism, inheritance, composition, bla bla bla...
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
doomvein
post Aug 30 2008, 02:41 AM
Show posts by this member only |This post's rating (0+, 0-) | Post #38


Newbie
*

Group: Junior Member
Posts: 19
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Sep 2006





I Have 10 GB of various I.T E-Book!!!

Maybe i can shared that with you all. Just list the names and I am shall finding its in my PC If available smile.gif

But please buy the original book after you received the Ebook. support their author so that they can wrote more book on future.

User is offlineProfile CardPM
Go to the top of the page
+Quote Post
bazet
post Jan 15 2009, 10:44 AM
Show posts by this member only |This post's rating (0+, 0-) | Post #39


Casual
***

Group: Junior Member
Posts: 355
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Oct 2004





doomvein
Any JQuery Ebook ?

If you need Ruby / RUby On Rails Ebook, can exchange with me

azril.nazli at gmail.com
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
billneedme
post Jan 21 2009, 12:34 PM
Show posts by this member only |This post's rating (0+, 0-) | Post #40


Casual
***

Group: Junior Member
Posts: 352
Ratings earned: 0+, 0-
Ratings given: 0+, 0-

Joined: Oct 2008




does you all learn C++ from book or Internet ?

This post has been edited by billneedme: Jan 21 2009, 12:34 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

3 Pages < 1 2 3 >
Bump TopicReply to this topicTopic OptionsStart new topic
 

Lo-Fi Version Time is now: 9th November 2009 - 02:13 AM
All Rights Reserved 2003-2009 Vijandren Ramadass (~living on a prayer~)