Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - MultiformeIngegno
226
Off-topic / Re: Pass text to a url through input form
« on April 27th, 2013, 07:26 PM »
Thanks!! Works like a charm. :) :cool:
Last thing, how can I automatically append a text after the string typed by the user? Practical example: user types street name but 90% of the time they forget to add also city name. Because in my case all the addresses typed by users are from the same city, how can I automatically have in final url (example with London): saddr=INPUT_TEXT, London&other_params ? :)
227
Off-topic / Pass text to a url through input form
« on April 27th, 2013, 07:11 PM »
I need a box where users type an address and when they press the "Go" button they're pointed to: `http://maps.google.it/maps?saddr=INPT_VALUE&daddr=My+Address&dirflg=r` (where of course INPUT_VALUE is the address typed in the box).

I'm looking for the cleanest solution. Is this possible with just HTML (or Javascript is needed)? :)

EDIT: Not jQuery.
228
Features / Re: Miscellaneous/WIP screenshots
« on April 25th, 2013, 01:28 AM »
Impressive ;)
229
Plugins / [Plugin] Re: Notifications system (1.0)
« on April 13th, 2013, 02:37 PM »
It works quite well with Gmail
230
Archived fixes / Re: Flexbox bug
« on April 7th, 2013, 08:47 PM »
If it's specific to PMs maybe can be fixed :)
231
Off-topic / Re: Zopfli compression
« on April 6th, 2013, 03:29 PM »
And now that you're all minified, stretched and compressed take a look at this :P http://www.fess.me/
232
Plugins / [Plugin] Re: User Mentions v1.0 (9th March 2013)
« on April 6th, 2013, 03:27 PM »
Uhm I think I'd be fine with both solutions.. maybe the "all" solution with read notifs grayed/smaller is more common..
233
Plugins / [Plugin] Re: Notifications system (1.0)
« on April 5th, 2013, 07:33 PM »
Quote from Dragooon on April 5th, 2013, 07:25 PM
Quote from Arantor on April 5th, 2013, 07:24 PM
You know I wrote half a plugin for this very thing, right?
Uhm, what do you mean?
Didn't know that
234
Off-topic / Re: Zopfli compression
« on April 5th, 2013, 07:32 PM »
That's why I didn't post in Features :P
235
Plugins / [Plugin] Re: Notifications system (1.0)
« on April 5th, 2013, 06:01 PM »
237
Features / Re: Github & stuff
« on April 5th, 2013, 05:44 PM »
Quote from Dragooon on April 5th, 2013, 05:38 PM
Well I'm not sure, you sure your working branch is anythingslider and not master?
Even if my working branch is master I should be able to push changes to another branch...
238
Features / Re: Github & stuff
« on April 5th, 2013, 04:55 PM »
Here you are @Dragooon

Code: [Select]
* remote origin
  Fetch URL: git@github.com:multiformeingegno/cdnjs.git
  Push  URL: git@github.com:multiformeingegno/cdnjs.git
  HEAD branch (remote HEAD is ambiguous, may be one of the following):
    anythingslider
    master
  Remote branches:
    anythingslider tracked
    master         tracked
  Local branch configured for 'git pull':
    master merges with remote master
  Local ref configured for 'git push':
    master pushes to master (fast-forwardable)
239
Features / Re: Github & stuff
« on April 5th, 2013, 04:27 PM »
I'm becoming mad.

I forked a repo. Created a new branch from website (named "anythingslider").
Then:
cd /home/multiformeingegno
git clone git@github.com:multiformeingegno/cdnjs.git
Enter passphrase for key '/root/.ssh/id_rsa': (done)
I do the changes I need to do on /home/multiformeingegno/cdnjs
Then I'd like to push my changes to anythingslider (not to master).
cd /home/multiformeingegno/cdnjs
git add ajax/libs/anythingslider/*
git commit -m "Updated AnythingSlider to reflect original dir structure and added missing default.png"
git push origin anythingslider
Enter passphrase for key '/root/.ssh/id_rsa': (done)

But I get a:
error: src refspec anythingslider does not match any.
error: failed to push some refs to 'git@github.com:multiformeingegno/cdnjs.git'

 <_<
240
Features / Re: Github & stuff
« on April 5th, 2013, 02:15 PM »
Uhm, this is weird. I can't find a button to revert a commit on GH website. Is only possible via command line?