Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
O

omeecode

@omeecode
About
Posts
15
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Updated Articles
    O omeecode

    In maps article that was not an anchor text. It was embedded in the picture. I hide it too. Removed almost all the anchor text from other articles. I just interlinked them with my code project articles. If you still find the links them then tell me. Rolling back the articles usually broke the things for me. It would be easier if you find the link and remove them directly from there. I believe that is why a community is for! Finally, I request from all the people here to read them and if you find them interesting then upvote :laugh: :laugh: :laugh:

    Muhammad Umair www.linesperday.com Learn great things about programmers, programming and object oriented design

    Spam and Abuse Watch com design regex oop architecture

  • Updated Articles
    O omeecode

    Hey there, I have updated links in the following articles. Please review them. Also, do up-votes if you like the articles :laugh: :laugh: Also do me a favor if you believe something is 'spam' or site driving then would you remove the link for me! Object Oriented Programming Concepts With a Systematic Approach to Write Better Code[^] S.O.L.I.D, GRASP And Other Basic Principles of Object Oriented Design[^] Decorator Design Pattern Simplified[^] Object Oriented Analysis and Design[^] Google Maps Offline Windows[^]

    Muhammad Umair www.linesperday.com Learn great things about programmers, programming and object oriented design

    Spam and Abuse Watch com design regex oop architecture

  • Thought of the Day
    O omeecode

    Yes, make sure that it is old enough.

    Muhammad Umair www.linesperday.com Learn great things about programmers, programming and object oriented design

    The Lounge com question

  • Thought of the Day
    O omeecode

    Make sure the rodent is dead!

    Muhammad Umair www.linesperday.com Learn great things about programmers, programming and object oriented design

    The Lounge com question

  • Site Diving?
    O omeecode

    Great. Under the heading 'spam and abuse' I consider everything that is unethical, not the best practice or etc. Saying the exact term is not my goal. I have given you the examples of other bloggers and platforms where it is normal practice and does not considered 'site driving' a.k.a un-ethical. I believe when the first reporter of the article was in doubt every body else just jump on it. I believe that doubt is good enough for me. Finally, thanks for your feedback but you are not the only one who is telling me what is allowed and what is not.

    Muhammad Umair www.linesperday.com Learn great things about programmers, programming and object oriented design

    Spam and Abuse Watch database com question

  • Site Diving?
    O omeecode

    Nelek, Great insights. I was qouting the down votes given by some of the reviewers here based upon the assumptions of a spammy article. I do care about the down votes given by real readers or the readers for whom the article was intended for. This is the reasons I deleted several of my articles that were disliked by my readers. Also, link in the autobiography is permitted in code project rules after you earned certain reputation.(which I did). Beside that every other link in my articles is highly related. Finally, I believe I have a different mind set for the term 'publicity'. I put a link for those readers who find the article great and at the end they really want to learn more( for that I put a link at the end). I consider this as my obligation towards my readers. Many students has contacted me for help. Unfortunately on codeprojectit is considered spam. Anyway, I look forward to writing more articles and helping students. -Umair

    Muhammad Umair www.linesperday.com Learn great things about programmers, programming and object oriented design

    Spam and Abuse Watch database com question

  • Site Diving?
    O omeecode

    Hey Griff, I tried to write content that is valuable for the readers. I work hard to get them interested and educated until the end of my article. At the very last I gave them a related link to my website which they can follow if they like my content. I believe, I earned it. That is how other website who allow guest post from authors. Somehow, my latest article gave the impression of some 'site driving' spam. I didn't have that spammy intention. People don't read spammy article upto the end. They fly away after reading first 2 paragraph. Anyway, I would like you to review your decision and upvote my article. Thanks

    Muhammad Umair www.linesperday.com Learn great things about programmers, programming and object oriented design

    Spam and Abuse Watch database com question

  • Site Diving?
    O omeecode

    Hmmm. What can I do to comply with the forum policy. Remove all the links or specific links. Here is the link to updated article: Uncomfortable Truth About Programming[^] There were two links. One was at the end of article that points to home page. The second link was related to within the content that points to another article. I have re-posted this article from my own website. Re-posting is according to codeproject rules and regulation. (Also provided original article URL)

    Muhammad Umair www.linesperday.com Learn great things about programmers, programming and object oriented design

    Spam and Abuse Watch database com question

  • Site Diving?
    O omeecode

    Also pointing to related content on other websites (not the homepage) is considered 'spam'. I am just curios. -Umair

    Muhammad Umair www.linesperday.com Learn great things about programmers, programming and object oriented design

    Spam and Abuse Watch database com question

  • Site Diving?
    O omeecode

    I would like to know the meaning of 'site diving'. Providing a link at the end of article is consider site diving?

    Muhammad Umair www.linesperday.com Learn great things about programmers, programming and object oriented design

    Spam and Abuse Watch database com question

  • Shameless self promotion
    O omeecode

    let me promote myself too... Here is my article on object oriented design Object Oriented Analysis and Design[^]

    Muhammad Umair www.objectorienteddesign.org (Interested in C#, .Net, Interfacing, Device Drivers, GIS, WCF, Asp.net, Ajax, Architecture and Design Patterns)

    The Lounge csharp javascript database sql-server linq

  • Print if checkbox ticked?
    O omeecode

    checkbox control checked property will only return either true or false. Also the text property only returned the text associated with the control. One way around that I come up is that: You will have to write an if statement before the e.Graphics.Drawstring.

    if(metroCheckBox.checked)
    {

    e.Graphics.DrawString("Customer Items: " + metroCheckBox1.Text, new Font("Arial", 14, FontStyle.Regular), Brushes.Black, new Point(25, 320));

    }
    else
    {
    // do nothing or Whatever you wanted to do such as print..
    }

    Umair (Software Engineer) (Interested in C#, .Net, Interfacing, Device Drivers, GIS, WCF, Asp.net, Ajax, Architecture and Design Patterns)

    C# graphics sales tutorial question

  • C# Stopwatch - DateTime And Timer Tick - Is there a better way to run the Stopwatch
    O omeecode

    There is no problem with your code if that can solve your problem. From design point of view it looks great. As one answer above mentioned that you can use many other types of solution to accomplish timing and scheduling task. That also depend upon your needs. If you need a precise timer such as with 1ms accuracy (Stopwatch can very up-to 20-100 ms) then you should use multimedia timers.

    Umair www.objectorienteddesign.org (Interested in C#, .Net, Interfacing, Device Drivers, GIS, WCF, Asp.net, Ajax, Architecture and Design Patterns)

    C# csharp linq graphics

  • Office Layout For Developers
    O omeecode

    I like a workspace free of any noise, disturbances and other distractions caused by not wanted peoples.. That is most important thing which I have not got in any of the environments where I have worked.

    Muhammad Umair (Software Engineer) (Interested in C#, .Net, Interfacing, Device Drivers, GIS, WCF, Asp.net, Ajax, Architecture and Design Patterns)

    The Lounge question html com tools

  • How to create GUI designer for users
    O omeecode

    Hi, I want to create a simple GUI designer for users. The designer should be very simple and user can select some components such as text boxes , labels and others from tool window and than they can place this components on windows form during run time. Please give me or name of such articles or which topic should I search in google.. Thanks.

    C# tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups