Enterprise, Dynamic Web Form Generation – Formulator

AshokOfferings, Technical TipsLeave a Comment

We are working on an interesting project dynamically generating web forms for the enterprise. We have done this many times in the past, but this time, we are taking dynamic form generation to a new level. The scale, architecture, flexibility, and robust functionality that we are building is exciting. In its simplest form, we are allowing an enterprise entity to be mapped to web forms dynamically, along with both an administrative and end-user interfaces to manage the process. Here is a draft we are customizing for a customer (the actual implementation looks even more interesting/fresh). I have talked to some … Read More

SQL Server Management Studio Shortcut Keys

AshokTechnical Tips1 Comment

Here are quick shortcut keys I use when using SQL Sever Management Studio’s query editor (I happen to be on version 2008 R2). Comment selection: CTRL-K, C (while holding CTRL) Uncomment selection: CTRL-K, U (while holding CTRL) New Query Editor Window: CTRL-N Find: CTRL-F (F3 for next occurrence, SHIFT-F3 for previous occurrence) Replace: CTRL-H Word completion: ALT+RIGHT ARROW List members: CTRL-SPACE Next Editor Window: CTRL-TAB (previous CTRL-SHIFT-TAB) —- this works like Textpad These are some of my favorites out of the full list of SQL Server Management Studio shortcuts published by Microsoft. More to come in an update, but wanted … Read More

ColdFusion 9 Development on Windows (Standalone Server, ColdFusion Builder, and HelloWorld)

AshokIndustry Trends, News and Updates, Technical TipsLeave a Comment

This guide walks through an installation of:

  • Standalone ColdFusion 9 Developer Edition (Server)
  • Standalone ColdFusion Builder (IDE)

Upon installation of the above, this guide further walks through how to configure the ColdFusion Builder IDE and build simple “Hello World” application.

PS: I can’t remember the last Hello World that was this simple to develop with such few lines of code.

[box type=”download”]Free Download
Please complete the following for access to the free download.
[emailreq download_id="3" contact_form_id="7"]

[/box]

FTP Server Error 550 – Can’t Access File

AshokTechnical TipsLeave a Comment

We run a lot of secure FTP with FTPS, typically using FileZilla Server on Windows servers. If you find yourself seeing 550 errors while trying to upload files to the server, chances are your FileZilla server is running under the Windows SYSTEM account, and it does not have write access to the directory you are writing to. Save yourself some trouble by running FileZilla as a domain user (or local user) that you can ensure has permissions to the folder to where you are writing.

JDeveloper 11g Tutorial – Install Steps (11.1.1.3.0)

AshokTechnical TipsLeave a Comment

New versions of JDeveloper 11g have been released since the last step-by-step JDev install guide, so I thought I would post a quick refresher for anyone who wants that comfort of knowing they are seeing the screens they should expect to see as they march through the install. Enjoy; the product really is getting better and better everyday. Installing JDeveloper 11g (11.1.1.3.0) on Windows

Single or Multiple RDP Sessions – Remote Desktop – Vista Example

AshokTechnical TipsLeave a Comment

Connecting to my machine at home, I wanted to ensure I logged into the same session each time. If I was working at home, but later wanted to log in remotely from a different location to pick up where I left off, I couldn’t do that so easily since the default was creating a new session for my user. Just [carefully] pop into the registry to change the default to a single session per user. Screenshot below: