Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~2K People Reached
About Me

Cute Princess

Interests
Travelling
PC Specs
Php,Python,Ruby,Java,ASP,
Member Avatar for rani_4

I have record with strings: record id value type sn 1 aaaa181c1c3e9997 single sn 2 caca381c1c3e6483 masculine These are almost 500+,they are stored in mysql which i fetch,converting record to 64bit(bitcout work only integer),they are returned as all queires stored,not most like.I use code: SELECT * FROM MY_TABLE ORDER BY …

Member Avatar for cereal
0
341
Member Avatar for rani_4

Actually, i protected my files in pendrive using usb security kakasoft but now it hidden in a bad way and i am not able to get them back.I scanned with antivirus makeing sure it is hidden and file is in pendrive.Now how to recover it?You can see scan log screenshot …

Member Avatar for tobyITguy
0
712
Member Avatar for rani_4

Say,I'm displaying video in canvas and want to stop it whenever mousehover it.I have tried a lot, Please help what is problem in code?It also doesn't giving any error. <!DOCTYPE html> <head> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <title>Playing YouTube video on HTML5 canvas</title> <meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0, width=device-width" /> <style type="text/css"> html, …

0
74
Member Avatar for rani_4

Say i have a html5 vedio with mouse hovering of pausing and running in relation to cursor and code is working finely.I useing code as: from.js: // something along that var vid = document.getElementsByTagName("video"); [].forEach.call(vid, function (item) { item.addEventListener('mouseover', hoverVideo, false); item.addEventListener('mouseout', hideVideo, false); }); function hoverVideo(e) { this.play(); } …

Member Avatar for gabrielcastillo
0
222
Member Avatar for rani_4

In a query say i have a image path that have multiple images stored as path=http://localhost/images/xyz.When i run the code: <?php //Retrieves data from MySQL mysql_connect("localhost", "root", "") or die ("Could not save image name Error: " . mysql_error()); mysql_select_db("dawat") or die("Could not select database"); $data = mysql_query("SELECT 'images_path' FROM …

Member Avatar for rani_4
0
558
Member Avatar for [UKC]Shadowman

Hi all, just a quick ? for you, can you recomend a good data revovery program please. A free one would be nice, My sisters chap re set windows7 back to factory settings without saving the pictures of there Kids (you can imagine the atmosfear at there house) so I …

Member Avatar for [UKC]Shadowman
0
166