Preventing users from exiting a form on your website with JQuery
I have encountered a problem with users on a webapp that i co-created. The users would click back after entering data in a form, or close the current tab or ...
I have encountered a problem with users on a webapp that i co-created. The users would click back after entering data in a form, or close the current tab or ...
I was surprised to know that i am presenting a product this week at the oracle user conference HROUG.hr
If you are considering the upgrade to Rails 3.1.x and you wish to include the JQuery-UI in your web application follow these simple steps: Load jquery-ui in ...
I have encountered a problem where I needed to disable some checkboxes on my forms. As you know, a disabled html item by design isn’t going to be posted back...
As I have written in my previous post, I’m playing with autocompletion in my web app. I have found some new tricks, that will speed up the process. Never lik...
Almost every time you create a web application you will have to add at least one autocomplete field in your application. Here is one of the possible ways of ...
As I have written before, I use Ubuntu for my rails development, and have been using it as my main OS last 10 months. I have been trying all the rails 3.1 be...
As I am exploring different languages and platforms for web development, I have encountered(a few months ago) ruby on rails. It has impressed me so much that...
I have encountered a problem with oracle database that it does not reuse lob data. So, if you have 5000 rows of some lob data, and you delete them from the t...
As I am working on Oracle database at my day job, I have found something that is by default on sqlserver but not in oracle. That is the datediff function tha...
My best man asked me a few months ago to create him an app that would allow him to send a predefined sms to a predefined number on a click of a button using ...
I have encountered a problem in class today, we needed our Contact Manager application only to run one instance of every MDI child form, so the user will not...
This is a first in a series of posts, as I will try to build ASP.NET MVC application against Oracle XE database, but this example can be used for any Oracle ...
I am creating a backup application and have to get the list of files in some directory here is the simple way to do it. If you only need contents of one dire...