Yes, I am still on Drupal 5. Don't make fun.
I created a category with the Aggregator module, and the URL for the category is www.example.com/aggregator/categories/2. How do I theme this? Is it a node that can be themed with a template, or is there some other process I must use?
edit: To clarify, I want to add some text right below th...
i found some modules for feed parsing(aggregator,feeds,feedapi). i am confusing to choose right one. i need to filter and classify the feeds. can any one guide me
...
I am facing the following issue and appreciate your help for I have run out of ideas as how to fix.
I have the following in my test:
Mock> mockToolbarClickEvent3 = new Mock>();
_aggregator.Setup(e => e.GetEvent>()).Returns(mockToolbarClickEvent3.Object);
In my code (that I am testing) I have the following for Publishing an event:
Som...
I am looking to see if there is an open source/free project that provides a CSS manager. I am looking for this mainly for performance tweaking and hoping there is a readymade project rather than building from scratch. Features I am looking for include:
Combines multiple .css files into a single css file
Optionally minifies the resulti...
I drop the following feed into Google Reader, and it update normally.
http://www.indeed.ca/rss?q=&l=Hamilton%2C+ON
However, when I use any of a number of approaches suggested thither and yon on the 'net that simply involve reading from this source and parsing the XML I receive the same 20 items.
What is Google Reader doing that I...