Jump to content
xisto Community

SoundStorm

Members
  • Content Count

    33
  • Joined

  • Last visited

Posts posted by SoundStorm


  1. Here's a question for you that i've been asking myself a while. Http is old, tired, stateless, text based... primitive... yet it is deeply rooted into anything internet related. So i ask myself and you... shoudn't a better protocol be introduced. One that doens't require sessions or massive xml and text parsing. It would imply the re-inventation of browsers, applications and the whole internat practically and it will probably never happen unless say there's gonna be a broswer supporting both https://www.salesforce.com/products/platform/overview/ and nc  site.com/ (ncp = new cool protocol) ... i dunno ... what's your thouths on the matter ... should HTTP be replaced with something more up to date with the market needs ... or not... ? Regards


  2. Well the general public thinks that chatting is unhealthy cause it makes you lazy,fat and antisocial. But "used" with moderation i don't see what's the harm. I mean... nothing in this world that i done excessively is good.Not even taking to many vitamins of too much sports. People have a hard time accepting new things. This is the future. And it's rather cool. I only dreamed of talking to someone from a foreign country and see what's it like there when i was young.The internet means free access to information. How people use that should be their business. If you're dumb enough to waste your life on chat rooms and have no real friends. Fine by me :angel:)Regards,Sebastian


  3. Hey guys, i'm kinda new to the Spring area and i have a little question i wasn't able to answer by myself . Ok, so struts2 has a thing called OGNL ( object graph notation language) which is basically an object pool that makes data available throwout the web application. What about Spring. As i've seen so far it uses attributes ... but where do they go ? I mean... is there an object container in the back like in struts2 or does it use simple attribute scopes like context, request and session ?Thank you , :angel: Sebastian


  4. I prefer Google Chrome. It's a little faster than Firefox, but it would be great if Chrome support addons.

    Actually... the latest version of Chrome supports addons and bookmark sync.

    I'm a fan and user of Firefox. But lately i've been giving Google Chrome a shot. It still has a long way to go but it looks promising for Chrome.

  5. Uhm i felt exactly like you do ... about 7 months ago when i started my web adventure. If u wanna become a web programmer and do some hardcore stuff there's several approaches to it as you might have already figured that out. What i can say that it was as much frustrating and time consuming and tiresome for me as it could be for you without guidance. There are a lot of options for how to make a website. There are countless tools but i recommend that you start off like a did : using notepad ( or not to be that sadistic Notepad++) as a text editor. Now... there's 2 types of sites... static and dynamic... The static ones are just made up of HTML and CSS as you know. The dynamic ones involve some sort of server side technology (and provide some functionality like adding comments or the usage of users or image uploading etc). This is where it gets confusing. You've got a lot of options :ASP .NETJAVA EE (Servlets,JSP)RUBYPYTHON PHPZEND (improved php, kinda)ACTION SCRIPT 3 ( from Adobe )and so on...First thing you should do is choose one. I would start with PHP which used to stand for personal home page. It's quite simple, not a complicated learning curve and one can use php to create some really nice web applications really fast. I personally don't like it, i use Java... but that's just me. I have had about 4 years of programming background in which i developed plenty of desktop applications. So... i say... grab a few books for : HTML,CSS,JAVASCRIPT and PHP .... read them... make some simple examples ... and you should be on a good starting point from there on out. After making a simple PHP site with login and logout and i dunno ... leaving a comment on the site or something you should have a good grasp of the basic notions of what being a web developer involves. Oh... and for the books i recommend you look up the Head First series. Those books really opened my eyes.Well, hope that helps. Hit those books and don't give up... getting good at something requires a lot of work... trust me... i KNOW :angel:)Regards, Sebastian


  6. That's not all that Open Office offers. What i loved about it was that it offered pdf export. Also the high compatibility with Microsoft Office. If you're not forced to use Microsoft Office i don't see why you would chose it over Open Office. It does the same thing... and it's free. It has my respect !


  7. As far as i know ... according to the BIG BANG Theory (explosion - implosion) the Universe is currently expanding and will keep expanding up to the point of scattered atoms where "nothing" tangible would exist and then start to implode back to a single particle.As far as the number of Universes... sure... there's an infinity of them given by every quantum choice available. Quantum physics is only begging to imagine what we're dealing with over here and all sorts of theories such as the string theory. I warmly recommend "What the bleep do we know" documentary. That's were i picked up most of this info. Have a great day,Sebastian


  8. My humble opinion is that we'd all be better off if we would take 100% advantage of the technology the world possesses. I can only imagine a world where menial tasks are performed by machines leaving the human being with the intellectual tasks and a lot more free time. One thing's for sure... at the rate the world is going right now... we're bound to seriously hit our heads, wake up to reality and see all the mistakes we've made in this world... and I'm talking about global stuff like pollution and ineffective means of obtaining electric power... that sort of things. Just hope we wake up in time...


  9. Even though this topic is pretty old I'd like to make some comments myself. First of all now .Net can be used on operating systems other than Windows because of Mono : cross platform open source .Net developing framework. Next... to be on topic ... when it comes to jobs i think it's a matter of choice. There are requirements for both Java and .Net out there.I started out preferring .Net because of Visual Studio... the greatest IDE "alive" in my opinion. But after I've had some fun with .Net I've discovered that for me the richness of open source provided by the Java world was far more tempting. Also as others have stated it's kind of lame of Microsoft to practically copy Java with .Net and C#.Anyway... bottom line... get really good at either of them and you'll find a job any time.Regards,Sebastian


  10. Well the projects that i have seen so far and the people who are using it mostly prefers "spring". But there are some projects with struts. Not sure how it is still going on. I know there are some software companies coming up with their own commercial licenses for the framework and those are closed source.If you know about enterprise like cognizant, they are using closed source frameworks on many of their projects.

    You're right mahesh2k. That is indeed the trend in companies. They develop platforms and frameworks that make use of the free ones and make a nice profit out of it.

    And as far as things go over here ...the market of Java developers requires Spring,Struts and Hibernate as nice to have skills.

  11. Well i suppose you're right manish. No framework is perfect. Each have advantages and disadvantages. As I'm currently studying Spring I'm beginning to really appreciate the effort put into this framework. I really like the fact that it's so extensible that you can use it for desktop applications or web applications and you can integrate various other frameworks with it. But i haven't developed yet any project with Spring.

     

    Instead I've used Struts2 on a couple of projects and i really liked the fact that it is also extensible but what i found surprising was that for a common task such as image uploading and viewing you had to do a lot of work ( come up with your own response type... mess with the interceptors) ... other than that... what i found really useful in Struts2 was the dependency injection mechanism.

     

    And yeah... it's quite funny if you think about it... there's a lot of big companies... such as the one i work for (that's a global company) that make extensive use of freeware tools and frameworks but don't contribute themselves to expanding the open source world. I find that somehow unfair even though the economical reasons behind this are obvious.

     

    Anyway... I'm looking forward to trying out new and interesting frameworks and i invite you guys to suggest them to the forum.

     

    Regards,

    Sebastian


  12. Just like the guys said. Start with w3schools and have patience. I'm not new to programming but I'm rather new to the web stage... 6 months and in 3 months a managed to read a couple of good books and make my own site with a chat and photo uploading. (I'm still waiting for my 2 bucks so i can upload it on Xisto :) ) Just remember that no one was born knowing it all. We all learned in time. So don't call yourself a n00b... just get some coffee and start reading and trying ... and like i always say... start small and build your way up.Regards,Sebastian


  13. You hit a sensitive spot with that question. Yes i did !!! Ever since i started programming. And i actually made a 3D action game for my licence project. It was a couple of months work in studying and designing and programming but it was worth it. I think everyone should make a small game in their programming life, cause well... it's just pure fun. My biggest challenge making the game was finding 3d animated characters cause i don't have a clue about 3d studio Max or maya, but a friend helped me out on that one. I did the texturing myself with photoshop. Oh... righty... i used C# and TrueVision3D engine for the game which made things a lot easier. But there's a lot of other free engines out there for all programming languages. After i was done with that i tried to start making 2D Java games cause i can handle the 2d graphics myself (it's all just sprites, not that hard) and i found a couple of Java engines out of i chose Slick2D cause it seemed pretty nice and had good tutorials. Buuut... i got a job soon after and i left my game making days behind me... for now... Anyway... making a game using an engine isn't that hard actually. You should only remember to start small and build your way up ! :)


  14. What do I need to learn?

    Java Vs Javascript

     

    Do I need to learn JavaScript first, or can I go straight into Java? I have the "teach yourself java in 21 days" book.

     

    -question by Miguel


    Well it depends on what u want to do. If u want to build interactive Java web applications both are required. JavaScript is a far easier subject to grasp. Java is like a whole universe. So i guess you should look into JavaScript a little and see what you can use it for to satisfy your couriosity and then start learning Java.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.