Just a little note: can you change the hyperlink hover effect ? The current blur makes my eyes crossing trying to focus. A simple bold or underlying or color change effect will be much better.
[*]Languages - Supports objects written in Spin, Propeller Assembly, Propeller C/C++, and PropBASIC. NOTE: Objects written using previous C compiler attempts have been removed from the object exchange as all future C/C++ based objects on the Obex Exchange are intended to use the Propeller C/C++ compiler tool set (PropGCC).
Might I suggest an "other C" (and maybe an "other language") category. I understand that other C compilers are not supported by Parallax, but if they are MIT/ObEx licensed then anyone can adapt them to PropGCC.
Really happy to see the OBEX getting an upgrade. Although, it needs work, it sounds like you guys are addressing what I would have as concerns, so I won't detail them. However, when I created an account, I got this message on the landing page after my account was created:
Notice: Undefined index: pass in aes_user_alter() (line 432 of /var/www/obexdev/site/sites/all/modules/aes/aes.module).
Looking forward to its final design.
EDIT--- FYI, my account did set up properly. I have now been a member for 14 minutes, lol.
Just a little note: can you change the hyperlink hover effect ? The current blur makes my eyes crossing trying to focus. A simple bold or underlying or color change effect will be much better.
Thanks macca. I see what you mean. We'll consider this in our style set and see if we can change to a better, non-blurry, effect.
Just a placeholder comment for down the road, but after noticing the "code snippet" submission option, I had an idea. Once the OBEX is done, what about creating a PBASIC Snippet Site? When I was only using the Stamp, I was always scouring the forums for code samples for particular things, especially those not in the PE Kit or other published. Just an idea to "pin" for later.
Just a placeholder comment for down the road, but after noticing the "code snippet" submission option, I had an idea. Once the OBEX is done, what about creating a PBASIC Snippet Site? When I was only using the Stamp, I was always scouring the forums for code samples for particular things, especially those not in the PE Kit or other published. Just an idea to "pin" for later.
Thanks! I'll bring that up when we all come up for air.
Will part of the description show up in the list in the future?
Then with some trickery like expanding the row, or popping up a tooltip if hovering over the name or abbreviated description, could all of the description text show up?
Will part of the description show up in the list in the future?
Then with some trickery like expanding the row, or popping up a tooltip if hovering over the name or abbreviated description, could all of the description text show up?
That's a neat idea. I'm compiling a list of concepts for Obex to send the rest of the team after they come up for air. Added.
For the moment, there are a number of "required" items and small issues which are being worked on right now. (You'll see the new search feature hopefully within a day or two.)
Will part of the description show up in the list in the future?
Then with some trickery like expanding the row, or popping up a tooltip if hovering over the name or abbreviated description, could all of the description text show up?
I created a web page where the description shows in a scrollable <textarea> and the descriptions can be shown/hidden by clicking a button at the top of the page...
Will part of the description show up in the list in the future?
Then with some trickery like expanding the row, or popping up a tooltip if hovering over the name or abbreviated description, could all of the description text show up?
Awesome idea! As Oldbitcollector mentioned, we'll work on that. We've already planned to have search results show up with a snippet of the description as well.
I created a web page where the description shows in a scrollable <textarea> and the descriptions can be shown/hidden by clicking a button at the top of the page...
It would probably be a little more agreeable if the description was part of a <div> with a fixed height and the overflow set to scroll.
I also have some nice JS scripts that hide text from a <div> to match a specified height, until a "more" button is hit (pretty standard stuff -- except it's based on element height, and not word count or something, like they usually are). Be pretty easy to set it up as plain Jane JS or AJAX in the "more" information to save some bandwidth.
It would probably be a little more agreeable if the description was part of a <div> with a fixed height and the overflow set to scroll.
I also have some nice JS scripts that hide text from a <div> to match a specified height, until a "more" button is hit (pretty standard stuff -- except it's based on element height, and not word count or something, like they usually are). Be pretty easy to set it up as plain Jane JS or AJAX in the "more" information to save some bandwidth.
I just did this as a quick and dirty page which would allow you to use a browser's "find" feature to locate objects based on the description.
Just a short term solution until the OBEX Search is implemented...
There are obviously lots of ways to obtain and present the description information depending on what kind of database/file contains the data.
I put the desciptions in the HTML table but a better option would use XMLHTTP to pull the description for a particular object on some element event.
Not too familiar with AJAX but pretty sure it depends heavily on XMLHTTP...
When I retired in 2002, AJAX wasn't around (AJAX history).
We used Microsoft Visual Interdev (part of Visual Studio), IIS web servers and SQLServer databases for web development.
We did use HTTP requests and XML and other tools (like IBM MQSeries) to exchange data with mainframe IBM DB2 database systems.
Ok,
How about this version. When you move the mouse over a row in the table, the description appears below the row and disappears
when the mouse cursor leaves the row.
A browser won't find text in the comments however...
Ok,
How about this version. When you move the mouse over a row in the table, the description appears below the row and disappears
when the mouse cursor leaves the row.
A browser won't find text in the comments however...
Works great except when you are hovering over the last item in the entire list. Doesn't quite scroll to the bottom to see the whole description. Other than that, very nice!
Works great except when you are hovering over the last item in the entire list. Doesn't quite scroll to the bottom to see the whole description. Other than that, very nice!
dgately
Yep - I've been trying to find an eleganrt solution using the scrollIntoView method but it gets tricky...
Actually any large description row may not be totally visible if it is at the bottom of the window.
(You can use the Down arrow on the keyboard to scoll the window so the whole description is in view.)
Oops! I'm getting an error when attempting to connect to obex.parallax.com:
PDOException: SQLSTATE[HY000] [2002] Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (111) in lock_may_be_available() (line 167 of/var/www/obexdev/site/includes/lock.inc).
Comments
Just a little note: can you change the hyperlink hover effect ? The current blur makes my eyes crossing trying to focus. A simple bold or underlying or color change effect will be much better.
Keep up the good work.
If you need to update/change a video simply change the Youtube link to your own newer version of the video.
Jeff
Looking forward to its final design.
EDIT--- FYI, my account did set up properly. I have now been a member for 14 minutes, lol.
That issue is being addressed right now. Welcome aboard!
Jeff
Thanks macca. I see what you mean. We'll consider this in our style set and see if we can change to a better, non-blurry, effect.
I sent you a security-related PM.
Red
Ray,
Looks like it's back up.
Jim
But, got it to list all objects and used the browser to search the page...
Nice touch
Thanks! I'll bring that up when we all come up for air.
Please contact obex.support@parallax.com if you are still experiencing this issue.
Then with some trickery like expanding the row, or popping up a tooltip if hovering over the name or abbreviated description, could all of the description text show up?
That's a neat idea. I'm compiling a list of concepts for Obex to send the rest of the team after they come up for air. Added.
For the moment, there are a number of "required" items and small issues which are being worked on right now. (You'll see the new search feature hopefully within a day or two.)
Jeff
I created a web page where the description shows in a scrollable <textarea> and the descriptions can be shown/hidden by clicking a button at the top of the page...
http://ronczap.home.insightbb.com/OBEX.htm
Awesome idea! As Oldbitcollector mentioned, we'll work on that. We've already planned to have search results show up with a snippet of the description as well.
I also have some nice JS scripts that hide text from a <div> to match a specified height, until a "more" button is hit (pretty standard stuff -- except it's based on element height, and not word count or something, like they usually are). Be pretty easy to set it up as plain Jane JS or AJAX in the "more" information to save some bandwidth.
Now let's see you take the next step and serve that page from a Propeller.
Jeff
I just did this as a quick and dirty page which would allow you to use a browser's "find" feature to locate objects based on the description.
Just a short term solution until the OBEX Search is implemented...
There are obviously lots of ways to obtain and present the description information depending on what kind of database/file contains the data.
I put the desciptions in the HTML table but a better option would use XMLHTTP to pull the description for a particular object on some element event.
Not too familiar with AJAX but pretty sure it depends heavily on XMLHTTP...
When I retired in 2002, AJAX wasn't around (AJAX history).
We used Microsoft Visual Interdev (part of Visual Studio), IIS web servers and SQLServer databases for web development.
We did use HTTP requests and XML and other tools (like IBM MQSeries) to exchange data with mainframe IBM DB2 database systems.
How about this version. When you move the mouse over a row in the table, the description appears below the row and disappears
when the mouse cursor leaves the row.
A browser won't find text in the comments however...
http://ronczap.home.insightbb.com/OBEX3.htm
dgately
Yep - I've been trying to find an eleganrt solution using the scrollIntoView method but it gets tricky...
Actually any large description row may not be totally visible if it is at the bottom of the window.
(You can use the Down arrow on the keyboard to scoll the window so the whole description is in view.)
On Mac OS X it quickly flips back down when you use the Down arrow. Oh well...
It's still a great tool for checking all the other objects :thumb:
Thanks,
dgately
Thanks, this is being addressed.
Jeff