Thanks :)
Rahul VB
Posts
-
How to change the theme in javascript? -
Hahahahahahahahahahah! This is so funny! -
How to change the theme in javascript?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.
-
Up voting your own articleSorry dint check older posts. Thanks for updates
-
Up voting your own articleHello 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?
-
Learning new language ?!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.
-
Learning new language ?!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
-
variable undefinedJust 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
-
Code to move window not working.That was an excellent thread ! Very nice OG :thumbsup:
-
Just Found ThisThats a wonderful observation !!! :thumbsup:
-
How to develop my communication skills needed for a software project developmentI 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
-
Freecodecamp or courseforward. Worth it?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
-
Interactive trainingHi 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
-
Delegates with EventsThanks for the reply, actually even i wanted to dig deep into this topic.
-
Multi Developers Working On The Same ProjectHello, 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
-
11 life lessons are not taught in your universityHi OG, So this means recruitment through code project? never thought so. But nice stuff OG... you are vigilant:cool:. Thanks, Rahul
-
11 life lessons are not taught in your universityHi 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
-
Stupid ProblemsRespected 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
-
Labrador defends the house against a Ninja :) :) :) -
image processingHello 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