|
| CISS.Tabs: RSS with cache time setable, multi RSS sources |  |
| | Mosted View Yahoo | CNN News | Live Writer | Tabs | FeedBurner Atom | BBC RSS | DNNCreative Forum Feed | |
This is a test vertical with Icons style. Content is created by editing online or using Window Live Writer software. You need to create a tab first then can using Window Live Writer to edit content, add image... from your desktop.
Change color or insert pictures easy, fun |
| FeedBurner Status | | | | FeedBurner experiencing system instability | Issue: FeedBurner is experiencing system instability for the morning of 24-Feb which may affect access to your feed and FeedBurner account.
Update (9:22am PST 24-Feb): All services have been fully restored. |
| | | FriendFeed Subscriber counts not reported for January 21st | | Issue: Subscriber counts for FriendFeed are unavailable on FeedBurner for 21-Jan 2010.
Update (10:00am PST 22-Jan): FriendFeed has identified and resolved the issue. Subscriber counts from FriendFeed should return to expected levels starting with the 23-Jan reporting cycle.  |
| | FriendFeed Subscriber counts not reported for January 14th | | Issue: There is a gap in FeedBurner's FriendFeed subscriber count tally for January 14th, 2010. As with the just-resolved Google Reader issue, this event is confined to reporting only. No feed distribution or consumption was affected.
We are actively developing an update to our stats reporting service that will allow us to more effectively detect when a feed reader or aggregator does not appear in a given day's results and adjust reported stats appropriately.
Update (12:56pm PST 15-Jan): FriendFeed has identified and resolved the issue. The numbers should start appearing again following the next subscriber data collection cycle.
 |
