Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Submission Summary: 0 pending, 4 declined, 0 accepted (4 total, 0.00% accepted)

×
Programming

Submission + - MVC Javascript Framework For AJAX Apps

hofmny writes: I recently embraced the MVC paradigm while building a new system for a job I am doing, and it has revolutionized my ideas on system design. Everything is modular, making it easy for multiple programmers to work on different sections and share code while significantly reducing development time. I chose to use Zend Framework, because I found it the most supported and versatile, while not forcing you to use any of the Zend packages if you don't want to. However, I am doing heavy AJAX coding and my JavaScript is not revolutionized like my back end code is. It consists of two or three JS files containing a bunch of functions, and while they are well named, I fear it is going to start growing unmaintainable soon. I am using JQuery as a Toolkit, but I would like to know if there is some sort of MVC framework I can use for JavaScript to match my MVC back end to have the same wonderful qualities that MVC gives. I would really like it to work hand in hand logically with the controller and views in the back end. I found only one real MVC JS framework, JavaScriptMVC, but it is beta and the docs are under construction. What do other people do to organize their JavaScript code (when using an existing toolkit, like script.aculo.us or JQuery) to make their AJAX applications as extensible and organized as their back end code?
Sci-Fi

Submission + - The Future of TSCC (terminatorchronicles.com)

hofmny writes: "As previously talked about on Slashdot regarding the demise of Fox's SciFi shows here... There yet may be some hope for a new season of TSCC.
After reports from Entertainment Weekly and FMQ suggested that the Sarah Conner Chronicles is officially canceled...

...We were offered a tour of the studio and was asked is there anything in particular we would like to see. Of course I didn't pass up this opportunity and said "Yeah, I would like to see the TSCC set". He looked at me kind of funny and I almost fell over when he smiled and said "It's all gone sweety, they tore it down a couple weeks ago"...I asked "What do you mean, gone, as in Hasta-la-vista gone?" he replied in a very bad Arnold impression "they'll not be back"

It appears some of the show's writers have come out to speak on the rumors. Ashley Edward Miller, a writer on the show, rebuffed Ausiello of EW by saying "Time for Ausiello's semi-annual SCC termination report. False again. (Remember "sets were destroyed" report? Now you know context, people)." [perhaps referring to the ending of the second season]. And Josh Freedman, the show's head writer, had to say "The third season is going to be incredible, if it happens. There were no intentions of this being a series finale. It was absolutely a season finale.. There's a plan where this can go and it's so good....". Whether the show is to be canceled or not, along with any others Fox decides to get rid of, remains to be seen. The official word will be given on May 18 when Fox announces their Fall 2009 line up. More information can be read here"

Earth

Submission + - Aerosols Responsible for Global Artic Warming (nasa.gov)

hofmny writes: "NASA is reporting that Green House gases may not be the primary culprit warming the Arctic areas of Earth, but rather, Aerosols. The most significant melting is now proposed to come from these short lived particles rather than carbon based emissions.

"The regions of Earth that showed the strongest responses to aerosols in the model are the same regions that have witnessed the greatest real-world temperature increases since 1976. The Arctic region has seen its surface air temperatures increase by 1.5 C (2.7 F) since the mid-1970s. In the Antarctic, where aerosols play less of a role, the surface air temperature has increased about 0.35 C (0.6 F).

"We will have very little leverage over climate in the next couple of decades if we're just looking at carbon dioxide," Shindell said. "If we want to try to stop the Arctic summer sea ice from melting completely over the next few decades, we're much better off looking at aerosols and ozone.""

Slashdot Top Deals

UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things. -- Doug Gwyn

Working...