Warning: Undefined array key "category_name" in /home/www/blog.nuit.dk/wp-content/plugins/FeedBurner_FeedSmith_Plugin.php on line 77

Warning: Cannot modify header information - headers already sent by (output started at /home/www/blog.nuit.dk/wp-content/plugins/FeedBurner_FeedSmith_Plugin.php:77) in /home/www/blog.nuit.dk/wp-includes/feed-rss2-comments.php on line 8
Comments for Nu IT experiments https://blog.nuit.dk/ Jens Ulrik Lange on Web technology, programming, Linux and IT project management Sat, 22 May 2021 15:55:47 +0000 hourly 1 https://wordpress.org/?v=6.4.3 Comment on Workaround to Facebook’s Graph API Search locale change by botactic https://blog.nuit.dk/facebook-graph-api-search-workaroun/#comment-1190 Mon, 22 Apr 2013 09:20:30 +0000 http://blog.nuit.dk/?p=154#comment-1190 Hello, so how can i get information from pages and fanpages in this solution? I compared the graph with this solution and the graph has more results, i mean results form FPs and Pages.

Any ideas?

]]>
Comment on Workaround to Facebook’s Graph API Search locale change by Jens Ulrik Lange https://blog.nuit.dk/facebook-graph-api-search-workaroun/#comment-1163 Tue, 05 Mar 2013 13:19:23 +0000 http://blog.nuit.dk/?p=154#comment-1163 Thinking that this could probably be improved a lot using FQL Multiqueries somehow.

@Jorge: Haven’t tried that. The graph says (for example):

{
“about”: “SOMMERENS FESTIVAL I TISVILDELEJE d. 18. juli – 20. juli 2013. Koncerterne leveres af kendte og upcoming kunstnere. SEND VIDERE TIL DINE VENNER”,

“is_published”: true,
“location”: {
“street”: “Hovedgaden 114”,
“city”: “Tisvildeleje”,
“state”: “”,
“country”: “Denmark”,
“zip”: “3220”,
“latitude”: 56.058267059896,
“longitude”: 12.06385917591
},
“mission”: “SPIL PÅ MUSIK I LEJET 18. – 20. JULI 2013\nSend din musik på spilpaa@musikilejet.dk, så vurderer …
}

Where the location->country (if defined) would make sense to use – but I guess not all pages has a location – and a location is not exactly the same as a locale.

@Botactic: Sounds odd. Have not done that recently but just tried typing http://graph.facebook.com/search?q=thorning&type=post&since=1minuteago in my browser. It worked without problems for me.

]]>
Comment on Workaround to Facebook’s Graph API Search locale change by Botactic https://blog.nuit.dk/facebook-graph-api-search-workaroun/#comment-1138 Mon, 04 Feb 2013 07:47:50 +0000 http://blog.nuit.dk/?p=154#comment-1138 Hello,

What about selector “since”? Should I add “&since=1dayago” to the 1st query in variable $geturl?

I mean:
$geturl = “http://graph.facebook.com/search?q=” . urlencode($searchterm) . “&type=post&since=1hourago”;

Doesn’t work … :/

]]>
Comment on Workaround to Facebook’s Graph API Search locale change by Jorge https://blog.nuit.dk/facebook-graph-api-search-workaroun/#comment-1137 Mon, 04 Feb 2013 06:06:43 +0000 http://blog.nuit.dk/?p=154#comment-1137 I have also made the same Q&D php 🙂
But this “solution” is incomplete for me because you can get the locale field from a user but you can’t get it from a page. Do you know a way to get the locale or the language for a Facebook page_id?

