My Recent Pastes (97 and counting)

Pastes by celeretaudax (97 and counting)

Pages: 1 2 4 5 6 7

Below are the 15 most recent pasties by celeretaudax.

May 24, 2009
10:33PM EDT
by celeretaudax

##actionscript

//==========================================================
function decide_proposal(e:Event):void {
//==========================================================

May 24, 2009
7:21PM EDT
by celeretaudax

##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

var geocoder, location1, location2;

function initialize() {
        geocoder = new GClientGeocoder();
}

May 19, 2009
1:53PM EDT
by celeretaudax

//===============================================================
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

                //=============================================================================================
                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

        //=============================================================================================
        public function openXML(name:String):void { //decides what XML data feed and opens it
        //=============================================================================================


May 14, 2009
4:47PM EDT
by celeretaudax

##separate class file
                private var xmlLoader:URLLoader = new URLLoader();
                private var xmlData:XML = new XML();
                
                //======================================================================================

May 14, 2009
4:41PM EDT
by celeretaudax

##first click
makePagination() target: whoweare
onCompleteXML() target: whoweare
loadProjectXML() got called from onCompleteXML();
projectENDNUM3

May 13, 2009
9:39AM EDT
by celeretaudax

##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

##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

  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

@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

##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

##html

<input type="button" onclick="function () { editMarkerForm(marker); }" value="Edit"/>

##error in firebug

Next page

Previous page