[Notice] Undefined index: Search

GET /resources/silverstripe/add-field-to-a-many-many-relationship/SearchForm?start=20

Line 132 in /home/james/public_html/cms/code/search/SearchForm.php

Source

123 					Translatable::disable_locale_filter();
124 				} else {
125 					$origLocale = Translatable::get_current_locale();
126 
127 					Translatable::set_current_locale($data['searchlocale']);
128 				}
129 			}
130 		}
131 
132 		$keywords = $data['Search'];
133 
134 	 	$andProcessor = create_function('$matches','
135 	 		return " +" . $matches[2] . " +" . $matches[4] . " ";
136 	 	');
137 	 	$notProcessor = create_function('$matches', '
138 	 		return " -" . $matches[3];

Trace

Search Results | James Barnsley | Web designer and developer in Wellington

Berl Economics

BERL (or Business and Economic Research Limited) is one of New Zealand's leading economic research and analysis companies, operating out of Wellington. This web project was...

Read more

Code

This is a blog holder.

Read more

Proportionate Resizing Calculator

22 August 2011

Instead of having to boot up Photoshop CS5 and create a blank document and then resize that, you can just use this handy utility I created...

Read more

HTML Element ID's can't start with a number

12 May 2011

I was recently building a jQuery-based slider for our upcoming website re-launch and needed to identify a series of elements numerically. Naturally I decided a number...

Read more

SilverStripe CMS: A slight mind warp

26 May 2011

Being a web designer/developer from Wellington, and given the ‘support local businesses’ attitude, I thought it was necessary to get my head around the Wellington-based SilverStripe...

Read more

Prevent text-selection of buttons

12 May 2011

How can you make a text link with your nice new styles behave like a button, instead of a selectable inline link? CSS, again, as the...

Read more

AS3 and Loading Text Files

19 May 2011

Flash is capable of loading external textual content at run time using the ActionScript 3 URLLoader Class. Loading external text at run time is a technique...

Read more

Quick and Easy CSS Rounded Corners

21 June 2011

If you’re even too lazy to visit http://border-radius.com, then use the code below for your beautiful CSS3 rounded corners. Remember if you want to round some...

Read more

Understanding Z-Index

25 May 2011

When building my first complex css-styled website, I toyed with z-index, not really knowing what I was doing. Even in more recent times, z-index is a rule...

Read more

ActionScript 3 Preloader

21 May 2011

Copy and paste this code into the first frame of your AS3 Flash document to create a preloader. Note: Remember you will need to target the right...

Read more

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42

Page 3 of 42

Let's work together