topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Wednesday April 24, 2024, 11:42 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - 2stepsback [ switch to compact view ]

Pages: prev1 2 3 4 [5]
101
Hi folks,
Want to see what "usability" and "it just works" mean?

see http://quintura.com    8) 8) 8)

it explains itself quite emphatically.

So, this thread is for reviews/opinions/cheers/flames for quintura.com

I've fallen in love with it, just that it has to mature a bit.
-2stepsback

Screenshot - 2_27_2007 , 12_46_52 AM_thumb.png

102
Mini-Reviews by Members / Re: --> PLEASE READ BEFORE YOU POST <--
« on: February 25, 2007, 02:08 AM »
I wrote the whole review and pressed Refresh in browser without Posting it, but after reviewing it about 10 times. And poof! all gone! :mad: :mad:
So, never mind if you have written pure junk or even dirty filthy rubbish, first save it, you can always edit it. Nothing is gonna be the problem if you save and then it "becomes public". You can easily change it.

After you've entered anything that took up time or effort, first post, then edit.

See, I wrote "or even dirty filthy rubbish" and saved it. Now I click on the modify link at th eright top of the post, strike out that text and save it.

103
Hi cnewtonne,

NOTE: In the next post to this one, I'll post either a list of links to good programming sites for each language or a site that has such lists. No time at the moment.

While I'm not a huge fan of all the web-based applications, you should keep in mind that the current trends seems to be more and more torwards web-based applications, so you need to consider this strongly.  Of course the idea here is to build web-based software that you can also run on your desktop, but it does require a different mindset.
That is true and that makes your program "cross-platform". But there is great merit in making a desktop program - it is much more complex to make a LAMP/WAMP installer and then add your application to it and then get it up and running. Additionally, the user cannot fix it by uninstalling and reinstalling if another person has used the same method to make a portable desktop application and this user has installed that one as well on his machine. Conflicts with multiple Apache installs are a common thing, often resulting in both not working. Obviously your end user is not capable of installing and maintaining the very basic things about a webserver. so, desktop software will not go anywhere. And if you plan to make a living out of programming in any way, you should know desktop programing.
The most important question I think is this one:
"Do i want to learn programming skills mostly for the pleasure of learning it - or to make money?"
I second that.
I'd like to see it get a little bit better cross-platform support (see monow) before i embraced it, but i don't rule out doing more C# coding at some point.  
Generally, the world goes where Microsoft wants it to go. That, to me, is called .Net v3. But Microsoft has also pulled in Novell and has never ever objected to Mono, inspite of the fact that it was a direct competitor to .Net. Now the cat is out of the bag, Microsoft wanted to forge a partnership with Novell all the way, so Mono was a smart trick they played on Linux. Which for us, means that Microsoft also plans to reach Linux users through Mono via the Novell proxy. So Mono *is* the future for some audiences.
App103 maintains a page she can point you too soon I'm sure.  
(mouser: Link needed)
I'm actually a huge fan of the approach of finding a book that "speaks to you" and embracing that.

