Details and download of -my- the BlogShares Client Application.
*Update*: "Blogshares":http://blogshares.com/ "bit the dust":http://feralboy.com/log/archives/000709/. Over, done, nada, fini. I've removed the downloads, since nobody should need them anymore.
*Update 2*: Looks like "the site is back":http://feralboy.com/log/archives/000725/, but I don't feel like maintaining the application anymore. The API(Application Programming Interface) "has been disabled":http://blogstreetjournal.com/modules.php?name=News&file=article&sid=33 for the time being, but if/when it returns I have no interest in continuing development. Even if the API doesn't come back, it wouldn't be too hard to change the underlying system calls to use "screen(Screen Scrapes in ASP.NET)":http://www.4guysfromrolla.com/webtech/070601-1.shtml "scraping(Screen Scraping with C# for ASP.NET)":http://www.codeproject.com/aspnet/weather.asp "instead(Screen Scraping in ASP.NET)":http://www.csharpfriends.com/Articles/getTip.aspx?articleID=210. I've posted the "latest version(Download BSClient 0.5 source)":http://feralboy.com/bsclient/BSClient_0.5_src.zip of the source code, so feel free to take a whack at it yourself. This release contains some previously unreleased features, including rudimentary net worth charting (using "ChartFXLite":http://softwarefx.com/SfxNetProducts/CfxLiteforNET/, which I have included in the source package). Please note that this is an unsupported release; heck, they're _all_ unsupported as of now. That means don't send me emails about it, because you'll either get an unhelpful reply, or none at all.
Requirements:
* Windows 2000/XP only.
* ".NET Framework":http://msdn.microsoft.com/netframework/downloads/howtoget.aspx needs to be installed on your machine. I know it works with 1.0, and I would assume it works with 1.1, as well. If you don't have it, get it through "WindowsUpdate":http://windowsupdate.microsoft.com.
* A "BlogShares":http://www.blogshares.com/ account. Duh.
* You should probably be a premium member. You will probably hit your trade limit pretty quickly otherwise. I'm considering making the app only work with premium members, as you can get around the 2 searches a day restriction with the app. "Pony up":http://www.blogshares.com/upgrade.html, you cheap bastards!
_Alright, so what does this thing do?_
* Log in and see your portfolio. Sort by all columns (pe/price/etc).
* Search and buy ideas!
* Perform custom buy/sell actions on selected items in your portfolio. Buy maximum available shares, buy exactly 5 shares, sell 10% of held shares, sell max, etc.)
* Perform the same buy/sells on ideas.
* Fancy uber-update function that goes through your entire portfolio, buys available shares in any blogs with shares available, and sells all shares in blogs where there are no available shares and it's been 6 hours.
* Search function. All standard criteria, and then sort results, and perform custom buy actions on selected results (same as portfolio buy).
_Ok, right now it sucks. What else are you planning on adding/fixing?_
* Ability to save your searches.
* Display in the app of current portfolio info (total net worth, etc.).
* Some sort of Systray icon, with fun little popup info, like your current worth, etc.
* -Sometimes you'll get errors when you use the "select all" checkbox to select items in the portfolio or search results. I know. It seems to happen if you select all, uncheck a few, and then check select all again. Just hold down the "Y" key until it all goes away. (Thanks, JW)-
* -I'll be adding support for Ideas. To what degree is yet to be determined.-
* -I need to add multi-threading into the app. Right now when you perform a long operation (like downloading your 1000-blog portfolio from the server), the interface will freeze. I'm working on it.-
* -I think right now it only finds blogs in your main folder.-
* -Right now it calculates the time based on Eastern Standard Time. Tough. When a GetTime() function is added to the "API":http://www.blogshares.com/api/, this will go away. Or when I add some sort of user-configured offset setting, whichever lets me be lazier. If you want to change it now, feel free to tinker with the source code.-
* -I'll be adding custom filtering to both portfolio and search results grids, i.e. show me all items in my portfolio with a PE between 40 and 60.-
* -Getting the "Last Transaction" column to display the full date/time.-
_Enough warnings already! Gimme!_
No, not quite yet. Time for some disclaimers:
* This is free. I don't give a shit what you do with it, unless you try and sell it for actual money or sex. That money and/or sex should go to me. Otherwise, take the program and go nuts.
* I make no claims about the code, other than there's not some nefarious worm or virus in the executable. I'm not responsible for anything this code does to your machine, including causing your computer to burst into flames and spew molten ceramic all over your bedroom. No, I wouldn't trust me, either. Take the source code and compile it yourself, then. _Now includes GPL Minty Freshness!_
Alright, on to the fun.
"-Download the executable-(Download BSClient 0.4)":http://feralboy.com/bsclient/BSClient_0.4.zip
Just unzip it into any folder and run. Simple as that.
"Download the source code(Download BSClient 0.4 source)":http://feralboy.com/bsclient/BSClient_0.5_src.zip (for you fancy hax0r types)
This includes the visual studio project file, so just open it up and compile. Don't ask how to compile with the command-line compiler (csc.exe), 'cause I don't know.
_I wanna tell you just how much this sucks._
* If you have constructive criticism or ideas for features, the best thing to do would be to add a comment to the bottom of this post.
* All messages telling me how I'm ruining BlogShares by letting people buy faster than they should be allowed will be gleefully ignored/deleted.
h5. Version History:
h6. Version 0.4
* Added support for ideas! Now you can search on ideas, select all and purchase with just a few clicks. Also full handling of ideas within your portfolio.
* Fixed annoying "select all" bug.
* Added filtering by folders, so you don't accidentally sell off stuff in a subfolder.
* Start of storing application data. Right now all it does is save your UserId after a sucessful login and populate the box for you next time.
h6. Version 0.3
* Added threading! Now the interface won't hang, and you should be able to overlap actions (i.e. perform a search while you're selling from your portfolio), although that might do weird things to the progress bar.
* Removed need for setting timezone. Found "DateTime.UtcNow":http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemDateTimeClassUtcNowTopic.asp function. (slaps self on forehead) I love .Nizzle!
* Overhead reduced by using GZip (using "#ZipLib":http://www.icsharpcode.net/OpenSource/SharpZipLib/) compression on responses to lower the amount of bytes transferred. Data is also being cached more on the client side to cut back on trips to the server.
* Client now identifies itself with a "custom UserAgent":http://feralboy.com/log/archives/000420/.
* Fixed the display of datatypes on the Portfolio grid. Still need to do the same for the search results.
* Source code is much nicer now. Grouped most everything by logical functions, and started to split out some common functions into classes.
* Added an "About" dialog to show copyrights.
h6. Version 0.2
* Added "GPL license":http://www.gnu.org/licenses/gpl-howto.html.
* Cleaned up soucecode slightly. Added comments to headings in most functions.
* Added a textbox to add your hours offset from UTC.
h6. Version 0.1
* Initial release.