-
Began Watching Any Advice?
Looking for advice on how to promote my wedding officiant website so it will rank in the search results. Can someone take a look and advise? Thanks -
Replied To a Post in How to tell a Browser to clear it's display in HTML?
My classic understanding of this is you can't just send a new page and the browser update. So let's step back to how a browser in the most simplest way … -
Began Watching How to tell a Browser to clear it's display in HTML?
I am writing a HTML application for an Arduino-based web server using only C and C++ on the Arduino webserver and HTML only on the client web browser. The index … -
Replied To a Post in My hard drive is recognized but when i open it asks me to insert disc.
You left out the story, details so I'll take a leap that this is some drive you want to recover files. I'm having pretty good luck with Recuva. Try that. … -
Began Watching My hard drive is recognized but when i open it asks me to insert disc.
I've tried disc management, manager but still not working.. What should I do???? -
Replied To a Post in Computer shuts down
Seems to be a desperate move. I only do one at a time till I find it. Then if it works, I stop fixing it. -
Replied To a Post in Android first program
Just so folk know, there are prior discussions on this one. [https://www.google.com/search?q="cannot+resolve+symbol+'R'](https://www.google.com/search?q="cannot+resolve+symbol+'R') -
Began Watching Android first program
Hello guys .Plz help I am stucking in my first android program. IDE is Android Studio 1.0.1. "R.layout.activity_main" when i move pointer on 'R' it shows "cannot resolve symbol 'R' … -
Replied To a Post in Java code to get windows service start time ?
So far the only way I've seen such is to have a powershell commnand then pipe that to a text file which you read later. Remember, I expect you did … -
Began Watching Java code to get windows service start time ?
Java code to get windows service start time ? Like how we get using Process Explorer. Thanks in Advance! PFL for Screen Shot: https://drive.google.com/file/d/0B5KXd3eMbanKckt0YXZCTERWU2c/view?usp=sharing -
Replied To a Post in Migrating Kali live with persistence to a smaller USB memory
Mix in Gparted. Here's a tutorial (one of many on the subject.) https://www.geekyprojects.com/storage/how-to-clone-hard-drive-to-smaller-drive/ This applies to USB drives as well. I had a client that came back with "but it … -
Replied To a Post in Computer shuts down
Nod to drivers and such in prior replies. But the story is a little light for me. For example when Flash changed it's default to use hardware acceleration you saw … -
Began Watching Computer shuts down
I have a strange problem where my computer seems to randomly shuts down. It only happens when i am streaming videos. The screen shuts down like the computer is going … -
Replied To a Post in Dell Inspiron Laptop 1501 - Maximum RAM?
@Kjell_1, avoid these old posts. This is one ancient post. But I'll add I did successfully install W10 to a Dell Inspiron E1505 with 1GB RAM and 120GB SSD. While … -
Began Watching Dell Inspiron Laptop 1501 - Maximum RAM?
Hi, The system came with 2x 512MB RAM - total of 1GB. I was sent a 2GB memory upgrade, so I had to remove one of the modules, and was … -
Gave Reputation to diafol in Web Hosting: Which One Should I Choose in India?
Can somebody explain to me in VERY SIMPLE TERMS why this thread is still going? Please stop posting here unless you have something really new or earth shatteringly useful to … -
Marked Solved Status for 21st post bug in forum.
On a longer discussion the 21st post went to page 2. Yet I could not navigate to the 2nd page or get to the 21st post. Making another post fixed … -
Gave Reputation to Dani in 21st post bug in forum.
My guess is the new code base fixed this problem? -
Revoked Solved Status for 21st post bug in forum.
On a longer discussion the 21st post went to page 2. Yet I could not navigate to the 2nd page or get to the 21st post. Making another post fixed … -
Replied To a Post in Remove div with specific class excluding children content.
That tag, is it from PHP? http://php.net/manual/en/function.preg-replace.php I suggest you avoid tags like that and use PHP for the tag then supply ypur PHP code and where you are stuck -
Began Watching Remove div with specific class excluding children content.
I have this: <div class="to_remove"> <div class="widget widget-list"> <div class="panel panel-default"> <div class="panel-heading bold">Menu</div> <div class="panel-body"> content </div> </div> </div> </div> I need preg_replace to edit like this: <div class="widget … -
Replied To a Post in How to get the file type of a CSV - jQuery
Since the filename has the .CSV why bother with filetype. Just grab the last 3 letters of the filename if filetype is "" -
Began Watching How to get the file type of a CSV - jQuery
Hi, I am a newbie to web application and I am facing a problem in uploading a csv file. This is the input tag that I am using to select … -
Replied To a Post in Word Automatic Date Format Change
It's not a setting. Read "\@ "d" \* ordinal" at http://www.addbalance.com/word/datefields1.htm -
Began Watching Word Automatic Date Format Change
Hi, I am wondering if anybody can enlighten me and apologies if this is in the wrong section, I currently am trying to implement a template that has an automatic … -
Replied To a Post in plc
While your question looks incomplete, Google did get it right. Example: https://www.google.com/search?q=how+i+read+plc+tag+in+.net So there it is, the PLC maker should have articles how to do this. -
Began Watching plc
how i read plc tag in .net -
Replied To a Post in System Proposal
The thing is, all you listed do exist. Folk have been creating apps with VB for decades now. 25 years in fact https://en.wikipedia.org/wiki/Visual_Basic So it's your thesis, you may have … -
Began Watching System Proposal
sir can you help us or give us an idea in our System Tutorial (Thesis) in our subjet Software Enginieering, our professor required us to make a system that is … -
Replied To a Post in Migrating Kali live with persistence to a smaller USB memory
This has been kicked around a lot. So I'll end my answer with "Clonezilla." Still want to work hard at this? Read priors like http://askubuntu.com/questions/426507/how-to-i-copy-bootable-usb-flash-drive-to-larger-drive -
Began Watching Migrating Kali live with persistence to a smaller USB memory
I have Kali live with persistence and quite a few hours worth of tweaks in a bulky 15Gb USB although I'm using less than 5Gb overall. I just got a … -
Replied To a Post in Migrate AspNetUser tables
Sort of. You usually work with your Oracle point on this. Usually it's the person that admins your Oracle system. Not only must they create the tables, but setup permissions … -
Began Watching Migrate AspNetUser tables
I am working on projects in Visual Studio 2015 using the ASP.Net Identity with Entity framework. Entity Framework creates tables in embedded SQL Compact, when the first user is created. … -
Replied To a Post in Windows 8.1 desktop keeps flickering on VirtualBox
@Ritesh, In the next week I will be able to try W8.1 in VirtualBox hosted by a W10 Pro. It's not that I'm doing this for you but I'm going … -
Replied To a Post in How do JavaScript closures work?
For me I head to tutorials like http://www.w3schools.com/js/js_function_closures.asp -
Began Watching How do JavaScript closures work?
How would you explain JavaScript closures to someone with a knowledge of the concepts that make up them (for example, functions, variables and the like), but does not understand closures … -
Replied To a Post in HOW pass data in server MYSQL QUERY BROWSER IN VB
I see typos and spelling issues in your post. But past that a query browser does not do this. To me, a query returns results so no update is made … -
Began Watching HOW pass data in server MYSQL QUERY BROWSER IN VB
HOW pass data in server MYSQL QUERY BROWSER IN VB i cANT PASS DATA IN MY MYSQL QUERY BROWER in pc1 the data from pc2 -
Replied To a Post in Read a text file continually being updated by another process
Time passes and folk have written other things about this like http://stackoverflow.com/questions/27678477/read-from-a-file-while-another-process-is-writing-to-it-using-stdfstream -
Began Watching Read a text file continually being updated by another process
Hello, I am facing a problem I cant seem to find an efficient solution for. My application is supposed to parse a text file while another process is continuously adding … -
Replied To a Post in Problem with saving receipt using html2canvas
First the images in your sample receipt look well over 100 pixels in any direction. Second I can't get where you send the image back to the server. I know … -
Replied To a Post in Problem with saving receipt using html2canvas
Clicked around and can't see a receipt to check on this for you. I'm on travel for a few days, just post a link to a receipt so I can … -
Replied To a Post in What are risks of uploading files to server?
That's a vague question. But the file was sent as it was uploaded so all that's there is there. That is, the old meta data in files have been a … -
Began Watching What are risks of uploading files to server?
Online file hosting. I click "Upload File". I select correct file. I click "Open". File gets uploaded. I log out. What else does hosting get to know? (besides name, modification … -
Replied To a Post in How can i optimized keywords in search engine Ranking?
I'd stop crossposting on the web if you can't correct your spelling errors. It shows you can't be bothered to fix your spelling or worse when you do that. -
Began Watching How can i optimized keywords in search engine Ranking?
Hello i am new SEO person please tell me some simple biggners method for keywords optimized.. -
Replied To a Post in PHP doesn't render entire "echo".
I defer to http://php.net/manual/en/language.operators.precedence.php as you did ask it to concatenate " AS " to $index. Sorry if you feel shortchanged here. It's one of those questions that pop up … -
Replied To a Post in PHP doesn't render entire "echo".
Try this instead. `echo " AS ", $index - 10 . " - " . $index . " SA ";` -
Began Watching PHP doesn't render entire "echo".
The code is: `echo " AS " . $index - 10 . " - " . $index . " SA ";` `$index` is an integer. The output is: `-10 - … -
Replied To a Post in An Internal Error has Occured.
The only Hun I studied was called Attila. And you do not want me to be like him. Now that we know it's PHP, add print statements so you can …
The End.