Managing software projects

waterfall_model

Software engineering is an art, done by artists but being in the industry can be a pain at times more especially when issues comes from old problems. To manage a software project is very different from managing any other project for example building a bridge, when you build a bridge you can see the progress. Quality is key to every phase of the project, what you promise a customer can cost you the whole project. You must believe your self every step of the way because there are lot of come-backs in software projects , when issues arise we have one person to blame “The Programmer”. Well there must be someone to point a finger to, who better than the one who put it all together?

Read the rest of this entry »

How to use MS Flexgrid on a Windows 7(64 bit)

If you ever imported a project from VB6 to .net and your lazy to re-write all your MS Flexgrids, the you’ll have a problem when you upgrade your machine to that 64 bit you always wanted. Seeing an error like this can turn you off.

image 

The solution comes from the problem its self, Microsoft says VB6 development is 32 bit and will not be supported in 64 bit. Microsoft issued the following statement:

“Support Statement for Visual Basic 6.0 on Windows Vista,Windows Server 2008 and Windows 7”

To the solution now: Read the rest of this entry »

DataGridView vertical columns

Results first :) , ok lets see how I got this.

image

 

Ok, I provided the full class windows form with two datagridviews named datagridview1 (normal) and datagridview2 (vertical)

For a perfect view like the one above you gotta cheat a lil,

this.dataGridView2.ColumnHeadersVisible = false

Read the rest of this entry »

Where is Visual Studio LightSwitch?

When I heard of Visual Studio light switch I was really excited but to no avail, I’ll tell you why.

I visited this link http://bit.ly/csCxzY Titled:

LightSwitch Beta 1 Available to MSDN Subscribers Today, General Public on Monday by Beth Massi.

Then I went to MSDN.com since I subscribe, to no lights.

No Lights

Monday is not good enough for me I’m a subscriber.

How to change word press password from PHP My Admin

Saying your email is not working or you just wanna mess around your blog or maybe you seriously need this. Let me show you how.

**Note that Word press used MD5 Hash for passwords so you gonna need MD5 Hash generator.

Locate your users table using phpMyAdmin

 

Edit WP Password

Then get your MD5 hash generated

Read the rest of this entry »

My first SQL program

This was from Oracle DB.

Select * from Emp;

My first Program (C++)

#include <iostream>
public void main()
{
 cout < < "hello world";
}
 


Warning: fopen(/home/content/32/8842632/html/melf/wp-content/plugins/wp-google-plus-one/lib/standard.txt) [function.fopen]: failed to open stream: No such file or directory in /home/content/32/8842632/html/melf/wp-content/plugins/wp-google-plus-one/plusone.php on line 104

Warning: fread() expects parameter 1 to be resource, boolean given in /home/content/32/8842632/html/melf/wp-content/plugins/wp-google-plus-one/plusone.php on line 105

Warning: fclose() expects parameter 1 to be resource, boolean given in /home/content/32/8842632/html/melf/wp-content/plugins/wp-google-plus-one/plusone.php on line 106
.