Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
29% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
6
Posts with Downvotes
6
Downvoting Members
2
1 Commented Post
0 Endorsements
Ranked #44.2K
Ranked #4K
~11.3K People Reached
Favorite Tags
Member Avatar for happygeek

According to research from data recovery specialists Kroll Ontrack, some three quarters of those workers that had lost data on a broken device didn't attempt to ensure that information was irretrievable before disposing of the hardware. ![dwebdatarip](/attachments/large/0/dwebdatarip.jpg "dwebdatarip") It doesn't matter whether the hardware itself is a PC or laptop, …

Member Avatar for Backgroundsun
2
2K
Member Avatar for newviewit.com

First it was geocities, then myspace, then facebook... with the current backlash against Facebook selling out and ruining peoples privacy it looks like Facebook is going to loose customers. Did you know that almost anyone can see anything about your profile - pics, feeds, comments, etc through Facebook new privacy …

Member Avatar for idontcareit
0
1K
Member Avatar for jsherm101

Microsoft is just about over the three day hump that has been their timid Windows 8 release, and amid the [cries of anger](http://www.daniweb.com/hardware-and-software/microsoft-windows/windows-vista-and-windows-7-8/news/438107/windows-8-launch-three-year-user-backlash-predicted) over die-hard user, it's apparent Microsoft's move toward Windows 8 was one for the long term, not the short time. ![Win8-logo1](/attachments/small/3/Win8-logo1.jpg "align-left") While some jump to call …

Member Avatar for Tcll
0
532
Member Avatar for Lethugs

How can I specify the Server of my database when I make my project executable I have this module I call everytime i modify my database Public Sub main() constr = "Data Source=.\SQLEXPRESS;AttachDbFilename=C:"database file".mdf;" & _ "Integrated Security=True;Connect Timeout=30;User Instance=True" Con = New SqlConnection(constr) Try Con.Open() 'MsgBox("Server Connection is Open …

Member Avatar for john.knapp
0
804
Member Avatar for yolanda.johnson.7906

MY husband bought a used laptop from a friend of a friend. Upon turning on the unit, we found that it did not have a genuine version of Windows7. He has been using the internet and being a very new user, he seems to have downloaded major problems with his …

Member Avatar for djroop
0
129
Member Avatar for gon1387

Hi Everyone, I've been looking for good javascript projects to join. Are there any projects you can advice? I've researched a lot. (with the help of Google. :D) But would also love to get advices from people who have/had worked at an opensource project here. I would also love to …

Member Avatar for gon1387
0
272
Member Avatar for ruchi18

Hi, I have a jsp file which call java class file function passing connection as a parameter all was working fine once but when i changed few code in java file and compli it complied successfully but jsp file still giving previous class function output. I am working on amezon …

Member Avatar for ruchi18
0
182
Member Avatar for duffman69

Hi I have been reading so many tutorials but can't seem to get anywhere, with what I thought would be a simple task. I have an xml file outputted from some software in the vague format: <root> <one>data</one> <two>more data</two> <three> even more data</three> </root> Fairly straight forward data, nothing …

Member Avatar for raihan.ikbal
0
208
Member Avatar for ghersese

Hello, It is my first time to post here. I have been spending many hours trying to figure out how to get imagedata from my MYSQL database. I have tried these following codes but it wont work for me. view.php <html> <head> </head> <body> </body> <?php include "dbconn.php"; $sql = …

Member Avatar for veedeoo
0
3K
Member Avatar for webline

Hi. Dear php coders... I need someone to help modify the attached ecommerce software. I want to skip "ADDRESS" step in chekout process. If someone knows this ecommerce platform and can help to customize it, please let me know where and what part of code i need to change. I …

Member Avatar for webline
0
243
Member Avatar for riotburn

I have the below class that yields this error for the lines I commented. The error I get is ISO C++ forbids taking the address of an unqualified or parenthesized non-static member function to form a pointer to member function. Say ‘&FD_Euro_Put::f’ The signature for Forward Euler is: Eigen::MatrixXd B::Forward_Euler(double …

Member Avatar for rafea fheely
0
302
Member Avatar for java123456

hey guys so i am having a problem in my assinghmnet . i am making a text file and it has to import to java and make a table from the text file . so there is what the txt file looks. 3 // this should be the rows 1,2,3, …

Member Avatar for subramanya.vl
0
260
Member Avatar for nseeley3

Hey! So I am new at programming, Pretty much all of my knowledge is Arduino, Processing, and Lua. I was wondering if anyone had any advice about which direction I should go from here. I would want somthing that is Compatible with Windows, Mac, and Linux (possibly BSD). Thanks in …

0
51
Member Avatar for vmanes

This is for the more experienced folks. Recently I found that in Visual C++ 2010 (and 2012, not sure about earlier versions) one can use a std::string as the file name argument for the .open( ) function. I've always known the .open( ) function to take only char* (C-style) strings …

Member Avatar for NathanOliver
0
1K
Member Avatar for asaidi

Hi i have an email script in php send emails to client automatically with attachement ..the problem with gmail i can get the pdf attachment no problem.. with outlook there ie a problem that the attachement is not openning said pdf not readable with thunderbird the attachment is empty size …

Member Avatar for asaidi
0
465
Member Avatar for moeketsi.mathe
Member Avatar for ndeniche
0
146
Member Avatar for Jorox03

I am writing a program which converts a Gregorian calender date to a Julian day number. I am having some problems implementing the portion which includes time. For reference - http://en.wikipedia.org/wiki/Julian_day (scroll to calculation section) My code: jdn_t gregorian_to_jdn_with_time( year_t year, month_t month, day_t day, hour_t hour, min_t min, sec_t …

Member Avatar for Jorox03
0
195