Upcoming Events

no events match your query!

New Events

no events posted in last week

Blog Feeds

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 Michel Houellebecq?s Halloween Horror Story Thu Oct 31, 2024 07:00 | Steven Tucker
This October 31st, put away your M.R. James, Stephen King and H.P. Lovecraft, and settle down to read some of Houellebecq's Halloween Horrors instead. They?re far more frightening ? and real, says Steven Tucker.
The post Michel Houellebecq’s Halloween Horror Story appeared first on The Daily Sceptic.

offsite link News Round-Up Thu Oct 31, 2024 01:03 | Richard Eldred
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 Entire Conservative Cabinet Knew Rwanda Bill Would Not Work, Says Robert Jenrick Wed Oct 30, 2024 20:09 | Will Jones
Rishi Sunak?s Cabinet, in its entirety, knew that the Rwanda Bill would not work, Robert Jenrick has said, but they all turned a blind eye, leading him to quit as Immigration Minister.
The post Entire Conservative Cabinet Knew Rwanda Bill Would Not Work, Says Robert Jenrick appeared first on The Daily Sceptic.

offsite link U.K. Borrowing Costs Surge After Labour?s Record Tax Rise Wed Oct 30, 2024 18:23 | Will Jones
Government borrowing costs surged to their highest level in nearly a year after the largest tax raising Budget in history as the OBR said that workers will shoulder 80% of the National Insurance rise.
The post U.K. Borrowing Costs Surge After Labour’s Record Tax Rise appeared first on The Daily Sceptic.

offsite link White House Tries to Cover Up Biden Calling Trump Supporters ?Garbage? Wed Oct 30, 2024 16:20 | Will Jones
The White House has tried to cover-up Joe Biden calling Donald Trump supporters "garbage" by doctoring the transcript of his remarks in a gaffe reminiscent of Hillary Clinton's "deplorables" jibe.
The post White House Tries to Cover Up Biden Calling Trump Supporters “Garbage” appeared first on The Daily Sceptic.

Lockdown Skeptics >>

Voltaire Network
Voltaire, international edition

offsite link In Kazan, the order of the world changed , by Thierry Meyssan Tue Oct 29, 2024 07:01 | en

offsite link Voltaire, International Newsletter N°105 Sat Oct 26, 2024 05:27 | en

offsite link Settlers prepare for 'resettlement in Gaza' Fri Oct 25, 2024 12:46 | en

offsite link XVI BRICS Summit : Kazan Declaration Thu Oct 24, 2024 06:21 | en

offsite link NATO, Migrants in the EU and the Coming War in Moldova , by Thierry Meyssan Wed Oct 23, 2024 06:03 | en

Voltaire Network >>

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