Post Reply
New Topic

Blank Widget

Moderator
Total Posts: 372
Joined: Jun. 19, 2005

Here’s what I see when the DT Geeks widget is pulled up in Dashboard.

Too bad.  I like the idea of being reminded of new posts.

P.s. Check out this Joy of Tech widget @ http://www.apple.com/downloads/dashboard/games/jotcoffee.html

Image Attachments
Picture 1.png
Aug. 25, 2005
12:52 AM

[ Ignore ]


Profile
 
 
 
Administrator
Total Posts: 315
Joined: Dec. 13, 2004

*Pokes Nick in the ribs*

This ever going to be finished/fixed?

 Signature 

Questions?  Comments?  Suggestions?  Feel free to talk to me!

[ Reply 1 ]
Aug. 25, 2005
3:54 AM

[ Ignore ]

Profile
 
 
 
Administrator
Total Posts: 346
Joined: Dec. 13, 2004

It’ll get done when it gets done. If anyone here knows javascript and HTML, feel free to play with it:
http://homepage.mac.com/me_94501/DTwidget.zip

 Signature 

Nick Mediati
Editor in Chief

[ Reply 2 ]
Aug. 31, 2005
8:38 PM

[ Ignore ]

Profile
 
 
 
Moderator
Total Posts: 372
Joined: Jun. 19, 2005

OK.  I’m taking CSC 170 which teaches just those two programming languages.  I hope to learn from the code in the widget during the semester.

[ Reply 3 ]
Aug. 31, 2005
8:57 PM

[ Ignore ]

Profile
 
 
 
My brain hurts!
Total Posts: 335
Joined: Dec. 22, 2004

I’m taking COSC 1010, and they are teaching Java which I think is pretty stupid.  How is a CS or Engineering major going to use Java?  They should teach something useful to an enginner or CS major, like C or C++, languages we could actually use in our major (C is used to program microcontrollers).  The book is pretty much a joke, I found an entire section that was flat out wrong and it doesn’t actually teach you how to program, you just drag stuff around in an IDE, the encounter of actual code is very rare.

 Signature 

For every form of knowledge there is an equal but opposite form of knowledge.

[ Reply 4 ]
Sep. 1, 2005
7:45 AM

[ Ignore ]

Profile
 
 
 
Moderator
Total Posts: 372
Joined: Jun. 19, 2005

At least we’ll be able to make widgets!

Here’s a good link for Java tips from WikiBooks, a free online textbook.

http://en.wikibooks.org/wiki/Programming:Java

[ Reply 5 ]
Sep. 1, 2005
4:34 PM

[ Ignore ]

Profile
 
 
 
Administrator
Total Posts: 324
Joined: Aug. 7, 2005

Does this widget just check the RSS feeds, or does it do something else?

Once this widget is done, I’ll try to learn DesktopX and make a gadget out of it for the PC folks.

 Signature 
[ Reply 6 ]
Sep. 1, 2005
4:55 PM

[ Ignore ]

Profile
 
 
 
8th grade bully
Total Posts: 46
Joined: Dec. 14, 2004
ahayes - 01 September 2005 07:45 AM

I’m taking COSC 1010, and they are teaching Java which I think is pretty stupid.  How is a CS or Engineering major going to use Java?  They should teach something useful to an enginner or CS major, like C or C++, languages we could actually use in our major (C is used to program microcontrollers).  The book is pretty much a joke, I found an entire section that was flat out wrong and it doesn’t actually teach you how to program, you just drag stuff around in an IDE, the encounter of actual code is very rare.

1. There are far far far more jobs out there at the moment that need java than need C/C++
2. 99% of the students on these courses will already know C/C++
3. They’re probably trying to teach you object oriented programming, not Java… Java just happens to be a good OO language.

Personally, I don’t think that these Java/OO courses are relevant, but I also don’t think that C/C++ ones are… In fact, they’re far less relevant.  They should be teaching you program structure, algorithms and data structures, and language design.  That way you’ll be able to pick up any language in a couple of days.

