My Recent Pastes (97 and counting)
Pastes by celeretaudax (97 and counting)
Below are the 15 most recent pasties by celeretaudax.
May 24, 2009
10:33PM EDT
by celeretaudax
View more (54 lines)
##actionscript
//==========================================================
function decide_proposal(e:Event):void {
//==========================================================
May 24, 2009
7:21PM EDT
by celeretaudax
View more (51 lines)
##actionscript
//==========================================================
function decide_proposal(e:Event):void {
//==========================================================
var address1:String = form1.project_address.text + ", " + form1.project_city.text + ", " + form1.project_state.text + ", " + form1.project_zip.text;
May 24, 2009
6:05PM EDT
by celeretaudax
View more (39 lines)
var geocoder, location1, location2; function initialize() { geocoder = new GClientGeocoder(); }
May 19, 2009
1:53PM EDT
by celeretaudax
View more (15 lines)
//===============================================================
function scrolling(e:Event):void {
//===============================================================
//TODO: fix this bullshit
thumbGallery.x += Math.cos(((-thumbGallery.mouseX) / thumbMask.width) * Math.PI) * 15;
May 18, 2009
10:39AM EDT
by celeretaudax
View more (34 lines)
//=============================================================================================
public function openXML(name:String):void { //decides what XML data feed and opens it
//=============================================================================================
var xmlLoader:URLLoader = new URLLoader();
May 18, 2009
10:02AM EDT
by celeretaudax
View more (23 lines)
//=============================================================================================
public function openXML(name:String):void { //decides what XML data feed and opens it
//=============================================================================================
May 14, 2009
4:47PM EDT
by celeretaudax
View more (162 lines)
##separate class file
private var xmlLoader:URLLoader = new URLLoader();
private var xmlData:XML = new XML();
//======================================================================================
May 14, 2009
4:41PM EDT
by celeretaudax
View more (49 lines)
##first click makePagination() target: whoweare onCompleteXML() target: whoweare loadProjectXML() got called from onCompleteXML(); projectENDNUM3
May 13, 2009
9:39AM EDT
by celeretaudax
View more (80 lines)
##error
TypeError: Error #2007: Parameter child must be non-null.
at flash.display::DisplayObjectContainer/addChild()
at MethodInfo-260()
May 12, 2009
11:24AM EDT
by celeretaudax
View more (72 lines)
##Firefox Processing Admin::UsersController#edit (for 75.111.129.2 at 2009-05-12 10:21:40) [GET] Parameters: {"id"=>"12"} [4;36;1mUser Load (0.1ms) [0m [0;1mSELECT * FROM `users` WHERE (`users`.`id` = 12) LIMIT 1 [0m
April 28, 2009
2:17PM EDT
by celeretaudax
View more (27 lines)
def update #params[:map][:existing_asset_attributes] ||= {} @map = Map.find(params[:id])
April 27, 2009
6:15PM EDT
by celeretaudax
format.html { redirect_to(admin_maps_path) } do |page|
page << "showForm('edit', @map)"
end
April 22, 2009
9:38PM EDT
by celeretaudax
View more (27 lines)
@map = Map.new @mapper = GMap.new("map") @mapper.control_init(:large_map => true,:map_type => true) @mapper.center_zoom_init([30.637321,-96.346664],8) @maps = Map.find(:all, :conditions => ["approved = ?", true])
April 22, 2009
8:51PM EDT
by celeretaudax
View more (26 lines)
##code that creates it @mapper.overlay_init(GMarker.new([map.lat, map.lng], :title => map.name, :info_window_tabs => {:tab => "INFO", :content => @marker_html}))
March 12, 2009
6:12PM EDT
by celeretaudax
View more (8 lines)
##html <input type="button" onclick="function () { editMarkerForm(marker); }" value="Edit"/> ##error in firebug
