GreatWebGuy

Self-proclaimed greatness is a hard thing to prove.

Follow me on TwitterRSS Feeds

  • Home
  • About
  • Contact
  • Privacy

Input focus with jQuery

Jun 16th

Posted by webguy in DOM

17 comments

Form input focus always seems a pain to me, I don’t like all of the generated inline javascript that struts or other frameworks add to accomplish this and it always seems to be one issue or another. So here’s a simple solution that applies focus to the last input element in the document that has

focus, html, JQuery

Converting a Java project to a Dynamic Web project in Eclipse

May 2nd

Posted by webguy in Eclipse

18 comments

Once a project is created in Eclipse Europa of a certain type, it’s not the most straight forward process of changing the project to a different type. For example you have a project that Eclipse considers to be a Java project, but it’s actually a Web Project, you don’t get to take advantage of all

Eclipse, Java, web

Default html button submit on enter with JQuery

Apr 24th

Posted by webguy in DOM

15 comments

I basically needed the update button to be the default action on clicking enter in the form, but there were multiple submit buttons in my form and they weren’t in the order I needed due to UI design. This was a quick and dirty solution to select an html submit button and make it the

html, JQuery, submit

Simple Cross Site Scripting (XSS) Servlet Filter

Feb 23rd

Posted by webguy in Java

19 comments

Ran into some issues on some of our Java sites today and needed a quick fix to protect the sites from malicious Cross Site Scripting (XSS) attempts. If you’re not aware of what XSS is and have websites that have sensitive user data, you may want to read up, you’re probably vulnerable, which means your

Java, servlet filter, xss

Suckerfish DHTML dropdown menu with JQuery

Feb 21st

Posted by webguy in DOM

13 comments

DHTML dropdown menu’s have been greatly improved in terms of accessibility, standards compliance, and weight using the Suckerfish technique of building pure CSS-based menus and then attaching a small javascript that allows Internet Explorer 6 to mimic the CSS hover method. Once the die-hards hanging onto IE6 let go, we won’t have to worry much

Javascript, JQuery
xampp start

PHP (WordPress) development using Eclipse and XAMPP

Jan 6th

Posted by webguy in Eclipse

26 comments

As can be determined from my other posts, I’m a Java Developer by trade and Eclipse is my editor of choice. Now I have gone to the darkside now and then for some good out of the box software, such as WordPress, which as you may know is written in PHP. The main reason I

development, Eclipse, php, wordpress, xampp

URLRewriteFilter Servlet Filter problem in WebSphere 6.1.0.5

Dec 20th

Posted by webguy in Java

8 comments

I recently wrote up an article on SEO Friendly URL’s for J2EE frameworks, while my tomcat implementations and WebSphere 5.1 implementations of the URLRewriteFilter were seemless, I ran into a problem on WebSphere 6.1 that caused me to rack my brain. The Output urls in the page were being rewritten fine, which is usually a

Java, Search, urlrewrite
«12345»...Last »
    • Recent comments
    • Popular posts
    • Archives
    • Tags
    • Categories
    • Binaries (1)
      • Usenet (1)
    • Blacklisted (1)
      • Hosting (1)
    • Blogging (6)
      • Plug-ins (3)
      • Tutorials (1)
      • Upgrades (2)
    • Hacks (5)
      • Apps (1)
      • Browsers (3)
      • Windows (1)
    • Programming (22)
      • Ajax (1)
      • CSS (2)
      • DDD (1)
      • DOM (6)
      • Eclipse (6)
      • Java (6)
      • Search (1)
    • Recommended (10)
      • Humor (2)
      • Identity Protection (1)
      • iPhone (1)
      • OS (1)
      • Reference (1)
      • Selling (2)
      • Services (2)
    • Search Engines (1)
    • Web Servers (1)
      • Lighttpd (1)
    • Web Stuff (1)
    affiliate Ajax Binaries Blogging CSS development download Eclipse Firefox free google hack Hacks html ide iPhone Java Javascript JQuery Lighttpd links linux mac newsgroup nzb pandora php Plug-ins Programming quickpar Recommended remote Search Selling Services submit terminal-services tools tweak ubuntu Upgrades Usenet Windows winrar wordpress
    • February 2010 (1)
    • January 2010 (2)
    • May 2009 (1)
    • April 2009 (1)
    • January 2009 (1)
    • December 2008 (2)
    • October 2008 (1)
    • September 2008 (1)
    • August 2008 (1)
    • July 2008 (1)
    • June 2008 (3)
    • May 2008 (1)
    • April 2008 (1)
    • February 2008 (2)
    • January 2008 (1)
    • December 2007 (2)
    • November 2007 (1)
    • September 2007 (3)
    • August 2007 (2)
    • June 2007 (2)
    • May 2007 (3)
    • April 2007 (5)
    • March 2007 (7)
    • February 2007 (3)
    • Setup Eclipse and Tomcat to play nice together (34)
    • PHP (WordPress) development using Eclipse and XAMPP (26)
    • Java image resizer servlet (25)
    • Enable JavaScript specific CSS with one line of jQuery (23)
    • Windows Hack – Remote control your home computer from work (22)
    • Stock quote and chart from Yahoo in Java (21)
    • Eclipse – Open Resource Shortcut – Ctrl+Shift+R (19)
    • Simple Cross Site Scripting (XSS) Servlet Filter (19)
    • Converting a Java project to a Dynamic Web project in Eclipse (18)
    • The functional mess that is Oracle JDeveloper (17)
    • Name (required): Bruce: In using JSF we found that without the return false and return true lines in this...
    • AB: value.replaceAll(“(?i)script”, “”); So the user input " my description " is filtered to "my deion...
    • webguy: @John Wow, looks like some formatting issues in that code formatter plugin. Those directives are...
    • John Littlefield: Thanks, I agree, there probably is something better out there. Your the first result for Google:...
    • webguy: @John, if you look at the instructions above you'll see the virtualhost in xampp being updated. ...
    • John Littlefield: Thanks for the detailed instructions. I'm new to eclipse but not to IDEs. I'm confused about how to...
    • Robin: What I used was a lot more leaner and generic. (obviously with some assumptions) $("form...
    • srage: according to the jQuery docs "The :input selector basically selects all form controls." so it's as...
  • My latest tweets

    Loading tweets...
    Follow me on Twitter!
  • Latest Bookmarks

    • Enable Multi-Touch Gesture (Finger Scroll, Momentum and ChiralMotion ...
    • Beginners Developing iPhone Apps Tutorial Video Training CD/DVD
    • Raven tattoo on Flickr - Photo Sharing!
    • Free Image Optimizer - Compress and resize photos
Copyright © 2010 GreatWebGuy
RSS Feeds XHTML 1.1 Top