Tips and Techniques for Lifestyle Design
The example shows how traditional wet shaving allows you to spend 8 times less in blades compared to a conventional cartridge multi-blade razor set up…
The 10X Rule is a book about productivity within the business world, it underlines the importance of not limiting goals and taking 10 times higher levels of action to achieve them…
When we talk about downsizing your home, we mean the transition towards a smaller-sized house, stealing some other time from maintenance and renovation to better enjoy life…
Robot-advisors are software able to provide investment advises by operating through re-balancing algorithms for portfolio and capital management…
A list of what I believe to be the best books ever written, books that had a profound impact on my life.…
Meal prepping in advance and quantity is beneficial for 3 main reasons…
The purpose of the Intermittent Fasting diet is to concentrate meals in a small window: 8 hours or less (up to on meal a day, but not beyond) every day, in alternate days…
The geo-arbitrage is the practice of economic-financial speculation based on disparity between geographic locations and markets…
The goalodicy is the obsession in pursuing a goal, a compulsion such that the individual often ignores its own context…
The simple act of waking up early in the morning can be one of the best productivity techniques…
The term financial independence indicates a state for which an individual can sustain itself without the need of an employment…
The show focuses on fitness and nutrition. The main host John Somnez is an enterpreneur, developer, personal development coach……
The Luck Surface Area principle states that increments of luck in a certain field of interest, can be achieved by doing and telling…
How to run ASP.NET on Mac OS X. The solution leverages on Sublime Text, Kulture and OmniSharp…
The ErgoDox is a fully programmable, DIY, split ergonomic keyboard compatible with Windows, Mac OS, *nix…
Personal branding is a branch of marketing and a set of techniques for nurturing the public perception of self, like common brands…
The Filco Majestouch-2 Tenkeyless Ninja is a japanese mechanical keyboard that sport semi-blank keys, n-key rollover and it's built like a tank…
This article explains how to achieve a portable and elegant logging solution with NLog and SQLite, the solution targets the .NET platform and only requires a few configurations…
MavensMate setup may fail on Microsoft Windows machines due to a 'installer being unable to reach GitHub' error. Here a possible solution…
A C# snippet based on the AE.NET.Mail library, for searching an email inside a mailbox Inbox, through the IMAP protocol…
The best apps for applying the Pomodoro technique on Windows or Mac: Pomodairo, Focus Booster, Tomighty, Tomato.ist…
Is it possible to achieve true multitasking? The capability of performing multiple tasks concurrently and still obtain optimal results?…
There are a couple of options for dealing with Javascript dates, the JS Date object is usually the way to go, and if you're looking for an alternative solution…
A brief intro to the Ichigo ASP.NET blogging engine, a minimalistic Azure enabled Web forms application…
The solution shows a way to version entire Salesforce.com organizations. It involves two popolar SCMs (SVN and Git), an always-on server and a few free tools…
A snippet for retrieving the size of all tables in a SQL Server database that might prove useful for understanding where most of your data is going…
When you have Apex code that iterates a lot, you might obtain truncated log files and an error: MAXIMUM DEBUG LOG SIZE REACHED…
I'm happy to announce that Magic Emi by Havisi is now available on Beatport, including my remix (Icaro)…
A simple snippet for counting @future calls in a 24 hours timespan, may be useful for monitoring peaks and act accordingly…
Telerik's RadComboBox does not behave like a traditional DropDownList. You may consider to use a CustomValidator…
The script allows you to turn a text string into a proper URL slug with jQuery…
I'm happy to announce that Hannibal Invasion by NaNni is now available on Beatport, including my remix (Icaro)…
Here's my DJ set aired in September 2010 for the MaGmA Radio Show, enjoy.…
Here's my DJ set aired in June 2010 for the MaGmA Radio Show, enjoy.…
You need to consume Web services from client applications. There's a tool for design just to do that , it's called wsdl.exe…
Sometimes you need to understand precisely how the HTTP request is submitted to the server. That, can be also be achieved with PHP…
Here's my DJ set aired in February 2010 for the MaGmA Radio Show, enjoy!…
ASP.NET offers a great resource called 'System.Web.Routing' that support routes. Routes translates both the pattern and context parameters…
The EeePC 1201HA is part of a new generation of big netbooks, in fact, this particular one sports a 12.1 inch monitor…
Twerok Records is proud to present a new label artist, Francois Le Roy and his debut single Mosquito…
Here's my DJ set aired in November 2009 for the MaGmA Radio Show, enjoy!…
This article help you in delegating work to an asynchronous thread in C#, thus allowing for code execution and App responsitivity…
In this scenario, form data are restricted to ASCII codes. If the method is "post" --, the user agent conducts an HTTP post transaction…
I first heard about the Sennheiser HD-II from a professional producer a while ago, still one of the best DJ/producer headphone you can get…
In almost all web applications comes the moment when it becomes necessary to show some notifications to the user…
The getElementsByName method allows you to obtain a collection of controls from the (X)HTML DOM, by specifying the common name value…
When deploying a stored procedure, a clean up the db's cache might go a long way in order to apply changes immediately…
I decided to deeply customize the FieldTemplateUserControl of Dynamic Data, to display and save multiple Columns I needed…
This Web.config setting allows for a bigger size on uploaded files by tuning both the execution time and max request length parameters…
In the web application that I'm developing using Dynamic Data, I set the DataContext at runtime because the application might bind different contexts.…
The following snippet customizes the .NET ConnectionString property at runtime in a Dynamic Data application…
A .NET webservice offers particular encrypting capabilities. I need to consume the webservice with PHP…
Sometimes you may want to show and hide the panel programmatically. All you need, is a fake activator like following…
While implementing an HttpModule that handle URLs in a SEO friendly way, the AJAX script module gets in the way…