Red-Gate software does it again
Finally, Intellicense for SQL Query Analizer - Free http://www.red-gate.com/products/SQL_Prompt/index.htm Get it now (free until September 1st)
Technology, Software Development and other ways to make an educated guess about the world...
Finally, Intellicense for SQL Query Analizer - Free http://www.red-gate.com/products/SQL_Prompt/index.htm Get it now (free until September 1st)
Red-Gate software does it again
at 10:22 PM Posted by Timur 0 comments
I am extremely impressed with the latest developments of the web. It is definitely taking on a 2.0 format, where I clearly see the next level of usability and usage advances. First of all the use of AJAX is finally making the web pages usable without going trough the regular "Fill the form" -> Submit -> Wait -> "Correct the Form" -> Repeat procedure. I finally see interfaces that resemble usability of the rich UI that we are all used to in the think client applications. No, there is still room to grow, and SmartClient applications are still safe, however, Web 3.0 might change that completely. Second, I am VERY impressed with the competition that google is receiving. Don't get me wrong, google is great. Search is amazing, I love the pluggable homepage, I use GMail and think that it's a truly great thin email client. However, the competition is getting really close. Even though I like the pluggable webparts, I still like the design of my.yahoo.com better. I prefer to have a two or three section design. I love the site, the idea of tags is just amazing. GMail works, but it is still hard to file the emails, I'd love to be able to have return receipts, multiple tags for emails, etc... Desktop search from MSN Toolbar, has a cleaner interface with the outlook then Google deskbar does. Overall, competition created a lot of great software that can be utilized. Third, I am really, realy, really impressed with the online communities. del.icio.us, Blog explosion, Flicker, WIKIs, etc.... It is really amazing how the community is driving the advances in the technology, and it is no longer a vendor who is making application happen, but rather the people who are using the application. The application is no longer the software that a you as a user gets to use, it is the content that is provided and the way that the content is created and organized by others within the community. Each application is like a giant ant farm, that with the proper display ca become a living and breathing form of art. well, what Web 3.0 will be we can only dream of, Or is it that we can change the world to make it happen :)
WEB 2.0 and other developments
at 11:06 PM Posted by Timur 0 comments
It's been a while since I've written a post, but this topic has been on my mind for a while. I've always been in favor of Agile project delivery, the Simplicity and "you are not going to need it" principals. I've seen it time and time again, that projects are overarchitected, overdesigned and are overpromissed. Teams spend months upon months on design meetings, requirements gathering, architecture comeeties. Then before the project is even close to the stable beta stage, multiple things happen:
The article in the computerworld reflects on these issues, and I found it to be very comforting that I am not the only one thinking about this. http://www.computerworld.com/ managementtopics/management/story/ 0,10801,110951,00.html
Agile Projects in the real world
at 7:46 AM Posted by Timur 0 comments
I've been reading some of the old saved blog entries on bloglines, and came to one very interseting entry by Chris Sells. http://www.pocketmod.com/ Provides a analog solution that is extremely simple and might (I've not tried it yet) be very good at orgonizing the simpe daily actions in your life.
Technology-less solution
at 9:15 PM Posted by Timur 0 comments
It appears VB is not only alive, but is growing strong. It seems that the feature is all about data and merging the divide between application and data. Hmm.... So is the n-tear design supposed dying... doubt it http://msdn.microsoft.com/vbasic/future/
Who ever said VB is dead?!?!?
at 10:22 PM Posted by Timur 0 comments
Well, nother dollar waisted due to the music format incompatibilities (and bickering between companies) I just purchased a song from music.msn.com It came in WMA format. However, my IPod does not play WMA files, even though ITunes player does. And apperantly you can not convert "purchased" files to MP3 even though you purchased them, and they should be yours to do with what ever you want. Can someone explpain me the logic in selling me something, and yet not allowing me to do with it what I want? When I buy a car I can alter it how I want. When I buy a house, I can rebuild it. True.... I can not break the rules, but I am not planning on doing so. I am only trying to listen to the song that I paid good money for. I would not even let anyone else listen to it.... I promice.
Music Format Annoyances
at 12:43 AM Posted by Timur 0 comments
it is interesting how the more computers enter our lives, the more software bugs effect us. Computers are everywhere now, and I am not talking about the deskktops or laptops that we use, I am talking about everythng from Cars to appliances that we use in our daily lives. No matter how different those 'computers' look from the desktops and laptops, the software running on them is still the same software.... just as buggy. Here are some examples: My DVR slows down to a crawl after about two weeks of continuous operation. My MP3 player stops connecting to the USB port and requres a 'reboot'. There are old jokes on what would happen if cars would be designed by Microsoft. I don't think it's really Microsofts fault, however it is disappointing, that the reach of computers advanced, howver, the quality of software decreased. I understand that the complexity increased, however, you can't argue that since our cars are more complex then they used to be, they should crash more often...
A Bug, is a bug, is a bug
at 12:03 AM Posted by Timur 0 comments
Main new notable features that I was waiting for are:
One very important note: The server is fully backward compatible (new features will not work witht the old client, however, all the old features will work perfectly)
Enjoy....
Yeee Haaaa..... Subversion 1.2.0 is released!!
at 10:47 PM Posted by Timur 0 comments
Finally - Great Theft Auto for XBox - Are there still any reasons to get the PS2? Grand Theft Auto: San Andreas Xbox Hands-On - Grand Theft Auto: San Andreas Previews for Xbox at GameSpot
Finally - Great Theft Auto for XBox - Are there still any reasons to get the PS2?
at 11:51 PM Posted by Timur 0 comments
We are in the process of selecting a grid product for the next order management application. Even though the list of available grids is pretty big, once you start getting into the evaluation of the products, it narrows down pretty fast. I was not the one to do the research on the grids, so would like to give credit where it's due. All research on the grid products was done by Victoria Nemoytina, one of the senior developers on my team.
Grid Requirements:
| SyncFusion Grid | SyncFusion Inc |
| Infragistics Grid | Infragistics Inc |
| XtraGrid | XtraGrid |
| ComponentOne Grid | ComponentOne |
| Feature | Infragistics | DevExpress |
|---|---|---|
| Periodic Data Updates | Yes - When sorting if off, new rows can be added and existing rows updated in the underlying recordset while the user is in edit mode. The grid is going to reflect the changes, but the user won't be kicked out of editing. | Yes - When the new rows are added to the underlying recordset, the grid does not reflect the changes unless you do a refresh, which kicks the user out of edit mode. If you try to add new rows directly to the grid, the user also gets kicked out of edit mode once you try to commit your change (which you have to do to be able to add another new row). You can set a new value for a particular cell without switching focus from a row that's been edited. So, the real-time updates are possible. |
| Splits | Yes | Yes |
| Formulas | Yes | Yes |
| Export to Excel | Yes | Yes |
| Import from Excel | Yes | Yes |
| Virtual Mode (no data resides in a grid) | Yes - Can apply grouping, sorting and filtering in virtual mode | Yes - Can apply grouping, sorting and filtering in virtual mode. Applying grouping is faster in this mode than in Infragistics |
| Filtering | Yes - You can hide, disable or change appearance for the rows that are filtered out. For a hierarchical grid you can filter the child or the parent rows only. | Yes |
| Summaries | Yes - Can have header of footer Summaries | Yes - Can choose to display summaries for collapsed rows only. Can have header or footer Summaries. |
| Merged Cells | Yes | |
| Excel like presentation | Yes | |
| Create Columns automatically by adding them to the end | Yes | |
| Refresh Hierarhical Grid while keeping expansion status the same | ||
| Multicolumn Drop-down list | Yes | |
| Save one grid's Layout and apply it to other grid | Yes | Yes |
| Rotated Column Headers | Yes | Yes |
The tale of many grids
at 10:08 PM Posted by Timur 1 comments
My favorite addin is updated to the next level of greatness www.jetbrains.com/resharper I was recommending this addin before, now this is a tool no C# developer should be without.
Resharper 1.5 is realeased
at 12:14 AM Posted by Timur 0 comments
Hey, it only took me 3 years to get a new computer (meaning I panned on getting one for the last three years), and finally to switch switch to Windows XP. So now I have a brand new, far from the top of the line, P4, 3.0GHz, 512MB, 160GB HD Dell 3000. For a bargain price of $450. Hey, more then enough to read some blogs. Some of the coolest features I am going to miss while working on the laptop (still 2000) are: Fast Bootup TIme All of the powertoys (Virtual Screens, Task Switcher) Better security lockdown Ohh well, may be my boss will get me a new laptop (let's see if he's reading my blog on this one :)
Finally - A new computer - and Windows XP
at 12:09 AM Posted by Timur 0 comments
There is a new version of Resharper now available from the EAP site: http://www.jetbrains.net/confluence/display/ReSharper/Download
Revision 150 has the following :
From what I see the guys at JetBrains are planning to implement other features of IntelliJ, which is great.
New Resharper Changes
at 9:42 AM Posted by Timur 0 comments
This came from the previous link on bugtracking software, however, page states very important points about bug tracking. http://www.bug-tracking-guidelines.com/
Bug Tracking Guidelines
at 9:08 PM Posted by Timur 0 comments
The blog entry is not really informative yet, however, this is the most comprehensive list of bugtracking software that I ever saw on one page.
I will definitely be looking at it at posting more comments.
Bug tracking Software: http://blogs.msdn.com/JoeStagner/archive/2004/12/18/325099.aspx
Gemini: http://www.countersoft.com has a few interesting points.
It is a .NET solution. SQL server backend. Free license for up to 10 users.
Bug tracking Software
at 8:52 PM Posted by Timur 0 comments