Upcoming Events

no events match your query!

New Events

no events posted in last week

Blog Feeds

The Saker
A bird's eye view of the vineyard

offsite link Alternative Copy of thesaker.is site is available Thu May 25, 2023 14:38 | Ice-Saker-V6bKu3nz
Alternative site: https://thesaker.si/saker-a... Site was created using the downloads provided Regards Herb

offsite link The Saker blog is now frozen Tue Feb 28, 2023 23:55 | The Saker
Dear friends As I have previously announced, we are now “freezing” the blog.? We are also making archives of the blog available for free download in various formats (see below).?

offsite link What do you make of the Russia and China Partnership? Tue Feb 28, 2023 16:26 | The Saker
by Mr. Allen for the Saker blog Over the last few years, we hear leaders from both Russia and China pronouncing that they have formed a relationship where there are

offsite link Moveable Feast Cafe 2023/02/27 ? Open Thread Mon Feb 27, 2023 19:00 | cafe-uploader
2023/02/27 19:00:02Welcome to the ‘Moveable Feast Cafe’. The ‘Moveable Feast’ is an open thread where readers can post wide ranging observations, articles, rants, off topic and have animate discussions of

offsite link The stage is set for Hybrid World War III Mon Feb 27, 2023 15:50 | The Saker
Pepe Escobar for the Saker blog A powerful feeling rhythms your skin and drums up your soul as you?re immersed in a long walk under persistent snow flurries, pinpointed by

The Saker >>

Public Inquiry
Interested in maladministration. Estd. 2005

offsite link RTEs Sarah McInerney ? Fianna Fail?supporter? Anthony

offsite link Joe Duffy is dishonest and untrustworthy Anthony

offsite link Robert Watt complaint: Time for decision by SIPO Anthony

offsite link RTE in breach of its own editorial principles Anthony

offsite link Waiting for SIPO Anthony

Public Inquiry >>

Human Rights in Ireland
Promoting Human Rights in Ireland

Human Rights in Ireland >>

Lockdown Skeptics

The Daily Sceptic

offsite link News Round-Up Sat Dec 21, 2024 02:45 | Toby Young
A summary of the most interesting stories in the past 24 hours that challenge the prevailing orthodoxy about the ?climate emergency?, public health ?crises? and the supposed moral defects of Western civilisation.
The post News Round-Up appeared first on The Daily Sceptic.

offsite link Toby Young Awarded Peerage Fri Dec 20, 2024 16:49 | Will Jones
Toby Young ? the Daily Sceptic's founder and Editor-in-Chief, and founder and Director of the Free Speech Union ? has been awarded a peerage and will take his seat in the House of Lords next year.
The post Toby Young Awarded Peerage appeared first on The Daily Sceptic.

offsite link Manchester Airport Police Attackers Finally Charged and Officers Cleared Fri Dec 20, 2024 15:00 | Will Jones
In an unexpected development, two men seen in CCTV footage attacking police officers at Manchester airport in July have been charged by the CPS and the police officers involved have all been cleared. Only took five months.
The post Manchester Airport Police Attackers Finally Charged and Officers Cleared appeared first on The Daily Sceptic.

offsite link Starmer?s Pick for U.S. Ambassador Described Trump as a ?Danger to the World? and ?Little Short of a... Fri Dec 20, 2024 13:20 | Will Jones
Lord Mandelson ? Keir Starmer's pick to be U.S. Ambassador?? has described?Donald Trump?as a "danger to the world" and "little short of a white nationalist and racist".
The post Starmer’s Pick for U.S. Ambassador Described Trump as a “Danger to the World” and “Little Short of a White Nationalist and Racist” appeared first on The Daily Sceptic.

offsite link Trump: This Time Everybody Wants to be My Friend Fri Dec 20, 2024 11:31 | Will Jones
Trump's 2024 victory is panning out completely differently to 2016, when elite America spent four years battling him. "This time everybody wants to be my friend," notes the President-elect.
The post Trump: This Time Everybody Wants to be My Friend appeared first on The Daily Sceptic.

Lockdown Skeptics >>

Examples of javascript code

Examples of javascript code you can use to show Indymedia Ireland articles on your site

JavaScript Syndication Examples

The examples below show you some of the ways that you can embed a JavaScript news feed into your webpage. The examples use some functions which are included in the dynamically generated newsfeed but you may of course study the JavaScript file yourself and write your own display methods using the array of stories provided.

Marquee Sample 1

This example shows a simple scrolling marquee

To add this to your own web page insert the following code:

<script src="http://www.indymedia.ie/jsnewsfeed.php">
</script>
<script type='text/javascript' language='JavaScript'>writeStoryMarquee();
</script>

Marquee Sample 2

This example also shows a scrolling marquee but illustrates how you can use the parameters to display the marquee differently.

To add this to your own web page insert the following code:

<script src="http://www.indymedia.ie/jsnewsfeed.php">
</script>
<script type='text/javascript' language='JavaScript'>
// parameters are width,height,direction[up,down,left,right],style(in CSS format)
// any parameter left as null will use default.
writeStoryMarquee(100,200,"up","background-color=lightgreen; border:1px solid black");
</script>

Table Sample 1

This example also shows a simple table but illustrates how you can use the parameters to display the table differently.

To add this to your own web page insert the following code:

<script src="http://www.indymedia.ie/jsnewsfeed.php">
</script>
<script type='text/javascript' language='JavaScript'>
writeStoryTable();
</script>

Table Sample 2

This example also shows a simple table but illustrates how you can use the parameters to display the table differently.



To add this to your own web page insert the following code:

<script src="http://www.indymedia.ie/jsnewsfeed.php">
</script>
<script type='text/javascript' language='JavaScript'>
// parameters are width,height,alignment[left,right],style(in CSS format)
// any parameter left as null will use default.
writeStoryTable(380,null,"left","background-color=#44AA44; border:1px solid black");

</script>
© 2001-2024 Independent Media Centre Ireland. Unless otherwise stated by the author, all content is free for non-commercial reuse, reprint, and rebroadcast, on the net and elsewhere. Opinions are those of the contributors and are not necessarily endorsed by Independent Media Centre Ireland. Disclaimer | Privacy