If you were thinking of learning Java, this is exactly what the "Head First" series achieves. Do have a look at it Amazon. The books are "cool" and "hip". They have a lot of fine technical info as well, but are written in a *very* informal style. (I personally find it distracting :( ). YMMV.
Then there is the "The Missing Manual" series which is quite nice as well, but I'm not sure they deal with any desktop languages, do have a look, though.

The good thing about Java is that in the Java world, software, documentation, IDEs, other tools, information, users, helpful people, IRC, google groups / usenet, forums all are freely available in truckloads mountainloads!

The bad thing about Java is that it is perceived negatively, it does not look sleek/sexy, it needs 512MB RAM (may sound like a constraint, but it is an advantage, when you consider that Microsoft's new big thing Vista, "just needs a minor hardware upgrade to 1GB of RAM". Java was supposed to be slow. Damn slow. But with M$ and Vista, a "minor upgrade of 1-2GB of RAM for normal operation" of the Wow is "perfectly fine" considering that the hardware industry "follows Moore's Law" >:( .

It used to be said that Java is (C++)--
That is, Java is C++ minus its bad things
C# is (Java++)--
That is, Java with some cool features added and uncool features removed.
So, C# is the best, IMO.

What about the huge Java resource-base? Well, C# has developed an equally impressive one rather quickly due to the web's recent exponential growth.
See codeproject and codeplex.

Another question you have to ask yourself is if you want to develop Windows-only stuff or if you want your programs to run on Mac, Linux, etc.
If you want Linux interoperability also (ie. just a one button compile to have your C# code run on Linux), use Mono/C#

So, in short, either Mono/C# or .Net / C# should be your choice.

There are *hundreds* of sites and thousands of blogs, let alone blog posts, about good programming style, methods and practices. (Even I have written a blogpost!!!)
You should read a few, at least the good ones.
But, that's an overwhelmingly huge resource database. How do you deal with all those?

Use the following set of well-tested tools:

1. http://delicious.com (NOT digg - which is a *social* bookmarking site - more opinion, less links)
Yoono, if you are comfortable with sharing your bookmarks - NOTE WELL - that makes your web surfing a PUBLICLY READABLE entity - as public as it can get - so you can't go looking for "britney spears pics" and bookmark that, if your surroundings don't allow you that (eg. office)

2. A feed aggregator. The popular one is Google Reader, but you may choose others if you fear google already knows enough about you. If you use a desktop RSS program, like I do, subscribe to ANY and EVERY feed on programming sites. Let me say it this way:
Law of information relevance and extreme interlinking on the WWW aka "2stepsback's Law"(just joking :) ): "Every news feed related to programming is directly or indirectly related to your current programming language and platform."
So, subscribe to every feed. Since feeds are meant to be one-line introductions about the topic of the article, generally sifting through the feed list gives you an idea of what you want to open and what not to. That is the only way you don't have to spend hours without tangible results on your specific project or task at hand :)
Spoiler
(which is what I generally do and then sit cursing myself at the end of the day  ;) )


3. Usenet either via subscription to a news server or freely via freenode/etc, OR, freely via google groups - very very highly recommended - again, your every word is public record and permanent. NOTE.

4. Forums at the most popular sites.

5. mailing lists

6. IRC

That's a lot of side work to learn a programming language, is it not? Yes.
That's why we're here  8)  8)

Traditionally, M$ Windows ppl (like me) have learnt programming GUI applications in VB6.0, which is now replaced by VisualBasic.Net Express *freely* available from Microsoft(!!)
That's one. Second, SharpDevelop from icsharpcode.net is equally good, if not better. Which is also what I use to earn my daily bread considering that Microsoft is known to change licenses when they feel that they are not making enough money out of people using their free software legally - they change the license or subtly still, they stop supporting it, or still subtly still, they introduce a better low-priced or heavily-marketed version that makes everyone stop supporting the earlier thing. That's really the point where it begins to trouble. No such for Sharpdevelop. You can always stop using Sharpdevelop without losing a penny and painlessly one-click migrate all your code to Visual Studio (whatever version) when you decide to purchase M$ products.

If you prefer Pascal or C#, go to turboexplorer.com, where they say, "the Turbos are back!" - and they are, really. Eclipse has forced everyone to give out free versions of their products. So, the Turbo Explorer Series is fully free even for commercial development. IMO, that's next best for learning C#, after M$ VS Express, and the only choice for Delphi.


Then there are Smalltalk, Eiffel, etc, but they are not mainstream and are not worth spending time on. If you want a cheap, supported version of Visual Basic-compatible compiler, then RealBasic is best ($100). Code is >95% VB-compatible. For free hobbyist use, there is LibertyBasic. OBasic, X-basic are totally different and NOT like VB, so stay clear.

Then, there are Boo and Nemerle, but they are far from extreme and they aren't supported by a big group.

Ah yes, how could I forget Python!
Python is cool, hip, great, awesome, whatever else, and is recommended as a good first language by a person no less than Eric Raymond. IIRC, there is PyWin for Windows GUI development, has PyClipse, an Eclipse Plugin. I think there should be not less than 10 (T E N) IDEs (not smart-editors, but GUI designer-enabled *IDE*s for GUI python development) go to Python@wikipedia.


More later,
~2stepsback

104
Hi all,
since Redhat mentioned that he sort of liked one particular blog post of mine at http://2stepsback.wordpress.com, I've got some confidence to post some ideas which *may* (a 1000 strings attached) eventually end up giving you income of some kind.

