|
2
|
Main Area and Open Discussion / Living Room / Re: Battery Life vs Expandable Memory (Music Player)
|
on: September 11, 2011, 11:56:42 AM
|
ok Mr. @Darwin, thanks for the advice.. here are the two devices I've been comparing,.. I'd link them out for you The first one is Melody Mp4 .. -the one with battery life and Symphony Player - what's special to it, that it's got and expansion slot, great for travel.. but I guess it's like the other players with standard battery life of 2.5-3 hours Sorry if they don't look good.. i can't afford ipod yet so I just wanna try the imitations instead.. but from your answer. I might consider long life battery if it provides that much memory.. (and it's cool to have something like yours of 7-8 hours of playback) thanks 
|
|
|
|
|
9
|
Other Software / Developer's Corner / Forum Concept..
|
on: June 24, 2011, 11:02:45 AM
|
Hi guys, nice to see you again.. sorry I haven't posted for a while because I'm busy in work now... for now I'm planning to create a blog site with a forums section.. I would like to ask your help with the forums structure.. here is tree structure.. -- Forums -- Group : Code Free Area(c) -Introductions/Rules/Greetings -General Discussions -Tech Talkies (technology) -Softwares section -Hard Wired (Hardware and Networking) Group : Coder's Zone (c) -Desktop Programming(c) -C/C++ -COBOL -Java -Visual Basic -Mobile Programming (c) -sub- -Android -IOS -Java ME -Web Development(c) -sub- -ASP.NET -CSS -Javascript -PHP c - container .. can't post on them, used to contain subforums -sub- - sub forums so any suggestions? my other problem is that if I'm going to put them all in one page or separate the main groups in different pages I'm also thinking which section I'm going to put SEO.,,
|
|
|
|
|
15
|
Other Software / Developer's Corner / Using Cloud Database in a Desktop application
|
on: March 05, 2010, 02:59:23 AM
|
|
We're creating a system using MS VB.NET and we're planning to use an online database as a backup for it. Do you think this is advisable to use this method? And what websites do you know that offer online databases such as Microsoft SQL Server 2000? and by the way, how do you connect to them using a desktop application?
|
|
|
|
|
19
|
Other Software / Java / Multiplatform...
|
on: February 18, 2010, 04:56:14 AM
|
|
hi, I am programming in JAVA in windows, I haven't tried it on other OS. Will the object files (.class, .jar) produced in windows run on Linux and other operating systems that support Java? I was thinking that you would have to compile the source code there again.
|
|
|
|
|
23
|
Other Software / Developer's Corner / Re: What's your Programming Language?
|
on: November 17, 2009, 09:52:17 AM
|
Java might have a garbage collector, but its major disadvantage is that you just can't collect garbage yourself, so it tends to memory hogs of a quite notable amount.
It seems that you are talking about destructors... well, JAVA uses the finalize() method which is similar to that
|
|
|
|
|
24
|
Other Software / Developer's Corner / Re: What's your Programming Language?
|
on: November 17, 2009, 09:48:27 AM
|
Where does Java provide more functionality? It doesn't even support pointers.
Because pointers were found to be confusing and usually leads to computer crash if misused... why point something(like a variable) if you could use them directly...
|
|
|
|
|
25
|
Other Software / Developer's Corner / Re: What's your Programming Language?
|
on: November 15, 2009, 04:50:38 AM
|
My favorite programming language is Java. Oh God why?  It's a bit like C/C++ in many ways. ... except that you can write efficient and fast code in C++. I'm curious about delphi... is it also an open source language? Not actually. http://en.wikipedia.org/wiki/Embarcadero_Delphiwhat's the difference with a scripting language and a programming language? Scripting languages are usually made for a certain purpose. Tuxman, Do you consider speed more important than functionality? C++ may be fast, but how functional enough is it? JAVA may be slow but Sun is currently trying to develop a faster compiler for JAVA and the results are being seen through their updates..
|
|
|
|
|