I've just implemented the first of the developer features and am looking to have a few folks beta test to see how things are working out. So far, I have implemented:
- Developer Blogs (portableapps.com/blogs/username)
- Developer Test Projects (within portableapps.com/development/projects - not up yet)
- Developer Chat
I already have 3 beta testers. I could use a few more to start trying these things out.
Oh, and everybody is welcome to try out the new chatbox. It's in development/chat.
Regards,
John
Good work, I will be getting to my pages as soon as I can. I did try the chatbox and get a page not found error.
***********************************
Deuce {The Core}
"Portable Software: Just the beginning..."
Deuce
Portable Software: Just the beginning.
Be sure you're logged in and try the link above again...
Or was it when you clicked on the "launch chatbox" link
Sometimes, the impossible can become possible, if you're awesome!
I'll beta test anything that you need. Also I will move my projects here, after all third migration lucky! Finally will I be able to have feautre so that only certain users can download my files. For example I want to release some initial Liberta components soon but only for a select number of users!
P.S. John have you seen what I am trying to do with Liberta, if not check these threads out!
http://www.portasoft.org/e107/e107_plugins/forum/forum_viewtopic.php?243
http://www.portasoft.org/e107/e107_plugins/forum/forum_viewtopic.php?514
Yours
Steve Lamerton
Developer Profile Sync & PortaLog
Check your email for all the details and feel free to drop a note in-thread with thoughts and suggestions on the dev tools.
Sometimes, the impossible can become possible, if you're awesome!
I like it! But was does the create forum topic do? Is it for new threads or whole new topics e.g. Like the Beta Teting Section
Yours
Steve Lamerton
Developer Profile Sync & PortaLog
It's just the way the CMS (Drupal) works. The site has forums, so the option to create new "forum topic" appears on the create content page. Usually this is hidden on the menu... I'm assuming that you've now got access to see it.
It is for making new threads. Topics / forums are created by adding categories to the CMS.
Thanks!
Yours
Steve Lamerton
Developer Profile Sync & PortaLog
Yeah, the create content page just lists it all. You can create a forum topic and then choose the forum from there, though it's better to just do it from the actual forum (I have a habit of selecting the General Container instead of the General forum).
Sometimes, the impossible can become possible, if you're awesome!
I cleaned up the Chatbox window a bit. Streamlined the users list, hid the buffer options, made the Say box bigger. I may dive in and see if I can AJAX it a bit to make it easier on the eyes (and ditch the flicker) at some point.
Sometimes, the impossible can become possible, if you're awesome!
Although not quite the same thing, my ajax_chat module does something like this already (in my Drupal CVS sandbox). It doesn't do the user list, but it might make a conversion easier
How about integrating the user list from chatbox into ajax chat. We can canibalize it from chatbox.
I didn't know about this module... I'll test it out. Is there a demo anywhere online that's live?
Sometimes, the impossible can become possible, if you're awesome!
/me gets in line for dev privliges! Thanks!
-Justin
Check your email...
Sometimes, the impossible can become possible, if you're awesome!
I don't personally run a demo right now, but I did come across this random site that does. You have to log in first to be able to post messages.
Questions:
Can I beta test the blogs etc?
Will everyone have a blog eventually?
Thanks,
----
R McCue
"If you're not part of the solution, you're part of the precipitate."
Check your email for your details.
For now, it's developers only to have blogs and just for writing about portable apps. Eventually, I may add in the ability for everyone to have blogs but highlight the developer blogs in the development section. We'll see how things progress.
Sometimes, the impossible can become possible, if you're awesome!
Very much apreciated! And FTP maybe coming. *tear* Just like PortaSoft used to.
----
R McCue
"If you're not part of the solution, you're part of the precipitate."
Any news on file hosting and limiting it to specific users?
Yours
Steve Lamerton
Developer Profile Sync & PortaLog
I'm working on it. I've got it working as attachments to pages using the standard Drupal upload module... but that's a bit limiting. Not to mention that it doesn't let us track download numbers easily.
I'm experimenting with Attachment/FileManager modules as well. And trying out FileStore2. If any Drupal folks have solid experience with file uploads and permissions, all advice would be welcome.
May have to start with FTPing it in and me moving it around at first. Annoying, but them's the breaks.
Sometimes, the impossible can become possible, if you're awesome!
I can't wait for this! Our own upload section with FTP
-Justin
I thin kshould have the ability to control all aspects of their blogs. Such as delteing a post if needed. I posted two test post but can't delete.(Just testing the features.)
***********************************
Deuce {The Core}
"Portable Software: Just the beginning..."
Deuce
Portable Software: Just the beginning.
Drupal doesn't currently allow that (only full content admins can delete posts)... that's why you can't delete your own forum posts, either. If I could give folks the ability just to delete their own stuff, I would.
I *think* there may be a way in the upcoming Dupal 4.7 to do it, though.
Sometimes, the impossible can become possible, if you're awesome!
I opened the link you provided, and got a page with a link to "Launch Chat" -- but clicking the link reveals a Page Not Found error...
What's up?
~nm35
a.k.a. Mark
OK -- the chatbox seems to have been moved.
Go to http://www.portableapps.com/chatbox/ to access it. (Should work now.)
EDIT: There's a bug on the page. Head on over to https://portableapps.com/chatbox/popup -- that's where you can find the chatbox. It's a fullscreen window, so you might want to right-click and open in a new window/tab.
~nm35
a.k.a. Mark
There seems to be a bug with it when launching in IE. I'll take a look at the code tomorrow.
Sometimes, the impossible can become possible, if you're awesome!
It opens /chatbox/chatbox/popup, instead of /chatbox/popup...
~nm35
a.k.a. Mark
I've also secured the IRC channel #portableapps on Freenode (irc.freenode.net) for an alternate solution to a live discussion. Considering all of the IRC clients available (including the already portable Miranda), I think using IRC is a better solution.
You can chat online through the web browser by going here and then typing
/join #portableapps
when you're connected. If PortableApps.com installs its own version of PJIRC, it can have users automatically join #portableapps by following these instuctions for the installation.Rob Loach [Website] [Projects]
The issues with IRC are with security and identity. Anybody can hop on and pretend to be anybody else. That's one of the reasons I'm looking at solutions that can integrate into Drupal (and use the built-in security and user database). It looks like AJAX chat may be the best bet for now once we can hack it together.
Sometimes, the impossible can become possible, if you're awesome!
Do you mean this?
http://drupal.org/node/27689
or this
http://www.smiletag.com/
Yours
Steve Lamerton
Developer Profile Sync & PortaLog
Combination of the current chatbox and this:
http://socket7.net/lace/demo/
Sometimes, the impossible can become possible, if you're awesome!
I like it!
How soon will it be up?
~nm35
a.k.a. Mark
Thox has done some Drupal module work... perhaps he'd be interested in helping
Sometimes, the impossible can become possible, if you're awesome!
Doesn't NickServ deal with identity issues? I'm pretty sure FreeNode is established enough to be considered a good environment to use.
A command like
would do it...
~nm35
a.k.a. Mark
Yup, NickServ allows you to secure your own username, but you have go through some typing. Some IRC clients don't allow /NICKSERV so you may have to use /MSG NICKSERV instead. Here's how to secure your username:
And then in order to tell NickServ you are who you say you are, you use:
Rob Loach [Website] [Projects]
Hey John,
Can you add a link to the blogs (development/blogs) and the chatbox at the top of the Development section?
Thanks...
~nm35
a.k.a. Mark
I'm gonna try some beta layouts (dirextory structure, etc) tomorrow so you guys can get a feel for what might work.
Sometimes, the impossible can become possible, if you're awesome!
Hey John could you put up some more project pages for me as they all have SourceForge hosting at the moment. The one that I would like are:
Profile Sync
PortaLog
MiniUp
Thanks
Yours
Steve Lamerton
Developer Profile Sync & PortaLog
I'll be happy to Beta Test too.
Whenever I join the chat, noone is there. I've been idling in the IRC channel #PortableApps on FreeNode and so far I've seen Thox and revelo there. I'll be using the IRC channel as it's just that much more convenient then having the browser window open all the time.
If you're concerned about the identity and security situation when it comes to IRC, just secure your username with NickServ and you won't have any problems. I'm also more then willing to give, anyone trustworthy, ChanServ administration rights on #PortableApps.
Rob Loach [Website] [Projects]
The purpose of the chatbox is more for scheduled chats. Like if you want to all login and talk about a development project at a given time. Most normal conversation would happen on the forums... so all can see and it's searchable and archived (preservation of knowledge and all) :-). It isn't really made to sit on and idle like IRC is.
I honestly haven't used IRC in over 10 years. It got old after all the DDOS attacks on some big networks and such.
Sometimes, the impossible can become possible, if you're awesome!
are the problem with scheduled chats. We took a survey at PortaSoft so we could get together at the same time, but everyone is different, so it never happened.
----
R McCue
"If you're not part of the solution, you're part of the precipitate."
GameDev has a biweekly staff meeting and it hasn't really been a big problem for most people since they're either in GMT, EST, or DST. Picking a time that works for those three time zones isn't that difficult. GameDev uses IRC for both online chat and staff meetings. It is nice to have the ability to log in using your own Drupal/PortableApps associated username though .
Rob Loach [Website] [Projects]
We had GMT, EST, AEST (australian Eastern Standard Time), WST etc.
Too many time zones.
----
R McCue
"If you're not part of the solution, you're part of the precipitate."
Convert it to GMT and see who's online at what times in GMT, then!
~nm35 {blog} {personal space}
Remember, we all went on at different times. I've only seen justin, davad and nm35 during the day. I've seen Steve Lamerton late at night when finishing an assignment.
----
R McCue
"If you're not part of the solution, you're part of the precipitate."
HTML for Devs (project pages only)
* Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <pre> <table> <tbody> <tr> <th> <td> <h2> <h3>
----
R McCue
"If you're not part of the solution, you're part of the precipitate."
I was working with Steve Lamerton to get his first real project pages up. He's been a bit of a guinea pig the last day or so helping make sure things are working right. (Thanks Steve!) It was the easiest way to add in the ability for devs to have better project pages. Just be sure to only use it on your project pages and not in the forums.
Since you have a test one, try it out. And note how the tables look nice n pretty. You can even do the highlighting by setting alternating rows to class="light" and class="dark" in the table if you'd like. And don't forget TH for the heading cells.
Sometimes, the impossible can become possible, if you're awesome!
<img />
And what's the point of tbody? I know what it does, but who needs it?
----
R McCue
"If you're not part of the solution, you're part of the precipitate."
I actually am voting against the IMG tag. Although it would be nice, moderation of it would be a tramendous pain in the rear.
Rob Loach [Website] [Projects]
Can normal users see it?
----
R McCue
"If you're not part of the solution, you're part of the precipitate."
I like the IMG tag just for the download buttons, like the ones at the Portable Firefox page.
Just give it to developers and restrict it to project pages -- if someone does something nasty, yank his/her dev access.
~nm35 {blog} {personal space}
The download buttons are only for apps in the App Directory that have been released. We could create a small button for project pages. I can actually do that as a class of the A tag without too much muss or fuss.
We'll need to figure out what constitutes the point where a dev project is 'released'. (Full GPL compliance, SourceForge-hosted, full support page with all known issues, no trademark issues, support for the standard directory layouts, etc) How about we start a new thread on it next week to hammer it out?
Sometimes, the impossible can become possible, if you're awesome!
Here:
http://rmccue.portasoft.org/download_img.php?project=blah
Set project= to something different and it generates a new image.
----
R McCue
"If you're not part of the solution, you're part of the precipitate."
With CSS, you can produce the same effect with better quality. I do that for the buttons now and will use it for the new dev project downloads.
Sometimes, the impossible can become possible, if you're awesome!
When are you going to make the project pages I requested?
~nm35 {blog} {personal space}
Please handle project requests via email. I've been answering all developer emails before other stuff... and it'll sit at the top of the inbox until done. I'll miss it if you make requests of this nature in the forums. (I'll see it and say "i gotta do this" and then see something else) I'm odd in the forums... I pay attention to something and then... ooo... shiney...
Sometimes, the impossible can become possible, if you're awesome!
Thanks. I thought I should avoid e-mail since you have 300 to read...
Will send you an e-mail about it.
~nm35 {blog} {personal space}
I'm already doing em.
Sometimes, the impossible can become possible, if you're awesome!
Personal or removed?
----
R McCue
"If you're not part of the solution, you're part of the precipitate."
For folks that know my personal address here at portableapps, just use that. For new folks (once I open up development to all) just use contact@.
Sometimes, the impossible can become possible, if you're awesome!
And I sent you my Easter themed logo.
----
R McCue
"If you're not part of the solution, you're part of the precipitate."
Is there any way I could be apart of this beta testing? I can test beta apps via CD-ROM, flash drives, off my hard-drive (obviously), and my work permits plenty of time for experimentation! If you need any more beta testers please count me in
- aniperleo
Good Ol' Reliable Aniper Leo
Good Ol' Reliable Aniper Leo
Developer Features on the site.
----
R McCue
"If you're not part of the solution, you're part of the precipitate."