Anyway, enough rambling and onto the ideas:
1) Generically, every good, well-thought-out IDE grows a community of plugins and programs (naturally therefore programmers and users) around it.

Some such populous software ecosystems are :

Eclipse.org (EPIC, YOXOS/Innoopract, EasyEclipse, lots more....)
Chami.com HTMLKit (440+ plugins, plug-in generator!! )
Wordpress (my fav)
Movable Type,
Earlier Mambo, now forked to Joomla!(1400+ plugins and themes. like wow!)

This page gives a list of top ten PHP frameworks: http://www.phpdeveloper.org/news/6787

Now the fun part: all of those things need translations, plugins to manage common non-core tasks like
mailing-list-management,
shopping-carts,
blog tools,
image galleries,
forums,
live chats,
SMS integration,
MMS/Skype/GoogleTalk/Gizmo/(VOIP in general) integration,
talking characters,
flash animation frameworks,
javascript effects,
AJAX-ification,
VRML - 3D graphics modules

LOADS and LOADS of interoperation and interconversion with and between existing formats like pdf, png, bmp, tiff, jpg, doc, docbook(linux), XML, sql, etc

then there are multiple databases between which the sql formats are not compliant, so you need converters, patches, etc.

Looks like a lot of opportunity to me.

Specifically for web2.0, start here:
http://programmableweb.com

will put more into this list soon

-2stepsback

EDIT: changed the title for SEO. Shameless. I know.  :D :D

105
Firstly, thanks for the super fast reply! :-)
Check out http://www.maxivista.com
Does it allow a single monitor? Does not look like, they say you have to move the mouse to the edge of one screen and then it will jump onto the other box's OS/GUI
I have just one set of KVM.

~2stespback

106
Hi,
a slightly different question, I have a single monitor, keyboard and mouse. But I have two cabinets - one runs Win XP Pro on a P4 2.4GHz, 512MB RAM and the other runs Knoppix on a ;D P1-166MHz with 128MB RAM(!). How do I control both cabinets with one set of Monitor, Keyboard, Mouse?

I looked up "KVM", but you get hardware devices which are often a bit too much to spend on, especially, when there seems to be free software alternatives available. I've used UltraVNC before and on that basis, I ask: Can I setup my old Knoppix box to run UltraVNC server (or similar), and then connect to it via an ethernet/LAN card (having connected both via cable) and I then have my WinXP running normally and I can access Knoppix through the VNC window?

Is that possible? Seems not because the Knoppix box has no video for the VNC to send to the XP box.
Any suggestions?

~2stepsback

107
Living Room / Promoting DC
« on: February 19, 2007, 09:55 AM »
Hi all,
IIRC, mouser recently mentioned promoting DC (which should really be done by every member, IMO, this model of running a business is pretty cool).

So how about these ideas:

1. First see http://en.wikipedia....g/wiki/Crowdsourcing

Don't you think that the "Types of crowdsourced work" section at http://en.wikipedia....of_crowdsourced_work desperately needs a mention of DonationCoder, MicroCredits and Coding Snacks.

2. Also, nice threads and pages could be marked at digg / del.icio.us/furl/etc. The more the merrier :-)
 
If you're not in the know of tagging, see http://en.wikipedia....g/wiki/Tag_(metadata) and http://en.wikipedia....i/Social_bookmarking

My two cents,
-2stepsback

108
Living Room / Re: We all need to do some ground work for DC
« on: February 19, 2007, 08:54 AM »
Not sure what it means for everyone to "do their part"
"Everyone else's turn" is with respect to contributing constructive comments or feedback and rating the article. Maybe that is not significant after all, but I personally believe that since those pages are very public pages, accessed more frequently by visitors (nonmembers), they should carry content that gets more people to join DC. Also, 500 votes on that page indicate that at least 1000 members have read that page :-) Peace of mind for mouser and gang :-)

-2stepsback

109
Living Room / We all need to do some ground work for DC
« on: February 19, 2007, 04:01 AM »
Hi all,
Mouser (& Team) has written a nice FAQ at

1. https://www.donation...r.com/Help/entry/23/

and

2. https://www.donation...r.com/Help/entry/26/

I found them really nice, well-balanced and pretty ethical.

So I've rated them "Useful" and commented on one.

Everyone else's turn now.

- 2stepsback

Pages: prev1 2 3 4 [5]