Sebb

robot time!

by admin on mar.07, 2010, under Not catagorized

The first part for my new project just arived, i have been looking at the robots at letsmakerobots.com for about a year and have finaly pulled myself together and ordered the parts.

yestoday the “brain”, a 28 pin picaxe, together with some other parts arived, hopefully the rest will arive by monday-tuesday, and then i am gonne start making the startup tutorial bot listed on the site, im hoping to hook it up to a webcam and use java to do some object detection lator, for now i will use a ultrasound detector tho, as stated in the tutorial, to just get a grasp of the basics, i will post updates with images/videos here as the project progresses to log it.

wish me luck haha =).

Leave a Comment more...

jquery costum scrollbar

by admin on feb.14, 2010, under Not catagorized

Hey Just thougt i would show off this plugin i made for jquery, to be used on my webdesk, nothing grand slamming new, but existing plugins for this just seemed either overkill or you had to implement dom items manually, somthing that in my book the plugin should be doing, anyway short story is,  i got tired of looking and made my own ****.

it can be featured here

All just look in the source of the link for the code, it is not alot, so gogogo copy paste!

it uses Brandon Aaron’s mouseScroll plugin to handle mousescrolling event’s, so thanks to him for saving me some time.

If you have any questions or bugs, tell me, i will look into it, as for license im using the WTFPL (Do What The Fuck You Want To Public License).

Anyways happy Valentine, and excuse me while i find a hole to hide in, as i forgot to get my girlfriend anything xD.

On a side note, i noticed ALOT of peaple are using this design template, i am using, for wordpress…. time to find somthing new..

2 Comments :, , , , , more...

small progress report on webdesk / sebbdesk

by admin on jan.29, 2010, under Not catagorized

This is just a small update here’s what’s new!

drag to select multible, select multible file’s and move tham all at once to another folder, this has been disabled for a while because it was very buggy

standard icon display, the icons have been bothring me for a while, they where ugly and the text was sitting in a obscure way, now the text display nicely, and if the name is to long, it cut’s it off with a “…”, displaying the while name when you click the icon, icon also has a selected state now, giving them a blue overlay to display that they are currently selected

costum icons, working with the ned folder index files, i have made it possible to add costum icon’s to a you files, this is mainly intended for use on shortcut files, but is applies to all other icons aswell

Leave a Comment :, , , , , , , more...

webdesk upgrades!

by admin on jan.27, 2010, under javascript desktop, projects

okay, i had one of those evening yestoday where i didnt encounter any “takes for ever to fix bugs” and i got a few things done, here’s what the webdesk now features:

application icons, i have been wanting to do this for a while, relating a image with a application in the taskbar aswell as the window header makes the desktop feel more complete, and makes it a bit more intuative

Fixed the upload, i finaly fixed the upload function so it doesent bug out when you upload something

Iphone support, this was already implemented, but i decided the iphone interface needed a overhaul, so i changed the interface a great deal to better fit a small touch interface, this implementation should work for android aswell but i havent tested(dont have a android -.- ). Also i edited the image application for iphone to better use the screen, windows now have a “fullscreen” mode that makes better use of the screenspace, and then i discovered to my delight today that the youtube application actually works on my iphone.

The project is actually getting somewhere where i can start to go a bit more into detail because most critical functionaleti is implemented mmm gotte love that fealing of satisfaction i get when i play around with my desktop, not to mention that it has gotten much more fun to code in/for.

I will problably work a bit more on the webdesk tonight(if i dont get caught up in playing tekken ;) ).

Leave a Comment :, , , , , more...

Server host trouble

by admin on jan.26, 2010, under Not catagorized

Site’s been down for two whole days, tried to remedy it yestoday but then ofcause the admin panel if my host whent gagah and non-responsive, couldn’t even log in on via ssh access, luckily it seemed too work today… just sucks donkeyballs with a straw that the admin panel didnt work i mean kmon, this happens every once a while that i need to reboot my server, for some obscure reason

Leave a Comment :, more...

Desktop update

by admin on jan.13, 2010, under javascript desktop, projects

Okay so i uploaded a more recent version of the desktop, and it works great…except for the permission errors, but il fix them when i get home from work today, and then figure out where to go from there.

