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.

Topics - MultiformeIngegno
31
Features / New WYSIWYG editor..?
« on May 23rd, 2012, 07:46 PM »
Maybe we can talk a little bit more about the editor linked by 0x.. seems really interesting: http://xing.github.com/wysihtml5/

:D
32
The Pub / Action menu bug (Was: Re: Logging password errors)
« on May 2nd, 2012, 09:47 PM »
Little OT:
in mobile theme I can open the Actions menu (and there's the like button) but I can't close it.
33
Features / "Select" code on iPhone
« on April 19th, 2012, 04:48 PM »
Would be useful to have the "select" code link working on Safari Mobile too! :)
34
Off-topic / Extract images with a certain tag from Instagram
« on April 18th, 2012, 08:59 PM »
Hi guys! :)
I'm trying to display a number of recent photos from Instagram that have a certain tag (for example: "snow").

I have never done this before (and I have PHP and JSON knowledge equal to 0,1.. :P ) + saying that Instagram API's documentation is poor is a gift!!

Here's the code I'm trying..

Code: [Select]
<?php 
$json 
file_get_contents('https://api.instagram.com/v1/tags/snow/media/recent?client_id=XXX'); 
$decode json_decode($jsontrue); 
var_dump($decode); 
?>

<?php 
    
foreach ($response['data'] as $data) { 
        
$thumbnail $data['images']['low_resolution']['url']; 
        
$author $data['caption']['from']['username']; 
        
$date $data['created_time']; 
        
$text $data['caption']['text']; 
        
$link $data['link']; }
    
?>

    <div>
        <a href="<?php $link ?>"><span></span><img src="<?php $thumbnail ?>" title="<?php $text ?>" alt="<?php $text ?>" /></a>

        <div>via <?php $author ?> at <?php echo date("h:i:s A \o\\n d/m/Y",$date); ?></div>
        <?php $text ?>
</div>

Ehm.. (of course?) it doesn't work.. do you have an idea of what I need to change?

Thankssss ;)

EDIT: XXX is the client ID I have.
35
The Pub / Wedge and International Domain Names (IDNs)
« on April 10th, 2012, 11:19 AM »
Stupid question: if the server supports non Latin domains (both directly and both using the Punycode hack), does Wedge work properly on them..?
36
Off-topic / Need help with a tooltip (jQuery)
« on March 30th, 2012, 05:07 PM »
I need a tooltip to appear when users click on a link. Here's what I used:

Code: [Select]
<script>
jQuery('#tooltipclick').click(function(){
  jQuery('#tooltip').toggle();
});
</script>

<div id="tooltip" style="display:none">my tooltip text</div>
<a id="tooltipclick">Click me!</a>

It's working flawlessly in Firefox and Chrome but nothing happens in IE and Safari Mobile..!
Why?? Maybe ActiveX shit or similar? How can I make this working for every browser?

Help pleeease.. :sob: :sob:

Oh, here's a link to the website I'm working on (it's used for "Credits"): compagniaoltreconfine.com SLASH beta
37
Off-topic / How to center a div in the middle of the screen
« on March 26th, 2012, 08:47 PM »
This is the site I'm building: compagniaoltreconfine.com / beta
As you can see its height is low. I'd like to have all the main div (#page) at the middle of the screen. Left, top, right, bottom should have the same distance from the borders of the content..
I tried with what I thought was the way to do that, i.e. position:absolute for #page and then top:50% and left:50% but... strangely it goes out of the screen.. tried with position:fixed too.. not good.. why it's not working?

The best thing would be to have #page in the middle of the screen if the whole content is displayed within the screen (without any scrolling). If its height is bigger than the screen it be would automatically set to the top of the screen (so without blank space at the top).. for example in this page on some screens has a height bigger than the screen: compagniaoltreconfine.com/beta/chi-siamo/

Don't know if I managed to explain me... :P
38
Archived fixes / Undefined index, Subs.php
« on March 23rd, 2012, 04:49 PM »
Notice: Undefined index: in /Sources/Subs.php on line 1890

Got this error in the page to merge topics (didn't mean to merge something, I was just looking things around). :)
39
Archived fixes / [Fixed] Bug with color & font selectboxes
« on March 23rd, 2012, 01:28 PM »
Reply/start a new topic, in the post box write for example "This is a dummy text". Now select "This" and choose the red color. Then select "dummy" and choose red again. Nothing happens.. It works if you choose a different color (same for size).

Seems like the select box doesn't get "reset" when you choose a value.
40
Archived fixes / Thoughts edits now shown in the sidebar
« on March 23rd, 2012, 01:23 PM »
So, I posted a thought:
Finally "Unread posts/replies" seems works in Wedge! It always gave me problems in SMF (topics marked as unread whe they was read, unread topics disappeared & so on..) :)

As you can see, it has some errors in it, so I edited it:
Finally "Unread posts/replies" seems to work in Wedge! It always gave me problems in SMF (topics marked as unread when they was read, unread topics disappeared & so on..) :)

The edited thought is displayed in the "Thoughts area", but the thought in the sidebar is still the 1st one (not edited).
41
Off-topic / Dealing with content scrapers or thieves
« on March 22nd, 2012, 07:11 PM »
How do you deal with them? It's difficult to prevent them to take your content and pass it as theirs!
42
Off-topic / One and One Story
« on March 17th, 2012, 12:38 PM »
I just discovered this flash game and ... I love it!! :eheh:
43
Off-topic / The browser you loved to hate
« on March 16th, 2012, 04:48 PM »
Nice idea from Microsoft! :D
http://browseryoulovedtohate.com/
44
The Pub / Table/iFrame with image as border
« on February 7th, 2012, 08:06 PM »
How can I achieve this with CSS?


I tried with background-image with no luck so far.. :(
45
Off-topic / Customer Care
« on January 25th, 2012, 07:55 PM »
This image is fantastic! ;)