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
A

Anurag Gandhi

@Anurag Gandhi
About
Posts
540
Topics
59
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Spam would be article ("Affordable Mustang Gloc Pads", Member 14225466)
    A Anurag Gandhi

    Yeah, I wasn't aware I should report spammer's account as well. Will do it in future if I encounter them.

    Life is a computer program and everyone is the programmer of his own life.

    Spam and Abuse Watch com tools question lounge

  • Bug: Submit an Article not working
    A Anurag Gandhi

    Looks like fixed now. :) I am able to navigate to create article/tip page now.

    Life is a computer program and everyone is the programmer of his own life.

    Site Bugs / Suggestions help tools

  • Bug: Submit an Article not working
    A Anurag Gandhi

    I tried multiple times. getting this error for article as well as tips.

    Life is a computer program and everyone is the programmer of his own life.

    Site Bugs / Suggestions help tools

  • 1 solution for a question, but showing only solution 2
    A Anurag Gandhi

    Hi, I saw that for a question in: https://www.codeproject.com/Questions/5162820/Css-wont-work-after-changing-button-tag-to-a-tag there is only 1 solution, but its saying solution 2 instead of Solution 1. Is this a bug, or am I missing something? May be first solution was deleted but 2nd solution is not changed to "Solution 1".

    Life is a computer program and everyone is the programmer of his own life.

    Site Bugs / Suggestions question css com tools help

  • Codeproject Mobile App
    A Anurag Gandhi

    Hi, Just wanted to know if we have any official codeproject mobile app just like LinkedIn? I use LinkedIn app and the notifications and other cool features really helps me keep updated with my professional social group. Similar codeproject app would also be more helpful, i feel. Please let me know if it already exists.

    Life is a computer program and everyone is the programmer of his own life.

    Site Bugs / Suggestions mobile question lounge

  • Better UI for CodeProject
    A Anurag Gandhi

    The UI for code project is good but i have a feeling of 15 yrs old website when I open it. Is there any plan to have a modern responsive UI that follows a certain pattern like Metro UI or Material UI. Since last few years, I mostly prefer reading technical article on my mobile and code project lacks from some of responsive mobile friendly features compared to other new websites. Being a big fan of code project over 13+ years, I would really want to see the code project in really nice re-design and more organized articles. May be, having a competition of re-designing codeproject UI helps, if there is no plan already. May the best UI win and get implemented. Any thoughts?

    Life is a computer program and everyone is the programmer of his own life.

    Site Bugs / Suggestions design mobile regex question discussion

  • Approval / report - List, a very nice feature, but ...
    A Anurag Gandhi

    No. It's the other way round. ;P

    Life is a computer program and everyone is the programmer of his own life.

    Site Bugs / Suggestions help question

  • Straw Poll: Do you think OnePlus 7 Pro price is justified?
    A Anurag Gandhi

    Straw Poll: Do you think OnePlus 7 Pro price is justified?

    Life is a computer program and everyone is the programmer of his own life.

    The Lounge question

  • Well, at least they use SQL Server
    A Anurag Gandhi

    They assume most of the audience are techies and will provide PR to fix them. :) :) :)

    Life is a computer program and everyone is the programmer of his own life.

    The Weird and The Wonderful database sql-server sysadmin

  • Articles with code on GitHub
    A Anurag Gandhi

    I think, its allowed. Even many of my articles have code base in GitHub. :) I don't see any reason to stop it. Its more convenient to author as well as reader, IMHO.

    Life is a computer program and everyone is the programmer of his own life.

    Site Bugs / Suggestions com hosting cloud tools question

  • CP Dark Theme
    A Anurag Gandhi

    +1. I also feel that modern and fully responsive UI for code project would look great. I am seeing this old looking colors since last 12+ years and hoping that someday it will change. :)

    Life is a computer program and everyone is the programmer of his own life.

    Site Bugs / Suggestions question discussion

  • Question to all the freelancers here in CP
    A Anurag Gandhi

    Use private source code repository Visual Studio Online or GitHub. Give access to your client. you can do incremental updates any time in future as well.

    Life is a computer program and everyone is the programmer of his own life.

    The Lounge question sysadmin hosting cloud sales

  • Article without contents
    A Anurag Gandhi

    I can see the contents in this article. It looks fine to me. Anything unusual on your machine? Or are you pointing out anything specific?

    Life is a computer program and everyone is the programmer of his own life.

    Site Bugs / Suggestions csharp asp-net com question

  • My Article was deleted
    A Anurag Gandhi

    Hi, I am not supporting any author, but just want to understand why is it illegal to put the link of authors own blog post? (I don't know where the back link points to.) I see many members does it in their signature, profile or posts too. If you have valid and convincing reasons, I would also be careful before posting to codeproject in future.

    Life is a computer program and everyone is the programmer of his own life.

    Article Writing com json

  • OOP in PHP
    A Anurag Gandhi

    Yeah I got a response long back. Thanks for confirming it again.

    Life is a computer program and everyone is the programmer of his own life.

    Linux, Apache, MySQL, PHP php oop tutorial question

  • OOP in PHP
    A Anurag Gandhi

    AFAIK, PHP is a server side scripting language. If you want to move to Object Oriented programming, its better to try .net (C#) or Java. You will get a lot of examples over the internet.

    Life is a computer program and everyone is the programmer of his own life.

    Linux, Apache, MySQL, PHP php oop tutorial question

  • how to integrate razor with angular 2 ngModel ?
    A Anurag Gandhi

    In angular 2 we use plain select with *ngFor directive.

    <select class="form-control" [(ngModel)]="model.selectedId" name="type">
    <option *ngFor="let item of myArray" value="{{item.id}}">
    {{item.name}}
    </option>
    </select>

    Life is a computer program and everyone is the programmer of his own life.

    Web Development javascript html asp-net tutorial question

  • problem to proj(html.css)
    A Anurag Gandhi

    Please clarify your question.

    Life is a computer program and everyone is the programmer of his own life.

    Web Development help javascript html css

  • Angular 2 Grid
    A Anurag Gandhi

    Try Prime ng. It is good and has a lot of sample code. PrimeNG[^] PrimeNG DataTable Samples[^] I am using it since last 8 months. Its cool and open source.

    Life is a computer program and everyone is the programmer of his own life.

    Web Development javascript css asp-net data-structures architecture

  • Your trivial challenge of the day
    A Anurag Gandhi

    Yeah, I got 15 out of 20. Not sure, if this score is good or ok.

    Life is a computer program and everyone is the programmer of his own life.

    The Lounge com
  • Login

  • Don't have an account? Register

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