Click here to Skip to main content
Page 1 of 18
Page Size: 10 · 25 · 50


Tag filtered by:  HTML5 [x]
Article 13 May 2013   license: CPOL
NY Trivia Quiz w/backend Database migration to Azure cloud
Answer 13 May 2013   license: CPOL
Regarding scope there are so many technologies available rather than asp, php etc. You can jump to Embedded System .But choose technology in which you are capable, in which you can do better.php , asp.net ,html5 all hav equal scope if you have the talent.
Answer 12 May 2013   license: CPOL
Please do not post the same question repeatedly.The answer has not changed since yesterday!Plz tell me which languages better and demanded in markaet about asp.net and php[^]
Question 12 May 2013   license: CPOL
I a general question. what technology should i choose- php vs asp.net and html5? I have tried to find it myself but there are many different opinions about that topic. Is there any general rule or methodology which can help me decide?
Article 12 May 2013   license: CPOL
Create a simple cms project starting with bootstrap based layout
Article 11 May 2013   license: CPOL
Canvas Control Library provides highly customizable controls using the HTML5 Canvas element. Also includes a new Forms based system which is a new way to build your web pages and websites.
Question 11 May 2013   license: CPOL
$.ajax({ url: home.aspx+ '?rel=tab', success: function(data){});I am using this method to page load without refreshment but it take too much time to load entire page load so do we have any other option
Question 11 May 2013   license: CPOL
hi All,i m using the slider but their is some mistake in increase the size problem is :- when i increase the size of the text it take the previous value of the size Example:-First write the text any size after that i set the size 10 after that again set the size 20 then it take the size...
Article 10 May 2013   license: CPOL
Tutorial showing how to build an iOS or Android app using Azure Mobile Services with HTML5 and JavaScript in Visual Studio.
Tip/Trick 7 May 2013   license: CPOL
3 different techniques of adding hyperlinked image to ASP.NET GridView in data-centric RIA
Answer 7 May 2013   license: CPOL
HTML5 is possible in MVC TOO.Following will help you with few...
Answer 7 May 2013   license: CPOL
Here are a few that I would use in order of preference.Twitter Bootstrap:twitter.github.com/bootstrap/HTML5 Boilerplate:http://html5boilerplate.com/Foundation by Zurb:http://foundation.zurb.com/All of which can be responsive.
Question 7 May 2013   license: CPOL
Hi,Can any one suggest me that HTML 5 templates will support to MVC3/MVC4??Thanks in advance.
Question 6 May 2013   license: CPOL
Hi All, I am facing one problem in canvas(HTML5) that is when i uploading the image from the system then show the image in the small canvas. and when i am editing on the image like writing text , rotation etc on the image then i just want to effect the original image not on the show in the...
Article 4 May 2013   license: CPOL
An app for writing day to day diary with multimedia features.
Answer 4 May 2013   license: CPOL
//this is how resizable rectangle]]> #canvas1 { position: relative; } #canvas1 { border: 2px solid #000; } #canvas1 { position: absolute; top: 120px; left: 50px; } canvas can not display html5 var...
Question 4 May 2013   license: CPOL
i want to display stretchable rectangle in html5 canvas,please tel me how to do it
Answer 3 May 2013   license: CPOL
You can't. You have to translate the mouse position into a position on your canvas, then determine whether that position is inside or outside your figure. The isPointInPath function[^] should help you out.Or you could use a library to do all the hard work for you:...
Question 2 May 2013   license: CPOL
hi everyone,how can I make mouseevent only when I cross shape(made by lineTo(),not whole canvas)?var canvas_attic = document.getElementById('attic'); var context_attic = canvas_attic.getContext('2d'); canvas_attic.addEventListener('mousemove', function(evt) { ...
Answer 2 May 2013   license: CPOL
]]> #myCanvas { position: relative; } #myCanvas { border: 2px solid #000; } #myCanvas { position: absolute; top: 5px; left: 5px; } Your browser does not support the HTML5 canvas tag. // Keep everything in...
Answer 2 May 2013   license: CPOL
]]> #myCanvas { position: relative; } #myCanvas { border: 2px solid #000; } #myCanvas { position: absolute; top: 5px; left: 5px; } Your browser does not support the HTML5 canvas tag. // Keep everything in...
Question 2 May 2013   license: CPOL
how to change rectangle coordinates dynamically in html5. here is my code.please any one tel me
Article 2 May 2013   license: CPOL
A list of the top 10 HTML 5 interview questions
Question 2 May 2013   license: CPOL
I want to use This Scroller[^] It is exactly what i need except that i want it to stop autoscrolling once it has reached its end. How can i do so? please help.
Question 2 May 2013   license: CPOL
I am looking for a scroller which auto scrolls to the end and stops and switches to manual navigation. I tried googling, there are thousands of scrollers but i need one with both autoplay and manual scroll funtionality. Where user can also switch to manual scroll with a single click while it is...
Answer 1 May 2013   license: CPOL
Hi...U can write code within div tag.after div,ul then within li tag write it.li style="removed: wait" its may helpful to u!
Answer 1 May 2013   license: CPOL
Excellent description is available on these links:Busy mouse cursor when page loading in ASP.NETChange the cursor to a Wait cursor in ASP.NET
Question 1 May 2013   license: CPOL
I want to show to the busy cursor in result is loading. and completed the loading hide the busy cursor.
Tip/Trick 1 May 2013   license: CPOL
This tip will help you to communicate with a cross domain Iframe which is added in the form.
Answer 1 May 2013   license: CPOL
lets see if this one can help you function allowDrop(ev){ ev.preventDefault();}function drop(ev){ev.preventDefault(); var textToDraw=ev.dataTransfer.getData("Text"); var ctx=document.getElementById("canv1").getContext("2d"); ctx.font =...
Question 1 May 2013   license: CPOL
Hi,I have searched a lot to drag the text drawn over it using fillText() method of JS over canvas.Any help on this will be much appreciated...
Answer 30 Apr 2013   license: CPOL
I am also waiting for the answer of this problem...
Answer 28 Apr 2013   license: CPOL
Hello,Try changing the PHP code as shown below.while (($file = readdir($dh)) !== false) { if ($file == ".") { echo '..'; } elseif ($file == "..") { echo '..'; } else { echo ''. $file . ''; echo ''; $i = $i + 1; }}Your...
Question 28 Apr 2013   license: CPOL
I am creating a Video List dynamically. Here, I have added javascript onclick event dynamically; But, I have to call a javascript function which get parameter from php. here is my php code:while (($file = readdir($dh)) !== false) { if ($file == ".") { ...
Tip/Trick 27 Apr 2013   license: Public Domain
How to customize HTML5 form validation with JavaScript and CSS
Question 27 Apr 2013   license: CPOL
I want to set a poster in html5 video tag automatically while page is loading. Thus why, I am using a jquery here: $(document).ready(function(){ var vid = $('#v0')[0]; vid.onplay = vid.onclick = function() { ...
Answer 27 Apr 2013   license: CPOL
add this $(function(){ $('.mybuttons').click(function() { doButtonPress(this.id.replace('button_', '')); //this.id.replace('button_', '')
Answer 27 Apr 2013   license: CPOL
First the body tag should be like this.this should be like thisyou write "önload" it should be "onload"
Question 27 Apr 2013   license: CPOL
I have a java-script function which will generate buttons dynamically in my html page. My java-script is: function myFunc(target_div,num_buttons) { var buttons = ""; for (var i = 0; i
Article 26 Apr 2013   license: CPOL
Florian Rappl, a 28-year-old PhD student at the University of Regensburg in Germany, won the Windows* 8 & Ultrabook™ App Innovation Contest for creating Sumerics, an app that performs a complex analysis of Ultrabook™ device sensor data and displays the results in visually compelling 2D and 3D graphs
Question 25 Apr 2013   license: CPOL
I am creating video list dynamically. My code is here:while($row=mysql_fetch_array($res)){ $post=$row['post']; $link=$row['link']; $HTML.=''; $HTML.=''.''.$post.'/'; $HTML.='';}And I have a video...
Question 25 Apr 2013   license: CPOL
Hi,I have dynamically created a video list from my database. For that I have done my code in php:$query = "select post,link from pagination order by id desclimit $pageLimit," . PAGE_PER_NO;$res = mysql_query($query);$count = mysql_num_rows($res);$HTML = '';$countli = 1;if...
Question 24 Apr 2013   license: CPOL
I want to play video.wmv in -html5 tag. Is it possible to play .wmv format in html5 tag? Or is it possible to convert .wmv file to any other supported format to run in html5 ?
Answer 20 Apr 2013   license: CPOL
My answer is a bit of-topic, but..Quote:i am very confuse about HTML5 (i don't know anything about HTML 5)Start here: HTML5 (Windows)[^]Building Apps with HTML5: What You Need to Know[^]Building an HTML5 ASPNET MVC4 based website Part2[^]And finally:HTML5 Quick Start Web...
Question 20 Apr 2013   license: CPOL
Hi , Last 4 month i have learn MVC 4 using razor engine. i am very confuse about HTML5 (i don't know anything about HTML 5)what is the differecne in HTML5 and ASP.NET Razor . and how to use in MVC 4 if anybody have any link regarding this Please share with me Thansk
Tip/Trick 19 Apr 2013   license: CPOL
How to create Tree View Control by HTML5 only.
Answer 18 Apr 2013   license: CPOL
PHP is just one of the languages available for server side programming. You have many possibilities. Have a look at this Wikipedia page: "Server side coding"[^] for an overview.

Page 1 of 18
1 2 3 4 5 6 7 8 9 10


Advertise | Privacy | Mobile
Web01 | 2.6.130513.1 | Last Updated 13 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid