Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
21% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
7
Posts with Downvotes
7
Downvoting Members
2
1 Commented Post
Member Avatar for jiten702

Hi all... There are several different web programming languages available....all with different features and different capabilities...but as far as SEO is concerned,which is the most SEO friendly programming language? Is it PHP,ASP or HTML ?

Member Avatar for Gamerseo
2
740
Member Avatar for Botoho

For example. I have a select statement that is "select ID from students where student name ='name';" Now I don't wanna echo the student ID but I wanna store it in various where I can reuse it. How do I do it. "select ID from students where student name ='name';"

Member Avatar for Mr.M
1
430
Member Avatar for Zinavo
Member Avatar for Zinavo
Member Avatar for dlyrikal

so im trying to use the getline function on c++ withe codeblocks app but anytime i use the function which has the format *getline(iostream,variable);* it keeps ignoring the first letter or word before the space for eg in this sample cout<< "enter your full name"<<endl; //user : samuel forson cin>> …

Member Avatar for anand9796
0
135
Member Avatar for ali john naqvi

How should i give space between my output numbers while i am storing them in an array ?Like if i ask user to enter numbers and one entered 12345 ,i want to display them as 1 2 3 4 5

Member Avatar for anand9796
0
522
Member Avatar for Sappie

As I'm getting to know about inheritance in C++, one thing that has stuck in my mind is using **public** keyword before **class_name** as in- class Derived: public Base {} What I wonder is that why do we need to make a class **public** that's already outside the *main* function? …

Member Avatar for anand9796
0
192
Member Avatar for Bhavini_2

Hi, I am new with sql server. I want my date formate like dd-mm-yyyy.. but i could not able to do so. please help me and give me proper syntex fro the same

Member Avatar for anand9796
0
296
Member Avatar for iramsweet
Member Avatar for janicemurby

hi my husband is customising a website template and wants to add content over a teransparent image but when he adds the tex it goes underneath how can he do this here is where the image is placed `<div id="homepage" class="clear">` `<section class="main_slider"><img src="images/demo/1200x400.gif" alt="">` `</section>` and a preview of …

Member Avatar for anand9796
0
741
Member Avatar for jeffersonalomia

How to insert data in sql server 2012 express using php pdo in wamp server 3? What connection string I need to use to connect in the database?

Member Avatar for pritaeas
0
435
Member Avatar for anand9796

$(document).ready(function(){ var obj1 = { } var obj2 = { } if(obj1 === obj2) { alert('true'); } else { alert('False'); } }); Why if(obj1 == obj2) returns false eventhough obj1 and obj2 are objects of same type?

Member Avatar for Dani
0
374
Member Avatar for Pham_3
Member Avatar for reyimar
-1
302
Member Avatar for Sherin Mathew
Member Avatar for anand9796

Hi, I am creating a form in asp.net mvc @Html.EditorFor(model => model.Password, new { htmlAttributes = new { @class = "form-control" } }) How to set input type=password in above code. I have tried password for but it makes changes to web design

Member Avatar for pritaeas
0
258
Member Avatar for Ashley_16

I am creating a web slider (responsive), but I need it to have a wave transition, what would be my best option? Thanks.

Member Avatar for Purvi_1
0
540
Member Avatar for "ICode"

i dont know if im suppose to post it here or in the C# form, but since im using it in a ASP.NET projet ... i'll write it here. how can i send an SMS from a PC to a phone, and in details please, explaining EVERY step thanks you. …

Member Avatar for anand9796
0
2K
Member Avatar for anand9796
Member Avatar for pankaj_patel
0
348
Member Avatar for JModak

All Time Show Null value Please help me what is the wrong in my code declare @mxdbvlu int declare @dbvlunm int set @mxdbvlu= (select max(Database_name) from TBL_FY_SELECT_1) if @mxdbvlu = null set @dbvlunm=1000 else set @dbvlunm=sum(@mxdbvlu+1) select @dbvlunm,@mxdbvlu

Member Avatar for john_111
0
4K
Member Avatar for amby

Hi, I have to pass string entered in the input text to server method calling through jquery ajax. But its not going through. can please somebody tell me what i m doing wrong here. Below is the code: [CODE]$.ajaxSetup({ cache: false //timeout: 1000000 }); function concatObject(obj) { strArray = []; …

Member Avatar for anand9796
0
9K
Member Avatar for johnalexa

Hi, I am John and pursuing graduate, my question is why Java or oops language does not use multiple inheritance? This is nightmare for me. My exam is coming soon. Please provide me a good answer

Member Avatar for Deep986
0
355
Member Avatar for anand9796

In JavaScript "11" + 1 is 111, but "11" - 1 gives 10 How? Can anyone please help me with this ?

Member Avatar for rproffitt
0
193
Member Avatar for SharkJr

after i key-in the form, the function change the whole column with the same value for example if i put first name JOHN it will update whole column with JOHN <?php session_start(); require_once("connection.php"); if (isset($_POST['edit'])) { session_start(); $s=mysqli_query($con,"UPDATE user SET first_name ='" . $_POST['first_name'] . "'"); $row = mysqli_fetch_assoc($s); if …

Member Avatar for anand9796
0
413
Member Avatar for anand9796
Member Avatar for alan.davies
0
209
Member Avatar for Pranu_1

I Write code to send e-mail from an ASP.NET application..Is this correct for that or need some changes..any changes in the code will be happilly acceptable.. MailMessage mailMess = new MailMessage (); mailMess.From = "abc@gmail.com"; mailMess.To = "xyz@gmail.com"; mailMess.Subject = "Test email"; mailMess.Body = "Hi This is a test mail."; …

Member Avatar for anand9796
0
552
Member Avatar for JQB45

Does anyone here know MVC well enough to teach me or know of a great tutorial I can read? I'm a Senior C#, ASP.NET Web Developer at my core but since I've been under employed for a few years I have not had the chance to learn MVC. Also interested …

Member Avatar for Daniel11
0
548
Member Avatar for Stefce

Am trying to draw three circles on the page but nothing shows up, anyone can tell me what is wrong here? <body> <canvas id="myCircle(3)" width="60" height="60"> Your browser does not support JavaScript, please update it before you continue</canvas> <script type="text/javascript"> function myCircle(myCircle) { var c = document.getElementById("myCircle"); var ctx = …

Member Avatar for anand9796
0
3K
Member Avatar for anand9796
Member Avatar for anand9796
Member Avatar for Pranu_1

What are the different event handlers that can have in Global.asax file?

Member Avatar for Pranu_1
0
397