JS Mixer is released

Posted February 6th, 2011 in MyProjects, Personal, Tools, Web development by Sam Beauvois

CSS mixer is really cool.  Good job.  Is there a JavaScript mixer?

It’s the main content of a mail I received last week.

It decided me to write a JS Mixer application, based on CSS Mixer.
The big part of the work was already done, I just needed to adapt my code.

Just like CSS Mixer, you can download it from codeplex : http://jsmixer.codeplex.com/

You can also download it from some software websites.

JSMixer antivirus scan report at softoxi.com

Remark :

With ASP.NET WebForms, you can achieve the same result by setting a few propertie to the ScriptManager control.

But the advantage to use a tool like JSMixer, is that your server doesn’t have to do the work : it’s already done !

And when you spare some work to your server, your server is happy !

A bunch of new releases at Microsoft

Posted January 14th, 2011 in Tools, Web development by Sam Beauvois

Yesterday was a web tool’s day : Microsoft released 7 free products for the web developpers.

Here is the Scott Guthrie’s post about it : http://weblogs.asp.net/scottgu/archive/2011/01/13/announcing-release-of-asp-net-mvc-3-iis-express-sql-ce-4-web-farm-framework-orchard-webmatrix.aspx

You can install most of these products from the Microsoft Web Platform Installer


I already installed webmatrix :

Use DropBox as version control system for a single person project

Posted October 12th, 2010 in Development, Tools by Sam Beauvois

If you are a single person working on a personal project, you maybe have encountered some backup and versioning issues.

Let’s examine a few solutions…

Manual backups

So you can do manual backups, naming them by date or by functionality and saving them on different supports but this can quickly become a real hell to maintain.

manual_backups_zoom

SVN

You can also us a svn tool, which is really nice : backups are usually on a remote server but you have to remind to do a “sumbit” when you want your sources to be saved.

subversion

There are some really good and free svn hosting (such as xpdev.com) but usually with annoying advertisements and limitations. Furthermore, for a single person project, it’s maybe be taking the bazooka to kill the fly…

Other source control solutions

There are plenty other solutions like git, cvs, or Microsoft team server but once again it’s maybe unneccesary for a single person project.

My current solution

The solution I use for my personal projects is “DropBox”.

dropbox

What is DropBox ?

Here is the description on the website

Dropbox is software that syncs your files online and across your computers.

Put your files into your Dropbox on one computer, and they’ll be instantly available on any of your other computers that also have Dropbox installed (Windows, Mac, and Linux too!). Because copies of your files are stored on Dropbox’s secure servers, you can also access them from any computer or mobile device using the Dropbox website.

How to use it like I do ?

First register at DropBox then install it.

Create your project directory

Put your project files there.

That’s it !

Now you have an automatic backup and versioning system for your files.

Look at the versioning system : it’s great !


Now if you want to develop with other persons, DropBox is certainly not the solution.

You can use it but you will have to be sure that the different persons aren’t working on the same files !

There is no merge system !

If your are about to create a new account, please use this link : I will earn extra storage space.

Dropbox is software that syncs your files online and across your computers.

First use of Visual Studio 2010 : the installation

Posted April 16th, 2010 in .NET, Tools, Visual Studio by Sam Beauvois

Yesterday I received a visual studio 2010 Ultimate edition from work.

I’ve already test the  express edition when it was in beta phase, but it’s not the same …

So, let’s install it !

I install it on a Fujitsu Siemens laptop with 4 GB Ram and a Intel Core 2 Duo processor (2,53 GHz) running  Windows 7 64 bit Ultimate edition.

image

 

Launch the auto run program

image

Loading screen

image

Click Next

image

Read and accept the license terms

image

Choose your installation mode : Full installation (takes more than 6 GB) or Custom installation

image

I choose Custom

image

Select the features you want :

image

(notice that “Microsoft SharePoint Developer Tools” are integrated)

I just don’t want Dotfuscator community to be installed, so I uncheck  it

I keep the rest because I want to test some features

image

Click Install

Installation running :

image

After less than 10 minutes, the installation asked me to restart my computer:

image

image

I click “Restart Now”

 

When restarting, a loading form is showing

image

Then the setup continue

image

After about 45 minutes, the setup is finished

image

You can choose to install the documentation, but I choose to click on the “Finish” button.

 

The installation windows appears :

image

I Click Exit

Visual Studio 2010 is now installed

 

The installation takes me about one hour, and no problem occurred.

Now I can launch the product

image

 

image

 

I choose my default environment settings (I used to choose Visual C# Development settings so I pick this one).

image

I Click on “Start Visual Studio”

First time loading form

image

 

Visual studio is up and running

image

 

Help and documentation are on the start page:

A What’s new section is available on the start page :

Some other links are available :

  • Creating application with Visual Studio
  • Extending Visual Studio
  • Community and Learning Resources

 

Some resources for Windows, Web, Cloud, Office,SharePoint and Data development are accessible too.

 

Next step : migration of a Visual studio 2008 solution !

CSS Mixer

Posted February 25th, 2010 in .NET, ASP.NET, CSS, MyProjects, Personal, Tools, Web development by admin

CSSmixer128 Css mixer is a tool I’ve developped in C# winforms, .NET framework 3.5

You can use it to improve you ASP.NET Themes or your CSS files for all your web projects.

If you have many css files linked to a page, you can group them in a single file with CSS Mixer.

You can also minify CSS files to save the bandwith.

 

To use it, open a folder containing CSS files,

cssmixer_screenshot

choose an action (simple combine, or combine and minify) then click Save as …

cssmixer_screenshot2

Download the last version of CSS Mixer on codeplex.

I hope you’ll find it usefull. please give me feedback on it