Register | Login

Stacking Code

public interface IBlog { string Dump(Stream consciousness); }

Stuff to Try

Monday, 3 October, 2011 @ 8:05 PM < Adam Boddington
Tags: CSS, JavaScript, Windows Service

Here are a couple of things I really want to try out soon. Both are available via Nuget.

SassAndCoffee

https://github.com/xpaulbettsx/sassandcoffee#readme

I'm not a designer but I don't often work with one, so it usually falls me to write rudimentary CSS. Sass simplifies it for me by letting me set up things like variables and inheritance. With SassAndCoffee there's no need to install Ruby to make my project sassy.

CoffeeScript is a neat way to write JavaScript -- cleaner, easier to understand, and still lets me use things like jQuery. SassAndCoffee includes a CoffeeScript compiler.

SassAndCoffee can also minify my JavaScript for me, and combine all my scripts into one file. Both are best practices for improving website performance.

Topshelf

http://topshelf-project.com/

Topshelf is a much easier way to build Windows services. I usually build my services as a console application first and then convert them to a Windows service later on. With Topshelf that process will be reduced to virtually nothing.

There are 0 comments.


Comments

Leave a Comment

Please register or login to leave a comment.


Older
Custom Configuration Sections Made Easy

Newer
Making Links Clickable in Communicator

Older
Custom Configuration Sections Made Easy

Newer
Making Links Clickable in Communicator

browse with Pivot


About


Projects

Building Neno


RSS
Recent Posts

Codility Nitrogenium Challenge
OS X Lock
HACT '13
Codility Challenges
Priority Queue


Tags

Architecture (13)
ASP.NET (2)
ASP.NET MVC (13)
Brisbane Flood (1)
Building Neno (38)
C# (4)
Challenges (3)
Collections (1)
Communicator (1)
Concurrency Control (2)
Configuration (1)
CSS (5)
DataAnnotations (2)
Database (1)
DotNetOpenAuth (2)
Entity Framework (1)
FluentNHibernate (2)
Inversion of Control (5)
JavaScript (1)
jQuery (4)
Kata (2)
Linq (7)
Markdown (4)
Mercurial (5)
NHibernate (20)
Ninject (2)
OpenID (3)
OS X (1)
Pivot (6)
PowerShell (8)
Prettify (2)
RSS (1)
Spring (3)
SQL Server (5)
T-SQL (2)
Validation (2)
Vim (1)
Visual Studio (2)
Windows Forms (3)
Windows Service (1)


Archives


Powered by Neno, ASP.NET MVC, NHibernate, and small furry mammals. Copyright 2010 - 2011 Adam Boddington.
Version 1.0 Alpha (d9e7e4b68c07), Build Date Sunday, 30 January, 2011 @ 11:37 AM