Blog
- Setup MURA CMS under subfolder on Railo Ubuntu
Recently I was working with site migration from windows to ubuntu server. Normally everything goes smoother except case sensitivity of file name. While working with window we never take care about file name case since it doesn't matter in window. Although we use standard for file naming but mistake will not reveal. After renaming file name accordingly everything work fine except one project. In this project I was running ColdBox framework in root folder for all kind of administrative work or business management and there was a folder /website which contain front public website. Front website running under MURA cms. When we move to RAILO and UBUNTU home page load correctly but rest of pages showing 404 error.
- Read More
- By Pritesh
- Comments(0)
- Block drag & drop image OR direct image paste into CKEditor using Firefox
Hello friends,
I am mostly uses Firefox browser for any developing stuff and I am facing an issue with CKEditor.
CKEditor allows you to direct copy & paste or drag & drop image into CKEditor body area using Firefox browser and it will embed image as base 64 encoded image into the CKEditor body. When you see the actual source code of paste image, it will look like...
- Read More
- By Mahavir Dhruv
- Comments(1)
- Managing ColdFusion code formatting
-
Hi all!
Since I use eclipse as ColdFusion editor, I have installed cfeclipse plug-in for ColdFusion.
I got two issues which makes me writing this blog post. One is slowing down editing of large file in cfeclipse and proper code formatting which improves readability.- Read More
- By Vikas Patel
- Comments(0)
- Importing data on Amazon RDS for Microsoft SQL Server.
Recently Amazon Cloud started RDS for Microsoft SQL Server and currently support Microsoft SQL Server 2008 R2 and Microsoft SQL Server 2012. Since RDS currently doesn't support restoring database from Backup it is really tedious job to import large database. AWS has detail documentation of export/import database with different method. As mention in documentation Bulk Copy is fastest method when you have big size database. Although everything mention in documentation I will walk you through my experience for importing database.
- Read More
- By Pritesh Patel
- Comments(3)
- jQuery Plugin to convert HTML select box to DIV based dropdown
Since long time I was planning to build jQuery plugin to convert HTML select box to DIV based dropdown but still do not want to loose flexibility of HTML control. Drawback with HTML select box is you can not apply css or beautify it, if you need multiselect option it occupy good space and your page look ugly in certain cases. This plugin will convert your HTML selectbox to DIV based dropdown list yet it will have simplicity of HTML control.
- Read More
- By Pritesh
- Comments(0)
- SignatureDoesNotMatch - Amazon S3 file opening issue in FireFox
Hi,
Few days ago, I see a case that my file on Amazon S3 wasn't opening in FireFox but it was opening in Chrome and Internet Explorer 9.
- Read More
- By Vikas Patel
- Comments(0)
- cfform creates javascript variables for HTML elements
Hi all,
This post is about JavaScript and ColdFusion. Few days ago, I caught an issue in HTML form post data.
I received [object HTMLInputElement] as form HTML form data. Later I figured out that when my JavaScript variable propertyID is assigned with correct numeric value, then there is no problem. I tried to find where I declared this JavaScript variable.
- Read More
- By Vikas Patel
- Comments(0)
- HTML5 compatible table design
Hello friends,
Today I am showing you a tip to redesign your HTML table element that will be compatible with HTML4 and HTML5.
- Read More
- By Vikas Patel
- Comments(0)
- Ubuntu One Cloud Files API using ColdFusion
Once Ubuntu One OAuth authorization process (discuss in my previous blog) has been completed; then it’s time to implement Ubuntu One Files API to access Ubuntu One data on website.
To access data stored on Ubuntu One on our website, in each request we have to pass valid access token and access token secret that we get at last in OAuth authorization process to identify that an authorize user can access the data.
I am implementing Ubuntu One Cloud Files API using ColdFusion by taking reference from Ubuntu One Cloud Files API Documentation.
- Read More
- By Mahavir Dhruv
- Comments(0)
- Ubuntu One Web Authorization API using ColdFusion
I am new to Ubuntu One and I want to access my Ubuntu One data in to a website. For that I have to go though the Ubuntu One API Docs.
Initially, user has to go through authorization process to access his/her Ubuntu One data. Ubuntu One use OAuth 1.0a authorization process to acquire an authentication token that used in each request of accessing Ubuntu One data.
- Read More
- By Mahavir Dhruv
- Comments(0)