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

30 Posted Topics

Member Avatar for jiten702

Coding the frontend will always be in HTML with CSS and JavaScript ’cause that is the language of any web page so html ,css and javascript sites is best for seo.

Member Avatar for Gamerseo
2
752
Member Avatar for Botoho

This class can store variable names and values in MySQL database. It takes as parameters a database connection to a MySQL database MySQLi object and the name of a table. The class can store and retrieve the values of variables in the table. The type and the name of the …

Member Avatar for Mr.M
1
448
Member Avatar for Zinavo

**Head tag:** The HTML <head> element provides general information (metadata) about the document, including its title and links to/definitions of scripts and style sheets. **Header tag:** The HTML <header> element represents a group of introductory or navigational aids. It may contain some heading elements but also other elements like a …

Member Avatar for Dani
0
8K
Member Avatar for Zinavo

yes,and you can use different framework like django,web2py,cherryPy etc.. for web development.

Member Avatar for hussainmujtaba
0
399
Member Avatar for dlyrikal

check this,hope it helps #include <iostream> using namespace std; int main() { string str; cout << "Please enter your name: \n"; getline(cin, str); cout << "Hello, " << str << " that's how getline works!\n"; return 0; }

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

hope it help. #include<iostream> using namespace std; int main() { int a[5]; int i; for ( i = 1; i < 6; i++ ) a[i] = i; for ( i = 1; i < 6; i++ ) cout << i << ' '; return a[i]; }

Member Avatar for anand9796
0
524
Member Avatar for Sappie

A **Global** variable is defined outside all functions.The scope of a global variable is the whole program and It can be used and changed at any part of the program after its declaration. By making class and class member **Public** you can use it in any part of program using …

Member Avatar for anand9796
0
193
Member Avatar for Bhavini_2

@Bhavini_2 for sql:" SELECT FORMAT (getdate(), 'dd-MM-yyyy') " this syntex works!

Member Avatar for anand9796
0
301
Member Avatar for iramsweet

1.HTML5 supports both audio and video whereas none of these was a part of HTML. 2.HTML does not allow JavaScript to run within the web browser whereas HTML5 provides full support for JavaScript to run in the background. 3.In HTML5, inline MathML and SVG can be used in text whereas …

Member Avatar for anand9796
0
364
Member Avatar for janicemurby

<!DOCTYPE html> <html> <head> <title>ygfrnk</title> <style> .centered { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); </style> </head> < body> <div class="container"> <img src="img.jpg" alt="img" style="width:100%;"> <div class="centered">center</div> </div> </body> </html>

Member Avatar for anand9796
0
749
Member Avatar for jeffersonalomia

here,it is <?php $servername = "localhost"; $username = "username"; $password = " "; $dbname = " ";//your database name try { $conn = new PDO("mysql:host=$servername;dbname=$dbname", $username, $password); $conn->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); $sql = "INSERT INTO MyGuests (firstname, lastname, email) VALUES ('Nevil', 'Roy', 'nevilroy@example.com')"; $conn->exec($sql); echo "Record Inserted successfully"; } catch(PDOException $e) { …

Member Avatar for pritaeas
0
443
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
380
Member Avatar for Pham_3

try this! <!DOCTYPE html> <html> <frameset cols="100%"> <frame src="frame_a.htm" style="border:medium double rgb(0,0,255)"> </frameset> </html> use css to apply frame border and style.

Member Avatar for reyimar
-1
304
Member Avatar for Sherin Mathew

Hi, The** cellpadding** attribute specifies the space, in pixels, between the cell wall and the cell content. The **cellspacing** attribute specifies the space, in pixels, between cells.

Member Avatar for Dani
0
279
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
268
Member Avatar for Ashley_16

Hi, The following liink will help you [Carousel animations](https://www.jssor.com/development/tool-slideshow-transition-viewer.html)

Member Avatar for Purvi_1
0
550
Member Avatar for "ICode"

The following link will help you. [Link](https://www.c-sharpcorner.com/article/sending-sms-using-C-Sharp-application/)

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

I think there should be Column_name insted of Database_name and there should be **"if @mxdbvlu is null"** insted of **"if @mxdbvlu = null"** I tried after these changes and its working

Member Avatar for john_111
0
4K
Member Avatar for amby
Member Avatar for johnalexa

A class can implement any number of interfaces but can extend only one class. Multiple inheritance is not supported because it leads to deadly diamond problem. However, it can be solved but it leads to complex system so multiple inheritance has been dropped by Java founders.

Member Avatar for Deep986
0
360
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
195
Member Avatar for SharkJr
Member Avatar for anand9796
0
418
Member Avatar for anand9796
Member Avatar for alan.davies
0
214
Member Avatar for Pranu_1

public static void SendEmail(string ToEmail) { var MailSubject = "Test email"; var MailBody = "Hi This is a test mail."; string FromMail = "abc@gmail.com"; string Password = "********"; SmtpClient client = new SmtpClient(); client.Port = 587; client.Host = "smtp.gmail.com"; client.EnableSsl = true; client.Timeout = 10000; client.DeliveryMethod = SmtpDeliveryMethod.Network; client.UseDefaultCredentials = …

Member Avatar for anand9796
0
556
Member Avatar for JQB45

[Tutorial Link](https://www.tutorialsteacher.com/mvc/asp.net-mvc-tutorials) May be this can help you

Member Avatar for Daniel11
0
552
Member Avatar for Stefce

**I think the way you are calling function is not right ** **You should try this code ** <!DOCTYPE html> <html> <body> <canvas id="myCanvas" width="200" height="100" style="border:1px solid #d3d3d3;"> Your browser does not support the HTML5 canvas tag.</canvas> <script> var c = document.getElementById("myCanvas"); var ctx = c.getContext("2d"); ctx.beginPath(); ctx.arc(30, 30, …

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

[This can help you](https://www.careerride.com/ASP-NET-events-in-GLOBAL-ASAX-file.aspx)

Member Avatar for Pranu_1
0
400

The End.