|
| 3D Cumulus Tag - A included free add-on |  |
| | |
|
| CISS.Tabs- set to smaller width (450px) |  |
| | Mosted View Yahoo | CNN News | Live Writer | Tabs | FeedBurner Atom | WashingtonPost RSS | DNNCreative Forum Feed |
| CNN.com | | |  | Billy Mays, OxiClean pitchman, found dead | | Infomercial pitchman Billy Mays died at his Tampa, Florida, home this morning, authorities told CNN. The 50-year-old known for his shouting OxiClean ads was pronounced dead at 7:45 a.m. The Hillsborough County medical examiner will perform an autopsy, Tampa police Lt. Brian Dugan said. |
| | » More news.. | | |
|
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 | | | | Scheduled Maintenance may delay stats reporting for 9-June | Issue: Scheduled maintenance in our data centers may affect FeedBurner's ability to report subscriber, reach and item statistic summaries collected for today, 9-June. (These stats would normally be reported and visible starting in the morning of 10-June, PST.)
If delayed, we should have these statistics restored by late evening 10-June, PST.
Please note that all feed serving and feed services will be not be affected by this maintenance event.
Update (11-Jun 7:50am PST): stats for 9-June should appear in all FeedBurner accounts. |
| | Email subscribers temporarily missing from subscriber totals | Issue: If you use FeedBurner's email subscriptions service, your email-specific subscribers may not appear in your subscriber totals for 19-May. This a reporting issue we need to resolve internally and we will do so as soon as possible. Apologies for the sudden drop!
Workaround: None, but you can always view your email subscriber count and full list by visiting Publicize > Email Subscriptions > Subscription Management for any feed in your account. |
| | My Feeds may not list all feeds for some publishers | Issue: Some publishers who sign in to FeedBurner may not see their feeds listed on the main My Feeds page. All feeds are accounted for and serving updates; none have been lost. We are investigating this issue and will update this post once we've got a resolution. Our apologies for the inconvenience.
Workaround: None. Please do not try to claim your feeds again if you have already done so, as your feeds are already associated with your Google Account and this bug is only a temporary display problem confined to the My Feeds view.
Update (5:55pm PST): This issue has been resolved; all publishers who have feeds in their Google Accounts should be able to see them again when signed in to feedburner.google.com. |
| | Feeds not appearing on My Feeds for a few publishers | Issue: A few publishers who sign in to FeedBurner may not see their feeds listed on the main My Feeds page. All feeds are accounted for and serving updates; none have been lost. We discovered this bug early today and are working to publish a fix for it immediately. (We will update this post once the fix is live and all affected publishers should again be able to see and manage their feeds).
Workaround: None.
Update (2pm PST 24-Apr): Publisher accounts affected by the My Feeds display outage have been updated; all feeds should appear on that list. |
| | Email deliveries for April 21st temporarily delayed; now resuming | Issue: FeedBurner’s regularly scheduled email delivery process was interrupted for several hours today, 21-Apr. We have since resumed this service; if you made a recent update and your regularly scheduled delivery window is between approximately 9am and 4pm GMT -0500, the update should arrive soon (if it hasn’t already).
 |
| | April 13th feed stats are delayed | Issue: Our regular daily summary of all feed stats for 13-April has obviously been delayed. Currently, full subscriber, reach, and item statistics for this date are not available. We’re sorry for the delay and will update all accounts with this day's statistics as soon as we resolve the issue. In the meantime, all stats features you have enabled are still recording data for your feed(s), all AdSense for feeds stats and features are working, and your feed updates should be delivered normally.
Workaround: None.
Update (9:40pm PST): Subscriber stats for April 13th should now be in place for most publishers. Other feed stats for this date will start to appear soon. |
| | Reduced subscribers reported by Google Feedfetcher | Issue: We are observing reduced subscriber totals reported by Google Feedfetcher for many feeds. This number represents subscribers you may have via Google Reader and iGoogle. These lower totals have occurred over the past two days. We’re working closely with the Feedfetcher team to determine when a resolution might be possible.
Workaround: None. Please bear in mind feeds are available as usual and subscribers (feed and email) are receiving any updates you may be posting. This is a reporting issue only.
Update (8-April 5:15pm PDT): Working with the Google Feedfetcher team, we have resolved the reporting issue and should begin to restore missing stats for all affected days (approximately 1-April through 8-April). Our apologies for this temporary gap in your feed stats coverage.
 |
| | FeedBurner feeds based on Blogger content slow to update; resolution from Blogger forthcoming | Issue: Blogger has posted the following Known Issue, which may cause FeedBurner feeds based on Blogger content to fall behind and not show the latest updates.
Workaround: None. Blogger is actively working to resolve this issue. No changes to your FeedBurner account or feeds are necessary.
Update (3:20pm PST): Blogger has resolved the original issue; FeedBurner feeds based on Blogger content should now stay regularly up-to-date. |
| | » More news.. | |
| DNN Creative Magazine for DotNetNuke | | | | | | RE: Action menu doesn't show when logged in as host | Joe,
Thanks for your reply!
How can I check the permissions of the host? I do see the menus, and I can go to any page on the admin or host menus. When I go to the page, there's no action menu. If I log on as ADMIN, I can see the admin menus and when I go to one of those pages, I get the action menu (so on the same page, e.g. site settings, I see the drop down when logged in as ADMIN, but not when I am logged in as HOST).
I am using custom skins, but if I switch to a standard one, I still have the same issue.
Any ideas? |
| | | RE: Building the mailing list. | I wouldn't do this in the module.css file. It's better to use
portal.css, which you can manage from the Site Settings page (edit
stylesheet). Or, you can just put this in the module settings.
On the site to which I referred, this is placed in the module header:
< style > #plEmail{display: none;} #dnn_ctr556_LiveContent_ctr544_Feedback_plBody_label{display: none;} #dnn_ctr556_LiveContent_ctr544_Feedback_txtBody{display: none;} < /style >
You can use the Web Developer's Toolbar as shown in Troubleshooting DotNetNuke Skins to identify the IDs of the items you want to make disappear, or you can look at the page source. By making them specific to the module instance, they won't affect anything else.
 |
| | Link to Edit Control not visible | I wrote my first Private Assembly with View, Edit and Settings controls. View & Settings are visible. But the link to Edit is not.
I made the module editable by all users, but still the problem persists.
This is my Private Assembly: http://edwinhere.googlepages.com/PMInventory.zip
I have also attached it. |
| | RE: FCK Editor Skin Styles | Something else that might be worth noting - In the tutorial it recommends adding FCKConfig.BodyID = ‘fckbody’; (Tutorial doesn't include ";" at the end I added that after some exploration and viewing http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/BodyId_and_BodyClass) within providers/htmleditorProvidors/FCK/custom/fckconfig.js fiile. I found it easier to not a add a new div, I used the same div I used for the contentPanel, "content", because then I wouldn't have to also add overrides for links etc in two places and because, most of the time, those using the text editor will be using within the contentPanel. |
| | RE: View permissions for parts of module | I'm not aware of anything like that.
But, in the future I would expect to the the Text/HTML module's token replacement to include some conditional tokens. That way, you could include content for specific security roles. I don't have any idea when this will happen, though.
 |
| | | | | RE: Pure CSS SEO Layouts for DotNetNuke skins | Yes, that's true. If you have access to the web server and to the directory, you can do things that way.
If you work with the aspx version of the skin, you don't need the .htm or the manifest file.
If you are on a remote server and can ftp or remote to the directory, it also works that way. |
| | » More news.. | |
|
| | | |
|
| CISS.TuneUp |  |
| | |
|
|
| 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 |  |
| | |
|