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
Y

Yuriy Loginov

@Yuriy Loginov
About
Posts
32
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Malala's put on some weight
    Y Yuriy Loginov

    It definitely took courage on her part to stand up against the established order of things

    The Lounge html announcement

  • Malala's put on some weight
    Y Yuriy Loginov

    :thumbsup:

    The Lounge html announcement

  • That's not a programming question...
    Y Yuriy Loginov

    If your tree is implemented using pointers you may be able to do it by swapping references. That is, if you find a branch that is unbalanced you may mount the branch to another node to make the tree balanced. Same applies to nodes that are unbalanced, just swap them with each other until the tree becomes balanced.

    The Lounge data-structures question

  • Does the typical regular programmer understand HeapSort?
    Y Yuriy Loginov

    Heap sort is easy. Keep removing Min element for ascending sort. Keep removing Max element for descending sort. The tricky part is understanding how heap data structure allows for log(n) operation for GetMinx() or GetMax()

    The Lounge algorithms data-structures question discussion

  • Top 10 useful, yet paranoid Java programming techniques
    Y Yuriy Loginov

    // Bad
    if (variable.equals("literal")) { ... }

    // Good
    if ("literal".equals(variable)) { ... }

    IMO code like this hides real bugs, I'd much rather get a null exception and figure out why the variable is NULL instead of been fooled into thinking evreything is working because it didn't crash.

    The Insider News java html com question

  • The mail you want, not the spam you don’t
    Y Yuriy Loginov

    nice

    The Insider News html tools help

  • lots of online "IDE's"
    Y Yuriy Loginov

    pretty sweet

    The Insider News visual-studio com

  • WPF Reporting
    Y Yuriy Loginov

    Yeah its based on SSRS. Personally I really like it.

    The Lounge question csharp wpf com help

  • Daily Insider
    Y Yuriy Loginov

    Hello, you have to enable the "News" section under the Newsletter & Emails tab. Open your profile -> My Settings -> Newsletter & Emails -> Look for Newsletter features section and check off the News check box.

    The Lounge csharp com json question

  • If you can solve this math problem, you'll get a $1 million prize, and change internet security as we know it
    Y Yuriy Loginov

    Here are some more Math problems that will net you 1 M. http://www.claymath.org/millennium-problems/millennium-prize-problems[^]

    The Insider News visual-studio com security business help

  • Is it possible to get the old newsletter version back?
    Y Yuriy Loginov

    Hello, The idea behind the new format is that we only want to give you the information you want and save you the time weeding out stuff you don't care about. You can customize the content you see in newsletters by setting keyword filters in your profile settings and this way you will only see the topics you are interested in without the other noise. The idea behind images and the whole redesign in general was to get the look and feel of Code Project pages in newsletters. We may change the images to icons that will indicate weather the content item is an article, tip and trick, blog etc... I will talk to Chris about offering the option of reverting back to the old layout. Thanks, Yuriy

    Site Bugs / Suggestions question announcement

  • So many off-topic ads.
    Y Yuriy Loginov

    To add to Chris's point, it's an ongoing battle to remove bad ads, as we remove a bad ad there is another one waiting around the corner to take its place. With that said reporting the ads really helps us keep the bad ones out.

    Site Bugs / Suggestions help question lounge

  • Google’s Ray Kurzweil on the moment when computers will become conscious
    Y Yuriy Loginov

    SkyNet wouldn't attack us, would it?

    The Insider News com

  • Behavior Driven Development in VS2103
    Y Yuriy Loginov

    I have not used any of the tools you mentioned but I did use TestPartnet for UI testing and I liked it. http://www.microfocus.com/products/testpartner/[^]

    The Lounge testing asp-net business tools csharp

  • Android Development
    Y Yuriy Loginov

    I personally use Java to build android apps. For an IDE you can use Eclipse with Android plug ins. I believe you can download eclipse with all the plugins already installed. Google recently came out with Android Studio IDE, but I haven't personally tried it out. If you are starting from scratch may be worth investigating that option. Finally you will need to set up some emulators. The default ones are pretty slow and I strongly recommend you get Intel ones, just look for HAXM emulators

    The Lounge android data-structures help question

  • Stupid ad
    Y Yuriy Loginov

    The z-index on the IFrame that contains the Ad is 10. All the z-indices inside of the IFrame are relative to the HTML document that contains them, this means that the dropdown menu only needs z-index of 11 or higher to overlay the Ad. The catch is that "z-index only works on positioned elements (position:absolute, position:relative, or position:fixed)", so it may be getting ignored no matter how high the z-index value is. It looks like the class="tooltip-flyout" has high z-index and is positioned, but it's children class="list-item" is not inheriting this value which may be causing them to hide behind the Ad. With that being said I was not able to reproduce the issue, not even in IE11.

    Site Bugs / Suggestions com

  • Stupid ad
    Y Yuriy Loginov

    Improving Ad Exchange ad detection is on my to do list!

    Site Bugs / Suggestions com

  • One of your ads is broke
    Y Yuriy Loginov

    Thanks for the report. We will keep an eye on this. It was most likely caused by the advertiser posting bad html / javascript in their ad and now their broken ad is circulating the on the net.

    Site Bugs / Suggestions csharp

  • One of your ads is broke
    Y Yuriy Loginov

    Hi, is that the full Url you get in the banner? It seems to be missing the landing page Url. If there is any more to that Url could you please post it.

    Site Bugs / Suggestions csharp

  • [suggestion] Commit history viewable from workspace home
    Y Yuriy Loginov

    It would be nice if Commits | Branches | Contributors | Pull requests on the Workspace home page were actual links. I know that you can go to Code section to view these but it seems intuitive if they would be directly accessible from the home page.

    Workspaces Forum workspace
  • Login

  • Don't have an account? Register

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