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

Aniruddha Loya

@Aniruddha Loya
About
Posts
13
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Single web solution vs web app + mobile web app
    A Aniruddha Loya

    As I said, the final design will largely depend upon the service model and requirements. For instance, if your app requires user to be connected to internet to be able to use it... then it might as well serve better to have a web app. Its not possible to comment which one will serve better w/o knowing what functionality they are going to have. Biggest Adv of HTML5 app is a uniform code-base and you will not have to worry (about user upgrades) when adding/upgrading to new features. A native app allows you to store information locally which can be retrieved easily in offline mode. HTML5, with local storage, does allow data storage... but that may not be as much as native app (I'm not very sure about data storage details as I haven't used them for HTML5 app)

    Imagination is the one weapon in the war against reality!!! http://aniruddhaloya.blogspot.com

    Design and Architecture mobile html visual-studio cloud architecture

  • Single web solution vs web app + mobile web app
    A Aniruddha Loya

    Well, it largely depends on the kind of service you want to deliver. I have developed a few games on HTML5 and would say, the learning curve is not much if you are not new to the programming world. There are large number of resources from beginner to pro to help you move forward. With HTML5, the biggest challenge will be the user base with IE. Apart from that, customizing for different screens and devices isn't much of a issue. Audio tags doesn't work in Android 2.1 and below, but guess most of the devices are now 2.2+ Depending upon your layouts and design, you may want to keep your resize variables in check. Also, the cool thing is you can force users to use portrait/landscape view if you want to. Helps in layout customization.

    Imagination is the one weapon in the war against reality!!! http://aniruddhaloya.blogspot.com

    Design and Architecture mobile html visual-studio cloud architecture

  • Email address confirmation
    A Aniruddha Loya

    Its working now guys!!! It made me wonder if it was due to my cookie blocking settings or some vpn blocking... etc. etc...

    Imagination is the one weapon in the war against reality!!! http://aniruddhaloya.blogspot.com

    Site Bugs / Suggestions help question

  • From zero to source code control in 4 minutes
    A Aniruddha Loya

    Have you tried Git. I found it much better than using SVN

    Imagination is the one weapon in the war against reality!!! http://aniruddhaloya.blogspot.com

    The Lounge csharp css visual-studio com sysadmin

  • Can author vote his own article?
    A Aniruddha Loya

    Hey Guys, I was replying to a message posted on one of my article and was surprised to see the Vote option available to me which let me choose the vote (of 5 :cool:). Though I did not vote for myself so not sure if it does allow me to vote but I believe that the option should not be available at all. Best, Aniruddha

    Imagination is the one weapon in the war against reality!!! http://aniruddhaloya.blogspot.com

    Site Bugs / Suggestions com question

  • Rounding a calculation to the nearest 0 or 5
    A Aniruddha Loya

    You can try using "Number".toFixed(x) along with the existing solution for fixing that. More info of your data set may help to find a better solution though :)

    Imagination is the one weapon in the war against reality!!! http://aniruddhaloya.blogspot.com

    JavaScript javascript tools help learning

  • Rounding a calculation to the nearest 0 or 5
    A Aniruddha Loya

    I guess your entire script is not there again... Anyways... Math.ceil will always take it to next higher number whereas Math.round round it to the nearest integer. So you can choose as per your requirement. From what I think you are looking to do is - You require (CourseHours/40) rounded to nearest 0 or 5... i.e. the number you eventually looking to round off is the output of - CourseHours/40... So for my solution to work - 'n' should be substituted by - CourseHours/40 i.e

    Math.ceil(CourseHours/40/5) * 5

    or use Math.round as per your requirement. I hope this helps.

    Imagination is the one weapon in the war against reality!!! aniruddhaloya.blogspot.com

    JavaScript javascript tools help learning

  • Rounding a calculation to the nearest 0 or 5
    A Aniruddha Loya

    Use

    Math.round( n /5) * 5;

    where n is the number you are looking to round off.

    Imagination is the one weapon in the war against reality!!! aniruddhaloya.blogspot.com

    JavaScript javascript tools help learning

  • Any one for game development?
    A Aniruddha Loya

    Hi I'm very interested in game programming but like you haven't done much in this space. Currently working on a HTML5 game. I'm new to this field and do not have experience on the libraries you mentioned but would be interested to chip in some work by stealing some time here and there.

    Imagination is the one weapon in the war against reality!!! aniruddhaloya.blogspot.com

    Game Development c++ game-dev question

  • How to configure email system in xampp server
    A Aniruddha Loya

    Welcome :) Hope your email server is up and running :) P.S. Please accept the answer (if there is a provision to do so)... will help others to know that the solution works

    Imagination is the one weapon in the war against reality!!! aniruddhaloya.blogspot.com

    Linux, Apache, MySQL, PHP php sysadmin tutorial learning

  • How to configure email system in xampp server
    A Aniruddha Loya

    You need to configure Mercury Mail Transport System that comes with XAMPP Loads of blogs available about how to go about doing it... one such blog article is here[^]

    Imagination is the one weapon in the war against reality!!! aniruddhaloya.blogspot.com

    Linux, Apache, MySQL, PHP php sysadmin tutorial learning

  • Hosted Source Control
    A Aniruddha Loya

    Try Git - available both in free and paid version via GitHub or you can host your own as well Imagination is the one weapon in the war against reality!!! aniruddhaloya.blogspot.com

    Free Tools question

  • fatal error LNK1168: cannot open x.dll for writing
    A Aniruddha Loya

    Did you find a solution to this? I'm facing a similar problem working on creating ShellExtensions. Thanks!

    C / C++ / MFC com help question announcement
  • Login

  • Don't have an account? Register

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