User contributions
From John Freier
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 14:31, 22 September 2011 (diff | hist) . . (+127) . . Jquery table things
- 14:30, 22 September 2011 (diff | hist) . . (+304) . . N Jquery table things (Created page with 'These are a bunch of different table manipulation things. Add a new row to a table $('#tableId tr:last').after('<tr><td>item</td></tr>'); Remove all the rows of a table. …')
- 14:28, 22 September 2011 (diff | hist) . . (+37) . . Jquery
- 14:28, 22 September 2011 (diff | hist) . . (-187) . . Jquery element querys
- 14:27, 22 September 2011 (diff | hist) . . (+190) . . Jquery element querys
- 14:18, 22 September 2011 (diff | hist) . . (+119) . . Jquery element querys
- 14:16, 22 September 2011 (diff | hist) . . (+122) . . N Jquery element querys (Created page with 'These are different ways in JQuery to query for the element(s). Check boxes $('[type="checkbox"]').click(function(){});')
- 14:14, 22 September 2011 (diff | hist) . . (+42) . . Jquery
- 13:05, 16 August 2011 (diff | hist) . . (+21) . . Linux
- 10:47, 11 August 2011 (diff | hist) . . (+271) . . N Jquery custom attribute (Created page with 'Use a custom attribute on an HTML tag and manipulate it in JQuery. <script> $(document).ready(function() { $('a').click(function() { var id = $(this).attr('g…') (current)
- 10:45, 11 August 2011 (diff | hist) . . (+44) . . N Jquery (Created page with 'Custom Attribute')
- 10:44, 11 August 2011 (diff | hist) . . (+17) . . MediaWiki:Sidebar
- 08:56, 7 July 2011 (diff | hist) . . (+538) . . N Android start activity for result (Created page with 'Start Activity For Result This starts an activity and get a result from it, for example you want to create a custom input form. You start the activity with, startActivityForRes…') (current)
- 08:53, 7 July 2011 (diff | hist) . . (+65) . . Android (current)
- 10:21, 6 July 2011 (diff | hist) . . (+151) . . Dynamic List Activity (current)
- 21:27, 30 June 2011 (diff | hist) . . (+7) . . Start New Activity (current)
- 21:26, 30 June 2011 (diff | hist) . . (+154) . . Start New Activity
- 21:24, 30 June 2011 (diff | hist) . . (+349) . . Dynamic List Activity
- 23:27, 23 June 2011 (diff | hist) . . (+1,417) . . N Iphone jailbreak (Created page with 'Prepair 1. Download RecBoot. You might have to download or get from your own local computer. iTunesMobileDevice.dll Location (Windows 7x64): c:\program files(64)\Common Fil…') (current)
- 23:16, 23 June 2011 (diff | hist) . . (+53) . . N Other (Created page with 'Other IPhone Jailbreak 3.1.2 3G') (current)
- 23:15, 23 June 2011 (diff | hist) . . (+15) . . MediaWiki:Sidebar
- 16:39, 20 June 2011 (diff | hist) . . (+363) . . N Android create html webview (Created page with 'This creates and html page and uses the webview to display it. String html = "<html><body>Hello, World!</body></html>"; String mime = "text/html"; String encoding = "utf-8"; …') (current)
- 16:38, 20 June 2011 (diff | hist) . . (+53) . . Android (→Sample Code)
- 16:22, 20 June 2011 (diff | hist) . . (+10) . . Subversion
- 16:21, 20 June 2011 (diff | hist) . . (+2) . . Subversion
- 16:20, 20 June 2011 (diff | hist) . . (+159) . . Subversion
- 16:20, 20 June 2011 (diff | hist) . . (+6) . . Subversion
- 16:19, 20 June 2011 (diff | hist) . . (+84) . . Subversion
- 16:18, 20 June 2011 (diff | hist) . . (+825) . . N Subversion (Created page with ' == Install SVN == This install uses Fedora Core 4, with YUM. 1. Install subversion >yum install subversion 2. Create a nice directory structure to keep all the subversion in…')
- 16:11, 20 June 2011 (diff | hist) . . (+16) . . Linux
- 09:49, 10 June 2011 (diff | hist) . . (+76) . . Research (current)
- 15:12, 1 June 2011 (diff | hist) . . (+367) . . Apache
- 15:09, 1 June 2011 (diff | hist) . . (+403) . . N Apache (Created page with ''''Virtual Host ProxyPass''' This will pass any http request along. It helps when you want to pass a connection to another server, example apache -> tomcat:8080. <VirtualHost …')
- 15:08, 1 June 2011 (diff | hist) . . (+12) . . Linux
- 13:19, 31 May 2011 (diff | hist) . . (+191) . . N Grails restrict url (Created page with 'UrlMapping.groovy "/**.gsp" { controller = { if(request.requestURL.toString().endsWith(".gsp")) { "forbidden" } else params.controll…') (current)
- 13:18, 31 May 2011 (diff | hist) . . (+47) . . N Grails (Created page with 'Restrict GSP URL access') (current)
- 13:08, 31 May 2011 (diff | hist) . . (+45) . . Java web xml filter (current)
- 13:06, 31 May 2011 (diff | hist) . . (+270) . . Java web xml filter
- 13:05, 31 May 2011 (diff | hist) . . (+26) . . Java web xml filter
- 13:05, 31 May 2011 (diff | hist) . . (+1,523) . . N Java web xml filter (Created page with ' import java.io.IOException; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.*; public class UrlFilter imp…')
- 13:01, 31 May 2011 (diff | hist) . . (0) . . Java
- 13:01, 31 May 2011 (diff | hist) . . (+43) . . N Java (Created page with 'java_web_xml_filter')
- 13:00, 31 May 2011 (diff | hist) . . (+30) . . MediaWiki:Sidebar
- 15:58, 27 May 2011 (diff | hist) . . (+7) . . Linux Commands
- 15:58, 27 May 2011 (diff | hist) . . (+86) . . m Linux Commands
- 11:15, 10 March 2011 (diff | hist) . . (-2) . . Wavesalon javascript slideshow code (current)
- 11:15, 10 March 2011 (diff | hist) . . (+94) . . Wavesalon javascript slideshow code
- 11:13, 10 March 2011 (diff | hist) . . (+165) . . Wavesalon javascript slideshow code
- 13:13, 8 March 2011 (diff | hist) . . (+48) . . Wavesalon javascript slideshow code
- 13:12, 8 March 2011 (diff | hist) . . (+4) . . Wavesalon javascript slideshow code
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)