Bob

[ Reply 7 ]
Sep. 5, 2005
7:39 AM

[ Ignore ]

Profile
 
 
 
My brain hurts!
Total Posts: 335
Joined: Dec. 22, 2004
Beelsebob - 05 September 2005 07:39 AM
ahayes - 01 September 2005 07:45 AM

I’m taking COSC 1010, and they are teaching Java which I think is pretty stupid.  How is a CS or Engineering major going to use Java?  They should teach something useful to an enginner or CS major, like C or C++, languages we could actually use in our major (C is used to program microcontrollers).  The book is pretty much a joke, I found an entire section that was flat out wrong and it doesn’t actually teach you how to program, you just drag stuff around in an IDE, the encounter of actual code is very rare.

1. There are far far far more jobs out there at the moment that need java than need C/C++
2. 99% of the students on these courses will already know C/C++
3. They’re probably trying to teach you object oriented programming, not Java… Java just happens to be a good OO language.

Personally, I don’t think that these Java/OO courses are relevant, but I also don’t think that C/C++ ones are… In fact, they’re far less relevant.  They should be teaching you program structure, algorithms and data structures, and language design.  That way you’ll be able to pick up any language in a couple of days.

Bob

That’s all fine and dandy, but I learned that stuff with Perl.

 Signature 

For every form of knowledge there is an equal but opposite form of knowledge.

[ Reply 8 ]
Sep. 5, 2005
9:35 AM

[ Ignore ]

Profile
 
 
 
8th grade bully
Total Posts: 46
Joined: Dec. 14, 2004
ahayes - 05 September 2005 09:35 AM

That’s all fine and dandy, but I learned that stuff with Perl.

No, you learned how perl does it with perl, you didn’t learn the underlying theory, why perl does it like that, why perl’s way of doing it is good/bad, why Ada does it in an entirely different way, why Scheme is totally different…

Bob

[ Reply 9 ]
Sep. 6, 2005
5:45 AM

[ Ignore ]

Profile
 
 
 
My brain hurts!
Total Posts: 335
Joined: Dec. 22, 2004
Beelsebob - 06 September 2005 05:45 AM
ahayes - 05 September 2005 09:35 AM

That’s all fine and dandy, but I learned that stuff with Perl.

No, you learned how perl does it with perl, you didn’t learn the underlying theory, why perl does it like that, why perl’s way of doing it is good/bad, why Ada does it in an entirely different way, why Scheme is totally different…

Bob

and vb, and c, even though I didn’t learn the actual languages, I did take from them the idea of objects, I even wrote a desktop clock program in vb that uses OO programming heavily though most of the objects/classes I called were built in.

 Signature 

For every form of knowledge there is an equal but opposite form of knowledge.

[ Reply 10 ]
Sep. 6, 2005
5:06 PM

[ Ignore ]

Profile
 
 
 
8th grade bully
Total Posts: 46
Joined: Dec. 14, 2004
ahayes - 06 September 2005 05:06 PM

and vb, and c, even though I didn’t learn the actual languages, I did take from them the idea of objects, I even wrote a desktop clock program in vb that uses OO programming heavily though most of the objects/classes I called were built in.

If you think that VB or C implement’s OO, then you haven’t taken the ideas away… Because C doesn’t even claim to be object oriented (although it’s obviously possible to simulate it), and VB while it claims to be OO is in fact not… I only need say the word inheritance to rubbish any thought of VB’s OOness.

But this isn’t what the discussion was about anyway… the point is that the reason for them teaching you Java is to teach you about OO languages, not to provide you with something as thin as the ability to write Java apps.

Bob

[ Reply 11 ]
Sep. 7, 2005
3:42 AM

[ Ignore ]

Profile
 
 
 
 
 
Post Reply
New Topic
 

« RSS Feeds not working?

 ·   Back to top...   · 

iTunes Network. »