Photos
Since I got so many responses (ZERO), I’ve decided to go ahead and switch over to Flickr for the photo management. Flickr provides a lot of really cool features and I should have used it a long time ago. I’ve had an account for quite a while, but sorta said “Eh…” when I saw that it cost money for an account with any sort of capability/storage. But, now I think it’s well worth the $24/year. Anyway, I have integrated the Flickr album into WordPress using FAlbum, but unfortunately, it is displaying things out of alignment. I’ll be working on that…if it bugs you too much, feel free to just visit my Flickr page.
View photos, same link: http://www.jbctech.com/photos
View photos on Flickr: http://www.flickr.com/photos/jbctech/
December 21st, 2005 at 5:20 pm
Yeah dude, that is a vast improvement, much more pleasurable to view.
December 21st, 2005 at 5:22 pm
Since I cant seem to figure out how to post a question Ill ask it on here. Linking Visaul Basic and VC++, possible, problematic, stupid??? Trying to figure out if it would be most time effecient to go with VB and then ahve the brains of teh app be VC++ if possible, or if it would make more sense to just use something like wxWindows and VC++ alone to do it.
December 21st, 2005 at 6:06 pm
Thanks - now I just need to spend some time fixing the columns. I’m sure it’s just a matter of a closing tag somewhere, but finding it is the difficulty.
December 21st, 2005 at 6:08 pm
What sort of linking are you talking about? I mean, you can link via DLL having the VB app use API calls.
December 21st, 2005 at 7:19 pm
Basically, I want to have the VB being the display and the C++ code being the brains. SoVB would display everything and it would get all of its info, that it would display at a terminal, from C++.
December 22nd, 2005 at 9:27 am
I would think you can do it using DLL/API calls. VB having the GUI that makes calls through the DLL/API written in C++.