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
R

Rahul VB

@Rahul VB
About
Posts
198
Topics
20
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to change the theme in javascript?
    R Rahul VB

    Thanks :)

    JavaScript javascript tutorial question

  • Hahahahahahahahahahah! This is so funny!
    R Rahul VB

    Indeed it is :-D But this[^] is funny and cute both together. :laugh: I think i have shared this link earlier before.

    The Lounge com question

  • How to change the theme in javascript?
    R Rahul VB

    A simple google search gave me below few links: 1. Switching themes[^] 2. Using JavaScript to Change a Cascading Style Sheet (CSS) Dynamically [^] 3. How to change theme(Multiple theme) of web page using javascript and CSS[^] You will have to try a combination from the above to see what happens.

    JavaScript javascript tutorial question

  • Up voting your own article
    R Rahul VB

    Sorry dint check older posts. Thanks for updates

    Site Bugs / Suggestions question

  • Up voting your own article
    R Rahul VB

    Hello Friends, I just observed a thing, i up voted my own article (I tried this experiment a couple of times). When i saw my "Reputation History" i was awarded 10 points, but the total count was not updated. I feel we should not be able to up vote any of our own articles (only others should). Has any one faced such situation?

    Site Bugs / Suggestions question

  • Learning new language ?!
    R Rahul VB

    I agree, my mistake. I will take care from next time. Was very busy with work, so dint pay attention to details. Sorry for inconvenience.

    Work Issues question career csharp java php

  • Learning new language ?!
    R Rahul VB

    Quote:

    I don't know the management thought about my carrier

    Every thing depends on your interest, if your interest is in C# i.e. if your career before was in C# and Ruby and is now being deflected from the path you wanted it to be, in this case i would suggest you to practice C#/Ruby (Spend some time irrespective of the current project). This would be helpful for your interviews.

    Quote:

    is my company good to work?

    If you are being asked to work on a different language, you can work on it but giving higher priority to your interest / career path. However working on different languages/domain does not make your company bad. Remember one thing : Every thing is market driven. Your company will do what ever it has to for executing the projects (i.e learning new languages, new domains. If it is a service based company. I don't have an idea of a product based company)

    Quote:

    Is it worth to learn another language which is called as PHP? will I face any problem while attending job interview?(periodically, I am shifting from one language to another)

    A practical thing is that no person can be a master of all (unless you have a vast experience). I would say focus on one language. But as the company demands work on others as well. So as i said, no company is bad unless it offers you a reasonable salary and the work being given is aligned with the market. I have been working in both development and testing projects for the past 5 to 6 years. All depends on market as i already said. Best of luck

    Work Issues question career csharp java php

  • variable undefined
    R Rahul VB

    Just try to fetch the value of "x" in the below code outside "myFunction"

    x = xmlDoc.getElementsByTagName("videoName")[0];

    I am wondering, if the value of "x" is dying out. I also cant see the closing braces of "myFunction" or no return value of "x" from the function. Is the below code a part of "myFunction" ?

    var x, xmlDoc, videoName;
    xmlDoc = xml.responseXML;
    x = xmlDoc.getElementsByTagName("videoName")[0];
    videoName = (x.textContent);
    alert (videoName);

    var playerURL = "http://" + getCookie("MediaServerGeneral") + "/IVP/demo.htm?XMLName=" + var2 + "&MediaFileName=" + videoName;

    If so, just try out reading the value of the element out side the function and see. Please let me know the result once. Thanks

    JavaScript question tools xml

  • Code to move window not working.
    R Rahul VB

    That was an excellent thread ! Very nice OG :thumbsup:

    C# csharp linq graphics question lounge

  • Just Found This
    R Rahul VB

    Thats a wonderful observation !!! :thumbsup:

    The Weird and The Wonderful help

  • How to develop my communication skills needed for a software project development
    R Rahul VB

    I suggest along with spoken English course, start watching English movies (First with subtitles). Join a chat room or something. Frequent chatting in English (and only in English) will make you think in the same language. Think in English, the language in which you think also molds your communication skills

    Work Issues tutorial business

  • Freecodecamp or courseforward. Worth it?
    R Rahul VB

    Hi Kurt, I went through : freecodecamp [^] It feels like code project, i mean the discussion etc are almost the same. So why not join code project it self. I would better suggest either W3Schools or may be tutorials Point to learn the basics. You have a try it editor there, so you can very well practice as well. I would then recommend going to such sites for advancing to the next level. Thanks, Rahul

    Work Issues learning com help question

  • Interactive training
    R Rahul VB

    Hi Vincent, Nice post. I have some ideas: 1) If you feel, you can tell them before the training to think of an idea. - Realize that idea into an algorithm. In the training you can discuss the algorithm. In fact you can hold one more session to discuss the coding part of it(Filter out the people whose idea is innovative). - This way, may be some of them can even come up with a patent of their own. - Development includes innovation as well. 2) Or, an interactive session could be some thing like giving them a complex piece of code in the training and telling them to give their thoughts on it. - Thoughts could be code optimization - Impending/Current bugs in the code 3) A reverse of the point 2 could be fruitful as well, i.e. telling them to find out a code full of bugs. - You can have a "lessons learned" session to not write such a code (Which we very frequently have :) ). I would also suggest to not give this task in pairs in the beginning, this would help every one to speed up as soon as possible. It could also happen that the first session might not fruitful, but consecutive sessions will work fine. Once you gain the momentum, you can keep this session once a week. Thanks, Rahul

    Work Issues sysadmin algorithms collaboration help question

  • Delegates with Events
    R Rahul VB

    Thanks for the reply, actually even i wanted to dig deep into this topic.

    C# question tutorial

  • Multi Developers Working On The Same Project
    R Rahul VB

    Hello, So you are using visual studio. Which language are you using? I asked this because if you are using C# then by using Partial class concept you people can create seperate files and check it in. Due to this the implementation of the functionality can be distributed, however it will be bound to the same class at execution time. Thanks

    Application Lifecycle sysadmin

  • 11 life lessons are not taught in your university
    R Rahul VB

    Hi OG, So this means recruitment through code project? never thought so. But nice stuff OG... you are vigilant:cool:. Thanks, Rahul

    The Lounge career sysadmin business tutorial lounge

  • 11 life lessons are not taught in your university
    R Rahul VB

    Hi OG, But how did you know that he is a spammer, i mean i am not challenging you. Its just curiosity because i do get weird mails but never paid attention :-\ Thanks, Rahul

    The Lounge career sysadmin business tutorial lounge

  • Stupid Problems
    R Rahul VB

    Respected Sir,

    Quote:

    Google let's you use their SMTP, unless you are dumb enough to use it from a different machine, then it will programmatically lock you out.

    :thumbsup: its always good to put a helmet(as you are), you might encounter an exception :laugh: Thanks a ton, Rahul

    The Lounge csharp com sysadmin business tools

  • Labrador defends the house against a Ninja :) :) :)
    R Rahul VB

    Hello Friends, I have a same dog(lab). This video reminded me of him. Cute Dog[^] Thanks a ton, Rahul :laugh:

    The Lounge com question

  • image processing
    R Rahul VB

    Hello Sir, i read your profile. Very nice and the most important thing:

    Quote:

    to change people's lives for the better

    was the most phenominal thing. Cheers, - Rahul

    The Lounge question csharp java python 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