| | Google-Feedfetcher subscriber count drops reported | | Issue: Subscriber numbers reported by Feedfetcher-Google are fluctuating day to day for some feeds with more publishers than usual reporting drops for the stats represented by Jan 12, 2010 data.
There is a known issue with occasional subscriber reporting lapses occurring from Feedfetcher-Google (representing combined Google Reader and iGoogle subscribers). We are actively working on a fix. This only affects the number of subscribers reported to FeedBurner and in no way represents issues with feed distribution and consumption as it pertains to Google FeedBurner, Reader or iGoogle products.
Update (8:00am PST 14-Jan): Overall stats production had to be restarted this morning and is running behind schedule. The initial issue has been resolved but Subscriber and Reach counts for Jan 13 may be late in updating for some users. Beyond affecting subscriber counts this is not tied to the Feedfetcher issue.
Update (6:00am PST 15-Jan): The Feedfetcher-Google subscriber count issue has been resolved. We are still working on a more long-standing fix for Feedfetcher-Google reporting issues that still affect a small number of publishers, and to restore the data from the two missing days for the majority of publishers.  |
| | FriendFeed subscribers not part of daily stats | Issue: FriendFeed subscribers are currently not appearing in daily subscriber count totals for all accounts. We are currently investigating this issue and will post updates as soon as possible.
Update (29-Dec 12:15pm PST): We have seen FriendFeed subscriber reporting restored to some feeds; we will continue to provide updates on progress with this issue.  |
| | Status of "Ping is throttled!" errors | Issue: Ping erroneously reports "Ping is throttled!" when we do not recognize a ping URL entered at http://feedburner.google.com/fb/a/ping.
Workaround: Enter a supported ping URL. Ping was originally implemented to the spec at XML-RPC.com which allowed you to enter the exact url specified in your channel link in an RSS feed or the rel=alternate link in your Atom feed, which was the URL of your blog, not your feed. For example to ping this blog you would enter "http://feedburnerstatus.blogspot.com/". We extended this to also support pinging with your feed URL (e.g. http://feeds.feedburner.com/yourURI ) but using this also erroneously gave the error listed above. Pinging with your feeds.feedburner.com URL should now work correctly.
Note, if you use MyBrand or Custom Domains, you cannot ping with that feed URL right now, but we plan to add support for that in 2010. We will also correct the erroneous error "ping is throttled" error message when we do not recognize the URL you are pinging with.  |
| | AWeber stats will be temporarily under-reported | Here's a quick note for those of you who use the AWeber Blog Broadcast tool to deliver your FeedBurner feed by email.
On Wednesday, 10/7/09 AWeber will be making some back-end changes that may cause them to temporarily under-report subscriber numbers to FeedBurner. The reporting should be back to normal within 1-3 days.
Following that period, subscriber numbers from AWeber will be more accurate.  |
| | » More news.. | |
| DNN Creative Magazine for DotNetNuke | | | | | | RE: How to Create an iPhone App with OWS | The redirect should work, no matter where you place it, because it's based on the user agent in the browser viewing the page. Have you checked your debug of the module when you hit it with your iPhone? What is happening when the IF statement runs that determines the UserAgent? Is it evaluating to True or False? If False and you are testing to see if useragent contains iphone, then you likely have a type in your if statement. If it is true and still not redirecting, check you General tab in the OWS config to make sure "skip redirects" is not set. Finally, for testing purposes, you could create a NoQuery template in the config containing [UserAgent,System] and it will display the client browser type right on your page |
| | Multiple Blogs with unique Skin | In a single portal, how can you configure multiple blogs each containing their skin.
Let's say we have a sports site with 4 different categories.
[Basketball] [Football] [Baseball] [Golf]
I would like to be able to create a page for each category, and have the relevant postings/categories appear in that page so that i can change the skin on each page.
Is this possible with the core blog module or is there a 3rd party tool that can do this functionality?
 |
| | RE: OWS How to access multiple Datatable results ? | Each dataset in a query template is ordered by index number so that if your query template was
Select username from users Select rolename from roles
you could access the results of both in your detail templates by referencing the first query as 0 and the second as 1
[username,0] [rolename,1]  |
| | | RE: Text heading are missing in DNN5.1.4 (on second parent portal) | CBOSS, did you check that a default language is still set after the upgrade?
Try this:
- Go to ADMIN menu - LANGUAGES
- Under Available Locales if your Langauge is not selected, click the dropdown and select the language
- Select Edit Language and then
- Select Enabled
- Now if you go ADMIN - SITE SETTINGS - Advanced Settings - Other Settings - Default Language (Should be correct)
source: http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/-1/postid/328397/scope/posts/Default.aspx
 |
| | RE: Blank Space at bottom of page | If you are trying to center the main design in the skin, have a look at the code in this skin: Andreas 01
Especially look at the code for the body and wrap tags, they make use of:
body { margin:0 auto; padding:0; font:76% Verdana,Tahoma,Arial,sans-serif; background:#f4f4f4 url(img/bg.gif) top center repeat-y; color:#404040; }
#wrap { background:#ffffff; color:#404040; margin:0 auto; width:760px; }
to center the skin correctly and it should work in all browsers
 |
| | RE: Forum Skin | Hello,
Try applying your custom skin as the default admin skin as well:
Go to the admin menu/site settings appearance/ Edit Skin and Edit Container (admin skin)
- I suspect the forum module is using the skin specified there.
hope this helps, thanks,
 |
| | RE: Documents Syndication | When you first set the module up you may find there is no content in the RSS feed, but you should find that over time the RSS feed automatically updates itself.
I think the RSS feed is updated when the search module reindexes the content.
If you want to speed this up, go to the host menu/search admin Click on reindex content
Check out the RSS feed five minutes after this.
You may also want to check that the search engine is regularly scheduled: go to Host menu/schedule
Make sure the search engines scheduler is ticked enabled
Thanks,
 |
| | RE: "Site Settings Not Available" | In some earlier versions of DNN 5 the default language is not set correctly,
Try this:
- Go to ADMIN menu - LANGUAGES
- Under Available Locales if your Langauge is not selected, click the dropdown and select the language
- Select Edit Language and then
- Select Enabled
- Now if you go ADMIN - SITE SETTINGS - Advanced Settings - Other Settings - Default Language (Should be correct)
source: http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/-1/postid/328397/scope/posts/Default.aspx
 |
| | RE: DNN Web Admin Must Have Toolbox Item! | I absolutely agree ! I'm a programmer and the easier thing to me it's write a module, but for every other acivity such as skinning and manteining sites DNN Creative is THE choice. I follow them since 2007 and Lee was already doing a good job, but I've also to say that things are going better and faster with the "injection" of Joseph !
I'm waiting for news on OWS lessons (....I'm always a programmer.....)  |
| | » More news.. | |
|
| |  | |
|
| CISS.TuneUp |  |
| | |
|
|
| Cumulus Tag -included add-on |  |
| Cumulus Tag Clouds requires flash and javascript
| |
|
| CISS.Tabs |  |
|  CISS.Tab support AJAX loading, so no matter how many content tabs you have, only the first tab content is loaded during page load, the other content will be loaded on demand, when user click or hover on a tab. So you don't have to worry about loading speed. The good thing with this Ajax tab is now Ajaxed tab content now indexable by Google, Yahoo,...because of our effort learning from Yahoo technology. Here is a good blog on this topic Ajax vs SEO |
You can use this module for multilanguage websites with Appolo Pagelocalizer or DS Localiser, the same way as used with Navigation suite module, the module allow you to define content based on current locale of portal, Depend on the locale of the webpage, appropriate localized content for that language will be shown.
|
Here is a link for Yahoo Carousel, Vertical tab demo Madame Tussauds museum in Washington, D.C., unveiled a wax figure of first lady Michelle Obama on April 7. The flesh-and-blood first lady is at right. The wax figure's debut has led some to complain that the three first ladies on display at the museum are all Democrats. A museum spokeswoman said visitors vote on who they would like to see immortalized in wax. test text
|
 | |
|
| CISS.Tabs |  |
| | |
|