Here is a list of changes:

  • Bigger icons. The icons where simply to small
  • filesurfaces. The main code that handles files in folders etc has been considerable improvd in this version making them more extensible and with faster loading times.
  • widget’s there now is a widget view avaiable by pressing ctrl+q, there’s no widgets there at the moment i will add some demo widgets soon.
  • cleaned the code up and extended the std object making applications and extensions easier
  • simple youtube application added, add a link to a youtube movie and save a list of them for later watching, it still in alfa tho, and not much functionality added yet
  • new image displayer, all images are now displayed in flash with fullscreen functionality, minislides, autoslide etc.
  • create file, by rightclicking file surface background and selecting “create file”
  • rename file, by rightcliking file and selecting “rename”

List of known bugs:

  • sometimes rightclick menu disapears, still working om reprodusing error
  • all shortcuts currently show as youtube icons
  • windows becomes draggable by dragginf on their content after having dragged the window in it’s handlebar
  • permission error’s on production server
  • the user is not logged out of notifed if session ends, the desktop simply bugs out denying directory listings etc

There problaly more bugs but these are those i can think up right now.

Following here is a draft of upcoming features:

  • arrange file files in folder by name, creation date etc
  • rightclick file and download it to desktop
  • move files around the desktop to costum positions, with or without grid support
  • rss feed application and widget
  • tag support
  • search for files, by tag, name, type etc
  • simple excel like application that reads/creates csv files(Comma sepperated values)
  • improvement’s to rich text editor
  • simple text editor, similar to fx notepad on windows.
  • ftp folders/application, hook up to a ftp to extend diskspace or simply use a webdesk util to edit a file there

i have more idea’s for thing’s that i will add, but for now these seems like the essentials, im thinking of implementing other applications for developement use like some kinda  implemetation of a SVN client or a ssh terminal  if it isnt too time consuming to create.

Also having seen google is creating a canvas based texteditor for code editing, im gonne research into if i can implement it to the desktop, im also gonne create a easy way to put the system in and out of developement mode… and then at some point write som docs as to how you can write applications and extensions.

But the latter things here not on the list is far off in time, base functionalety need’s to be proper established before i can/will go any deeper into the possibilities of the webdesk.

Leave a Comment :, , , , , , , more...

Webdesk progress update

by admin on jan.11, 2010, under javascript desktop, projects

Okay so i did not upload the new version this sunday as promised , oh well, i had some problems with a part of the way i have redesigned the folderhandling, but finaly got it fixed, il look over the project when i get off from work, there’s still some work to do on the folder redesign, mainly regarding icon infomartion such as tags etc.ing

but browsing folder in genneral has been increased tremindesly by the changes i have done, making it a less painfull experience.

Leave a Comment :, , , more...

Sebbdesk in progress

by admin on jan.09, 2010, under javascript desktop, projects

I havent been doing many updates to sebbdesk as of late, not any viewable online anyway, i expect to put up a new version online tomorrow sunday.

This new version is major upgrade in both performance and usabillety more features/applications has been added/edited such as a new youtube application that lets you save a list of favorite youtube videos and play them directly on you desktop.

The image gallery features flex/flash wich means image quallety is better, features like auto slide and a bottombar displaying images have been added, it still needs work, but compared to the javascript one it is much better, the javascript version is still planned to be used on certain mobile devices such as Iphone.

Leave a Comment :, , , more...

Multiplayer flash spil

by admin on dec.15, 2009, under Not catagorized, java

I have been inactive for a few weeks, this is because we recently moved from Copenhagen to a Gentofte, so i has been a bit chaotic lately.

More recent  i have taken up Java  originally intended to make a simple socket server to manage users on the webdesk, but for kicks i have made a small realtime multiplayer flashgame, nothing fancy ofcourse it is a 2d flash based game, where you walk around and try to hit the other player’s with varius weapons and skills, or that it i will be heh, at it’s current state you can’t hit eachother yet, currently im working on some optimizations on client/server interaction and handling of other entity’es than the user, mostly movement etc, to make the gameplay more fluent and organic.

Once done i will publish it to facebook and sebbdesk, mostly for kicks and to get som oppinions aswell.

Cheer’s! and happy holidays!

Leave a Comment :, , , , , more...

sebbdesk, Testers wanted

by admin on nov.22, 2009, under Not catagorized

Hey with some recent updates done sebbdesk will soon be ready for testing, anyone interrested should drop a comment with a name and a email :)

project status update:

ive added som window animations,  and fixed som lesser details , added som functionalitye,  and are currently working on some user handling details that once done should mean that the site would be safe to open up publicly for some beta testing and to get som feedback from som users =)

Leave a Comment more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...