Thanks in advance

]]>
Comment on Workaround to Facebook’s Graph API Search locale change by Today in APIs: Facebook Kills Competition, Evernote Developer Resources and 12 New APIs https://blog.nuit.dk/facebook-graph-api-search-workaroun/#comment-1133 Wed, 30 Jan 2013 20:49:26 +0000 http://blog.nuit.dk/?p=154#comment-1133 […] Facebook Busted Its API “By Design:” Here’s the Workaround […]

]]>
Comment on IE7 content disappears by Karen https://blog.nuit.dk/ie7-content-disappears/#comment-492 Wed, 11 Nov 2009 03:54:27 +0000 http://blog.nuit.dk/?p=97#comment-492 Thank you so much! The first solution did the trick for me.

I thought for sure IE6 would have been the trouble maker but… hey! It’s IE!

Also, another good tool for testing browsers is Adobe’s Browserlabs… http://www.browserlab.adobe.com A lot faster and more sophisticated than Browsershots

Thanks again!

]]>
Comment on Windows 7 – First learning points by Jens Ulrik https://blog.nuit.dk/windows-7-first-learning-points/#comment-472 Tue, 09 Jun 2009 13:18:51 +0000 http://blog.nuit.dk/?p=87#comment-472 And had almost forgotten the good ol’e Windows vs. Car story: http://www.craigsirk.com/Craigsirk/archives/2008/09/windows-vs-car.html

]]>
Comment on Offtopic: The future of the gas station by jul https://blog.nuit.dk/offtopic-the-future-of-the-gas-station/#comment-471 Wed, 27 May 2009 10:26:38 +0000 http://blog.nuit.dk/?p=83#comment-471 Maybe they should just consider tearing down the gas stations and building hollow glass skyscrapers?!?

]]>
Comment on Javascript performance on current browsers by Jens Ulrik https://blog.nuit.dk/javascript-performance-on-current-browsers/#comment-464 Mon, 11 May 2009 11:44:29 +0000 http://blog.nuit.dk/2009/05/06/javascript-performance-on-current-browsers/#comment-464 Just installed Safari 4 public beta on the same T60p laptop. Same test gave an average of 312,10. Never thought much of Safari on Windows – wonder if a plug-in-community similar to Firefox’es could emerge under Safari..

]]>
Comment on Feisty Fawn screen resolution issues by Jens Ulrik https://blog.nuit.dk/feisty-fawn-resolution-issues/#comment-21 Mon, 14 May 2007 06:35:16 +0000 http://blog.nuit.dk/?p=6#comment-21 @Reuben: A few steps to remedy:

1) Install the nano editor if it is not already installed:

#sudo apt-get install nano

2) edit the xorg.conf file and verify or remove/comment out the modeline again

3) reboot or restart X

It is vital that your modeline follows the specifications of your monitor and your display adapter.

]]>
Comment on Feisty Fawn screen resolution issues by Reuben Booker https://blog.nuit.dk/feisty-fawn-resolution-issues/#comment-20 Mon, 14 May 2007 06:19:28 +0000 http://blog.nuit.dk/?p=6#comment-20 I tried using the steps you provided but when I rebooted Ubuntu. I got a x11 crash. Now I have no GUI what so ever. The read out said that the command “Modeline” was unknown. Is there something I’m missing in your instructions? Because as of right now I am missing my GUI for Ubuntu entirely. Any help from anyone would be great.

]]>
Comment on Feisty Fawn screen resolution issues by Jens Ulrik https://blog.nuit.dk/feisty-fawn-resolution-issues/#comment-3 Mon, 23 Apr 2007 12:21:57 +0000 http://blog.nuit.dk/?p=6#comment-3 In a regular Ubuntu setup you should be able to sudo to edit the file:

$ sudo gedit /etc/X11/xorg.conf

Just supply your own password when requested

]]>
Comment on Feisty Fawn screen resolution issues by Hvac https://blog.nuit.dk/feisty-fawn-resolution-issues/#comment-2 Mon, 23 Apr 2007 10:31:47 +0000 http://blog.nuit.dk/?p=6#comment-2 Help!
I can’t edit xorg.conf as I keep running into permission problems which I seem unable to resolve. How do I log on as Root when I don’t know the password??

]]>