Server-Side Magazine

Featured Articles

10 Questions with Facebook Research Engineer – Andrei Alexandrescu

Today we caught up with Andrei Alexandrescu for a “10 Question” interview. He is a Romanian born research engineer at Facebook living in the US, you can contact him on his website erdani.com or @incomputable.

We will talk about some of the juicy stuff that going on at Facebook, so let’s get started.

Continue Reading →

10 Questions with David Heinemeier Hansson

Today we’re starting a new section on Server-Side Magazine called 10 Questions where we interview influential people in various web dev. fields.

Our first interview is with David Heinemeier Hansson, creator of the Ruby on Rails framework and partner at 37signals.

Continue Reading →

An Introduction to Ruby on Rails

The use of web application frameworks by developers has gained a significant market share in the last few years.

These frameworks allow developers to significantly increase their productivity by minimizing the amount of time they spend writing and compiling code. One of the preferred and most exciting web application frameworks in use today is Ruby on Rails, also known simply as Rails or RoR.

Continue Reading →

Version 2 Update

Finally, the new version of Server-Side Magazine is here. We looked strong and hard at what we wanted to see in the new version.

First thing you should notice is the website’s width. Yes, it’s designed for 1280px. (Still 1024px? If you’re a developer… seriously?)

Other goodies you may notice:

  • Threaded comments
  • Twitter feed
  • Proper author section for guest bloggers

And the best of all. Community Resources. This is one of the big decisions we made for the new website.

We wanted to align with our philosophy which is to create an open platform for server-side knowledge and not just host our articles becoming a regular boring blog.

There are a lot of really great bloggers / authors out there and we wish to make room for them on our own little platform. If you wish to join our network go to this page.

From now on, you can expect a major upgrade in every 6 – 8 weeks, until we finish what we have in mind.

Thanks for your patience and happy reading :)

How to Convert Array Notation to Object Notation

So do you want to convert an array to an object for no particular reason?

I worked on a project where I wrote this code. The class below eats up to 2536 bytes of memory, but make sure to read this whole post for the surprise!

Continue Reading →

Urgent Patch for Visual Studio and Other Tools

Microsoft released two out-of-cycle patches on July 27, 2009, one for IE and one for Visual Studio. Microsoft normally only release patches on the second Tuesday of the month. Only urgent patches are issued outside this cycle, and these patches should normally be installed ASAP.

Continue Reading →

8 More Useful Tools for ASP.NET

This time I want to deal with some other useful tools for ASP.NET developers that I have used on a regular basis. Again, before using for commercial purposes, please check the license information.

Continue Reading →

Useful tools on CodePlex and elsewhere

In this my first article for this website, I want to deal with some of the many useful projects on codeplex.com for ASP.NET developers. Before using for commercial purposes, please check the license information.

Continue Reading →

Focus On

Creating a PHP 5.3 Virtual Development Environment

Since the official release of PHP 5.3 many developers want to test the new features out, but still don’t want to mess with the old PHP installation. Same thing goes for me, I don’t want to mess up my existing PHP installation yet, but eager to test namespaces, late static binding and closures.

Continue Reading →

An Introduction to MVC

MVC, or Model-View-Controller, is an architectural pattern used in software development. Although it’s been around for several decades, it has gained popularity recently as the crux of rapid development frameworks such as Ruby on Rails, CakePHP, Monorail, and JavaScriptMVC.

The aim of MVC is to promote good programming practices and code reuse by separating a web application into three layers: data, presentation, and the interaction between the two. By separating these elements from each other, one can be easily updated without affecting the others.

Continue Reading →

PHP 5.3

The PHP 5.3 stable release is imminent.

“PHP 5.3.0 is a newly developed version of PHP featuring long-awaited features like namespaces, late static binding, closures and much more.”

It is scheduled on June 30th

(via) Lukas Smith

Site Update

Thank you everyone who read, contributed, and subscribed on Server-Side Magazine. As you discovered, SSM is struggling a little bit, but I still have plans with it.

I’m considering to re-brand the website, creating a new theme and writing more interesting articles.</p

So stay tuned!

SQL Query Tester v0.1

SSM presents another great tool called SQL Query Tester.

It is created for web developers who are working / testing SQL queries a lot. The nice thing about this tool is that it gets the query results via AJAX, so you don’t have to refresh the page, it has a SQL syntax highlighter and a basic profiling tool.

Continue Reading →

Subscribers

I’m proud to announce that Server-Side Magazine just reached 104 RSS and 5 e-mail subscribers.

Thank you for everyone who is interested in the website, I hope you’ll enjoy reading Server-Side Magazine in the future too.

If you have any questions or suggestions on how we should improve the website don’t hesitate to leave a comment or to write an e-mail.

Page 1 of 212