CKEditor for Sharepoint 2007 - ckeditor

I'm interested in integrating CKEditor into Sharepoint 2007.
I have found tons of links to CKEditor, which leads to http://ckeditor.com/sharepoint but it seems that this link is not working any more.
Do you have information how to integrate that?

The product was removed from the ckeditor.com website because it is no longer actively maintained. It is still possible to get a license (it has always been a commercial product, not an Open Source one, mind you), but you would need to contact CKSource for that. Here is some documentation for it: http://docs.cksource.com/CKEditor_for_SharePoint

Related

Creating profile page for users in Joomla

I have been developing websites for some years. I know PHP. but I have never worked with a CMS before. I've been told to create a website with Joomla where there's a homepage and also new users may sign up and then they can have a profile page where they can upload their profile picture and write their résumé.
This is easy for me to implement this system if I start coding it by myself. but how can I do this in Joomla? is there a plug-in which I need? could someone please give me some resources?
No need to re-invent the wheel - there are tons of ready-built components at the Extensions Directory. Last I checked Community Builder and JomSocial were the most popular, but they might be overkill for your need, so it's worth having a look at the other choices there. If you're new to Joomla, you're probably interested in a Component, which is essentially a "sub-application" that installs under Joomla. They usually include Modules that can be displayed on the site, as well as Plugins that work with the core Joomla logic to perform specialized functions for the installed component.
There are many plugins, but the simple functionality of user profiles is implemented in Joomla. This question might help you.

TYPO3 - creating a community site

Okay. This is the main functionality of my site. Here goes:
People register. They upload a list of whatever ebooks, movies, tv shows they have. Other people who want them will just have to 'search' for an item and they will be provided with a contact form to contact a person that has what they want. Very much like pianofiles.com but this is for a local community.
Added features could be
*forming social groups by interest
*creating events
etc..
Is all this possible using Typo3?
If yes, then how should I use Typo3 for it? (Just a basic idea)
If not, what should i use to create something like this?
Check out the TER, a quick search revealed http://typo3.org/extensions/repository/view/community
You could realize your project with any well known CMS or PHP framework.
TYPO3 CMS, as I see it, has a strong emphasis on the editor backend. If you don't need that at all and don't have any prior experience, I'm not sure if it's the right tool for you - unless you want to get into TYPO3 anyway!
PS: For TYPO3 web apps, there will be the upcoming Framework http://flow.typo3.org, wich is in beta

What is Joomla /libraries/cms?

I had an issues with some joomla api. The issue was that I was using the latest version of joomla and couldn't find where a joomla class, that was being called in my code, was derived . I searched the joomla api docs and found nothing relating to the class I was looking for.
I then stumbled across the refactoring change log for joomla and noticed that the function i was after had actually been moved from /libraries/joomla/form to libraries/cms/form.
Why would this be the case? There doesn't seem to be any reference to /libraries/cms in the api docs. How are we suppose to know that there are classes living there? Very confusing.
Since Joomla! 1.6 the code has been progressively split into the Joomla! CMS and the Joomla! Platform. You can see this separation in the github repository - a good place to also keep track of changes that are committed to both the CMS and the Platform. The simplest way is fork each repository and keep track of them.
As classes are updated they may be migrated to the /libraries/cms directory if they apply specifically to the CMS application (e.g. html forms are an application level function not a platform level).
I find the best place to hear about changes under discussion are in the respective Google Groups - Joomla! Platform Development and Joomla! CMS Development
[Edit]
Documentation of class's is the hardest thing to find for Joomla! CMS - there doesn't appear to be a current api listing for it, unlike the Platform API reference. Often it is just easier to read through the code.
It's also worth keeping a watch on the developer sub-site.
If you want to define excellence in CMS without coding, Joomla is the right option for you.Joomla the most preferred content management system among developers is an easy-to-use open source solution.If you want to define excellence in CMS without coding, Joomla is the right option for you. In this post, you will find few of its features that make the website development easy and most preferred option for developers.

Jqgrid missing documentation on assembly version

I am planning to buy a commercial license of jqgrid to get the possibility to use Jqgrid as an assembly on my aspx site, but I am struggeling to find any documentation on the library..
Every bit of documentation I find is showing example of javascripts, but I need documentation on the use of the asp component..
Anyone know where I can find this? I thought that the commercial license would have better documentation..
EDIT
I dont know how I didn't find this site, but the demo site is very good!
http://www.trirand.net/demoaspnet.aspx
Here is the API documentation for the jqGrid ASP.NET components: http://www.trirand.net/documentation.aspx
The same page has links to demos and other useful information for the components. Also keep in mind that these components still render a JavaScript grid on the web page, so some of the JavaScript documentation may still be applicable depending upon your needs.

add dropdowns to magento

I would like to add dropdowns to the top navigation on a magento site, would this involve a plugin or is there built in functunality that could potentially do this already?
It is tough to say based on your details, but if you are looking for mostly css menus I believe many of the free themes that come with magento have drop-down menus. Also, there are several free and paid extensions that have slightly different functionality from the stock themes. Check them out by searching Magento Connect. One that I used before was ExplodedMenu (it also has a paid big brother, SuperMenu), but your requirements aren't really that clear, so it is tough to say.
If you are talking about select-box dropdowns, I am not so sure. You can certainly build your own extension, possibly starting with ExplodedMenu as a template.
Good luck. :)

Resources