Ref:
In chrome, pressing of backspace will cause the page to return to the previous page, thought at first look this doesn’t seem like an issue, it becomes one when using chrome for data entry into forms.
Googling for this led to the extension “Back Space Means Backspace” for google chrome which prevents this functionality. You can use this link http://www.chromeextensions.org/appearance-functioning/backspacemeansbackspace/
We are looking to make TourMAST a multi tenanant web application, and first we will be looking into how to make the sub domain programatically.
Resources:
http://lukesampson.com/post/303245177/subdomains-for-a-single-application-with-asp-net-mvc
http://lukesampson.com/post/303245177/subdomains-for-a-single-application-with-asp-net-mvc
I often come across the need for the following functionality in the Date object in javascript. I believe these are basic functionality that should have been there, but then who cares!! anyone can extend these. So in a series of blogs i will be extending the Date object using the javascript prototype :-)
| Functionality | Sample |
| Date.AddDay | Date.AddDays Javascript |
While developing the software for backoffice tour operators, we came across the need to display hierarchical data with knockout.js. Let us consider the following sample situation:
We need to display the features of our software for tour operators in a tree structure as shown below.
While developing the web application for tour operators @ syneity, we felt the need to move off from the combo box to something better. So here we will be designing the mockup for the same. We have identified the following states for this control.
| Sl. | State | Details |
| 1 | Initial | No data is selected |
| 2 | Typing | Data is being entered into the control |
| 3 | Selected | An item is selected from the search result |
| 4 | Add | User needs to enter a new value, one that is not there in the search result |
With the release of our Software for tour operators and the purchase of the same by a few operators, we felt the need to automate our release process. Our requirements in a nut shell:
“Take the latest version from our SVN repository, build it, run the scripts on the database and upload the build output to the website”
Nice, but then how do we do this??
That is what i am looking for….. will update with my findings..