-
Recent Posts
Tags
7 apache bash code computing drupal easy engine euler facebook free fun google grails hello Howto/Tutorial internet java javascript linux lua manager mcheck microsoft networking open opera php problem Programming project quick search server slackware social source tool tutorial upgrade window windows wordpress world xLinks
-
Tag Archives: ajax
Grails Quick And Easy Ajax Shoutbox
I recently had to make a shoutbox and I wanted to do it with Ajax in grails, so I’ll show you how it’s done. First thing’s first, let’s create the domain class and the controller for the shoutbox: grails create-domain-class … Continue reading
Posted in Howto/Tutorial, Programming
Tagged ajax, chat, easy, grails, polling, quick, shoutbox, tutorial
View Comments
Replacement Form Item For Grails to-Many Relationships
By default, grails just gives users a multi-select box when dealing with to-Many relationships in views. It’s damn ugly and incredibly ineffective if an end user is dealing with tons of things to select from. After tolerating it for a … Continue reading
Posted in Howto/Tutorial, Programming, Scripts
Tagged ajax, autocomplete, grails, has, many, replacement, select, to
View Comments
Using jQuery’s .load and .post Functions
jQuery makes it incredibly easy to load dynamic content from another page, and to post it as well. For this quick tutorial I’m going to assume that you’re already using jQuery and it’s already linked into your pages. The load … Continue reading
Posted in Howto/Tutorial, Programming, Scripts
Tagged ajax, dynamic, form, javascript, jquery, load, post, submit
View Comments
