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
A Blog About Human Rights

offsite link UN human rights chief calls for priority action ahead of climate summit Sat Oct 30, 2021 17:18 | Human Rights

offsite link 5 Year Anniversary Of Kem Ley?s Death Sun Jul 11, 2021 12:34 | Human Rights

offsite link Poor Living Conditions for Migrants in Southern Italy Mon Jan 18, 2021 10:14 | Human Rights

offsite link Right to Water Mon Aug 03, 2020 19:13 | Human Rights

offsite link Human Rights Fri Mar 20, 2020 16:33 | Human Rights

Human Rights in Ireland >>

Lockdown Skeptics

The Daily Sceptic

offsite link News Round-Up Wed Jul 03, 2024 01:08 | 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 The Glastonbury Panic Over Illegal Entrants Exposes the Middle-Class Left?s Hypocrisy on Immigration Tue Jul 02, 2024 19:30 | Will Jones
The panic at Glastonbury over illegal entrants and "over-crowding" exposes the middle-class Left's hypocrisy on immigration, says Michael Deacon. It seems when it comes to a music festival, borders matter.
The post The Glastonbury Panic Over Illegal Entrants Exposes the Middle-Class Left’s Hypocrisy on Immigration appeared first on The Daily Sceptic.

offsite link The Growing Power of the ?Muslim Vote? Tue Jul 02, 2024 17:19 | Tim Dieppe
The 2024 General Election is probably the first time that we have seen an Islamic agenda openly influencing an election in the U.K., says Tim Dieppe. What are the ramifications for British democracy?
The post The Growing Power of the ‘Muslim Vote’ appeared first on The Daily Sceptic.

offsite link To Vote Conservative or Not to Vote Conservative? Reflections on Matt Goodwin vs Peter Hitchens Tue Jul 02, 2024 15:21 | James Alexander
We should vote Conservative to keep out the Trots and their permanent revolution, says Peter Hitchens. No no no, that just ratifies the Uniparty, says Matt Goodwin. Professor James Alexander ponders the dilemma.
The post To Vote Conservative or Not to Vote Conservative? Reflections on Matt Goodwin vs Peter Hitchens appeared first on The Daily Sceptic.

offsite link ?Junuary? Was Actually Very Sunny, Says Met Office Tue Jul 02, 2024 13:00 | Will Jones
Chilly 'Junuary' in fact had more sunshine than average for the time of year, the Met Office has claimed ? using its 19th century sunshine recorders that can't tell when its cloudy.
The post ‘Junuary’ Was Actually Very Sunny, Says Met Office 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