Forums:
At Summit 07 Developers Lounge we discussed (and I was reminded [thanks]) that we need a central area for developers to post demo logins. We're all inspired by each others successes (and failures). Please feel free to post to this thread your college / portal url and any demo credentials you may have. If you have a dev box that you want is to see - you can post that here as well.
- Jon
uSource.uvic.ca
https://usource.uvic.ca
Demo login link is below the login box. The demo account is a mixture of public and student views, there is a distinct lack of digital resources :-)
I had them send me the
I had them send me the documentation and I would be happy to share. Its not specific to the portal but a starting point. I am working on creating this connector within the next couple weeks and would be happy to share when its complete. Anyone else already have this done? I should note that I am connecting with ExchangeLabs not Hotmail.
KSU demo account
I started to post some account info here but then realized that you can see it without loging into LDN. To avoid being exiled by my security group, please email me if you would like a demo account for our portal. Sorry to make it a pain.
-- Jason Wearley
-- jwearley@kent.edu
-- Kent State University
demo account
Can you create a demo account on your portal please.
Thanks!
Demo accounts @ KSU
Removed
Links to several demos
http://www.luminis.nocccd.edu/SampleSites.htm
Enjoy!
Demo logins
We've taken down that project website, here's the sites that have demo accounts from the page above:
http://rampoint.colostate.edu/ (click demo links)
https://my.kwantlen.ca/ (guest/guest)
https://pipeline.wayne.edu/ (wsuguest/warrior)
http://wavelink.lakemichigancollege.edu/ (lmcstudent/lmc)
http://myneu.neu.edu/ (neustudent/husky)
http://lconnect.wit.edu/ (sct_student/student107, sct_faculty/faculty_107)
http://mybama.ua.edu/ (click guest sign in)
UPDATE - York College Demo Account - Luminis 4.1.0.0
UPDATE -
Due to an extended leave of absence, the test account at York College will be disabled. Sorry for those who have not yet seen it!
Howdy,
Please contact me at ksmith8 at ycp dot edu for the demo account to our Luminis 4.1 Test System.
You can also instant message me: alacer.cogitatus with GTalk.
Features:
Draggable Channels
Draggable Tabs
Dynamic Tab Operations
Dynamic Channel Addition
among others :D
Clayton State University Guest
Go to http://swan.clayton.edu and click on the "Guest Account" link underneath the login button. Have fun!
Wow!!!..
I want to implement this type of functionality on my PORTAL!! is there a how to / know to?
re wow?
Which functionality? Their guest login? If so, put this in util.js or any javascript that your login page has access to:
They are using the js library protoaculous.1.8.1.min.js, so you'd need to change the syntax of the function to suit your js library (if you use one.). If you don't use a js library, what $('user') is doing, is saying "the element on the page with the ID of "user" should equal this value. The element on the page with the ID of "user" is the username field of the login form. So you'd need to refer to that form field like document.form.user.value='yourguestaccount' (I think I got that right, beeen a while since I used plain js).
Add channel and drag and drop
I am very impressed by the "customize your portal", is it a TCC? and the ability to "Add channel" by clicking the link. Also, the channel drag and drop template.
Do you mind sharing how these can be achieve?
Joyce
re drag drop
http://www.lumdev.net/search/node/drag%20drop
The link above should show you several full skins, as well as discussions about it.
http://www.lumdev.net/node/2471 is a full skin with the channel-add built in.
Most of them use some javascript library. Yahoo's, or scriptaculus+prototype, etc.. we built ours using jquery and I haven't gotten around to posting it yet.