Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

so lets do it before MS do ;)

It should be a pluging. after installing it you will get a new menuitem in the IE or better directly under the menupoint favorites. It should work maybe like a CVS system: highlight the favs wich are not checked in (to the web). if you create a new fav it checks if there is an online connection available. if yes it stores it to the DB.

 

if the software design is good it should be no problem to implement the favs to a website where users also can acces their favs from the web.

sometimes I blog...

http://michal.grafix.at

  • *Experts*
Posted

I don't know...I found a niche with the USA National Electric Code and one of my commerical programs...seems like industrial or commerical niche software works pretty well for generating dollars on a much larger audience than the programers niche.

 

My oldest son is currently working on a program concept for Intel with wellness reporting to the elders family members.

 

Just food for thouhgt.

 

btw: Hi wyrd, long time no talk, let me know what's up with you!

Member, in good standing, of the elite fraternity of mentally challenged programmers.

 

Dolphins Software

Posted
i have quite long an idea but had not much time to realize it till now. I thought about creating an application (or better a plugin for IE) to manage my favorites. The big thing is: i want to manage my favorites central. That means store the favs in a database on the net. Then you will have access everywhere to your favs. Your favs should lose all the redundancies.

Check out http://www.mybookmarks.com.

TT

(*_*)

 

There are 10 types of people in this world;

those that understand binary and those that don't.

Posted

This just reinforces that everything has been done before. I decided last summer to start my own version of UFO: Enemy Unknown, built a website, started developing the game, and then found 4 other similar projects (which I don't think are/will be as good:p), but I'm still going for it. Its a great way to learn and even if I don't finish my project, it was worth it for all the new techiques I've learnt that I never would have picked up developing business applications, yet they are useful enough to use in the businesss applications.

 

Rambling now, that comes from staying up all night watching the stupid extra long Oscars. Long live New Zealand!

Posted

I also agree in that doesn't matter if something has been done before. You still learn from doing it yourself and that knowledge you can always retain for later use in other projects.

 

Also, given we are each unique in our own way, chances are that some of that "uniqueness" will carry over to the program and therefore in its own small way still be somewhat different than all the others out there. :)

Ira Richard Smith

IraRichardSmith.Net

Posted

I also agree in that doesn't matter if something has been done before. You still learn from doing it yourself and that knowledge you can always retain for later use in other projects.

 

That's all fine and dandy if you're interested in learning and not money. Unfortunately, I'm only interested in money.

Gamer extraordinaire. Programmer wannabe.
Posted
Sam, if you're interested in money, create an app already in the market, improve it, add more function, better GUI and then sell it cheaper than the other app.
Fat kids are harder to kidnap
  • 2 weeks later...
Posted

I have a new software idea... well maybe not much of an idea as such, more an extension.

 

In visual studio whenever you try to use a variable that isn't declared it adds an error to your tasklist (unless you're a retard and you've turned off option explicit). I want to create an addin to Visual Studio that adds a warning to my tasklist whenever I create a variable (or function for that matter), but then don't call or use it...

 

Personally I am bad at reengineering (well actually thats a really good thing... cos the functions usually kick arse when i'm done, but I'm sidetracking again...) my functions and leaving dead code lying around... I'd love to take this somewhere, but I have no idea where to start...

Posted

OK, so I checked compiler warnings as errors on, and then added a new variable to the top of my project:

 

Private i as Integer.

 

re-built the project. nothing in the task list.

ran the project. nothing in the task list.

view all comments. nothing in the task list.

 

???

Posted
hum... Visual Basic.... hum.... I don't think VB compiler will treat that a s a warning' date=' try with C#[/quote']

 

lol..... as I was saying... I have a new software idea... well maybe not much of an idea as such, more an extension.

 

In visual studio whenever you try to use a variable that isn't declared it adds an error to your tasklist (unless you're a retard and you've turned off option explicit). I want to create an addin to Visual Studio that adds a warning to my tasklist whenever I create a variable (or function for that matter), but then don't call or use it...

Posted

It shows the warning in the output window, and also underlines the variable name in blue.

 

------ Rebuild All started: Project: Pheonix Test, Configuration: Debug .NET ------

 

Preparing resources...

Updating references...

Performing main compilation...

c:\documents and settings\administrator\my documents\visual studio projects\pheonix test\game.cs(19,15): warning CS0169: The private field 'Pheonix_Test.Game.a' is never used

 

Build complete -- 0 errors, 1 warnings

Building satellite assemblies...

 

 

 

---------------------- Done ----------------------

 

Rebuild All: 1 succeeded, 0 failed, 0 skipped

Gamer extraordinaire. Programmer wannabe.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...