Latest blog posts from the team at Cergis
I just wanted to share a solution for a problem that I have come across recently.
I was working on an .NET MVC project in which a SQL Compact database was set up, it was all fine. However, when trying to check the Table data in visual studio an error would be displayed.
read more
Consequences of the Android 4.3 Update with responsive emails (Part 2)
read more
Consequences of the Android 4.3 update with responsive emails (Part 1)
read more
In general I really enjoy using Windows Scheduled Tasks to run time specific jobs on a server. This could be anything from an emailing service to an export routine. The great thing about Task Scheduler is that it has a vast range or configurations options, triggers, actions, conditions etc. that caters for most of our situations.
read more
A few simple steps can save you sheets of paper when printing!
read more
This is a solution if your application keeps redirecting you to "Account/Login" even if your web.config file points to a different login page.
read more
Having discovered that using the HTML entity code for the pipeline character was not the best way of adding seperators in a list menu, I set out to find out what was. Here is my conclusion.
read more
The HTML5 history API allows us to manipulate the browser history through JavaScript, some of these features have been available in older HTML versions. However, the new bits came along with HTML5. These include a way to add entries to the browser history and change the URL in the browser bar without reloading pages, which I think is very interesting and useful in order to improve the UX as traditional websites are becoming more app like oriented.
read more
Have to make changes to a large and complex website? Is the process of launching your changes time-consuming and error-prone? Find out how MSBuild can help.
read more
Session hijacking is a collective term used to describe methods that allow one client to impersonate another, thereby giving the hijacking client the same access rights as the target client.
The general rule is: Nothing that goes across the network over the http protocol is safe (except if it is encrypted and it is used in certain way).
read more
We recently ran into some URL encoding issues in one of our MVC projects when it came to custom routing. This blog post will address a rather quick and easy approach to reliable URL encoding in .NET/MVC
read more
Allow a dot (and other restricted characters) in the url of an Asp.Net MVC application for IIS.
Quick post on something I came accross the other day. We needed to include a "dot" in the url, something along the lines of "blah/something2.0/blah". If you try this with a brand new MVC site you would normally get a 404 Http response code when trying to access the url.
read more
One of the small little gems we recently discovered in .Net 4.5 is the ability to upload multiple files using the native .Net FileUpload control and some Html 5 support. I'll run you through the basics of getting this working, as well as a fall-back for older browsers.
read more
SASS (Syntactically Awesome Stylesheets) originally designed by Hampton Catlin and developed by Nathan Weizenbaum.
SASS is a meta-language on top of CSS that’s used to describe the style of a document cleanly and structurally, with more power than flat CSS allows as well it is an extension of CSS3 which adds nested rules, variables, mixins, selector inheritance, and more. SASS generates well formatted CSS and makes your stylesheet easier to organize and maintain, especially if there is more than one stylesheet.
read more
What does everyone at Cergis use? Which Browser is the favourite? Find out here!
read more
What is it?
I went to DrupalCon in Munich this august where I met Sam Richard, so this quote is from his presentation. Love it. I think it explains better than anything else.
"Responsive Web Design isn’t about current devices and known unknowns, it’s about future devices and unknown unknowns." - Donald Rumsfeld
read more
posted on 18 March 2014
0 comments