-
Replied To a Post in Is stuff easier to access?
Bug fixed. -
Replied To a Post in How to improve my website ranking?
Good, quality content that people will naturally want to link to. I feel like a broken record here. -
Began Watching How to improve my website ranking?
Hello Friends !! Help me !! How to improve my website ranking? Actually my website fixed at 9th page of search engine there are no any fluctuation on website. So … -
Replied To a Post in the style.css does not load correctly in codeigniter
Well does http://localhost/masterlinkci2/admin/assets/style.css exist? -
Began Watching the style.css does not load correctly in codeigniter
Hello, I am trying to make this program load the style.css correctly. Can anyone help me out? admin/views/login.php <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>CodePen - Log-in</title> <link rel='stylesheet' href='http://codepen.io/assets/libs/fullpage/jquery-ui.css'> … -
Replied To a Post in Antivirus scan
I'm assuming you mean detect the virus, not detect the antivirus :) Are there any APIs out there you could use that let you pass them a file and they … -
Began Watching Antivirus scan
I am creating mfc antivirus application, but i am struct in between , i have completed till scanning directory but how to detect the antivirus in it,is there anyone to … -
Replied To a Post in Insert only if it doesn't exist
How could I do it with a regular insert? -
Created Insert only if it doesn't exist
How can I do a bulk insert of rows but only if specific combinations of columns don't already exist? Those columns are not unique to the table. (Otherwise I could … -
Began Watching Insert only if it doesn't exist
How can I do a bulk insert of rows but only if specific combinations of columns don't already exist? Those columns are not unique to the table. (Otherwise I could … -
Replied To a Post in The problem in the Vb.net and displays all database information
This is really quite embarrassing, but I wrote this **thirteen** years ago, and haven't read it since: https://www.daniweb.com/programming/computer-science/tutorials/1727/an-introduction-to-algorithms (I'm linking you to it, still having not read it in all … -
Replied To a Post in Is stuff easier to access?
I couldn't reproduce it because I always had results. -
Replied To a Post in Is stuff easier to access?
Ooh, you meant it only doesn't work when on the error page. Bug on that page fixed. -
Replied To a Post in Session Problem
I might be mistaken, but can you send an HTTP header specifying a `Location:` that is a relative URL? -
Began Watching Session Problem
Sir I am using IIS Manager, as follows  and I have these codes for login.php <?php error_reporting(E_ALL); ini_set('display_errors', 1); require_once("../includes/connectsql.php"); require_once("../includes/functions.php"); $error = false; $cerror=""; $cur_id=0; $cur_user=""; $cur_email=""; … -
Replied To a Post in Is stuff easier to access?
Can you please clarify? Menus are working fine for me? -
Replied To a Post in offset anchor position
I'm trying to do this as well. I found that you can set: section { padding-top: 50px; /* or however the height of your header */ margin-top: -50px; } The … -
Began Watching offset anchor position
I have a fixed header followed by a list with various anchor tags. By default, the anchor will jump to the top of the browser. I need to offset this … -
Replied To a Post in Is stuff easier to access?
> Nice revamp. But can you save us a click? That is, if I click on Read on the top bar and there are no results, the top bar is … -
Began Watching DaniWeb API
For those of you who remember, the old DaniWeb API went away over the summer when we switched to the Dazah platform. We have a new little API launched now … -
Stopped Watching DaniWeb API
For those of you who remember, the old DaniWeb API went away over the summer when we switched to the Dazah platform. We have a new little API launched now … -
Began Watching DaniWeb API
For those of you who remember, the old DaniWeb API went away over the summer when we switched to the Dazah platform. We have a new little API launched now … -
Stopped Watching DaniWeb API
For those of you who remember, the old DaniWeb API went away over the summer when we switched to the Dazah platform. We have a new little API launched now … -
Began Watching DaniWeb API
For those of you who remember, the old DaniWeb API went away over the summer when we switched to the Dazah platform. We have a new little API launched now … -
Stopped Watching DaniWeb API
For those of you who remember, the old DaniWeb API went away over the summer when we switched to the Dazah platform. We have a new little API launched now … -
Replied To a Post in Speed calculating algorithm?
Welcome to DaniWeb, Hiiiii!! Please post your question as a new thread instead of hijacking this seven year old discussion. It seems you missed where it said "This question has … -
Began Watching Speed calculating algorithm?
Hey guys, I want to make a simple program which calculates speed, distance and time. This is the code I used: [CODE] a=input("1)Find speed\n2)Find distance\n3)Find time\n4)Quit\n") while a!=4: if a==1: … -
Replied To a Post in Rollbar ad
OK fixed. -
Replied To a Post in Rollbar ad
With header missing? I'm confused? Can you post a screenshot? Thanks so much for helping! -
Replied To a Post in Rollbar ad
Also, do other ads in the same slots work just fine? Might be a bug related to the ad itself. -
Replied To a Post in Rollbar ad
Can you please be specific about which ad slot? -
Began Watching Rollbar ad
Dani: Out of curiosity I tried clicking the RollBar ads in Programming and in Community Center.. When I clicked the one at the top of the page it just refreshed … -
Created Twitter Bootstrap based on device width
Is there an easy way to modify Twitter Bootstrap so that all of its responsive columns work based off of the device-width as opposed to responding to the dimensions of … -
Began Watching Twitter Bootstrap based on device width
Is there an easy way to modify Twitter Bootstrap so that all of its responsive columns work based off of the device-width as opposed to responding to the dimensions of … -
Replied To a Post in Can you tell me something about googlebot?
Well, yes, I guess that's something about it. -
Edited Solving Current page segmentation question
In a system implementing paged segmentation, the size of logical address is 42-bit where aprocess can have maximum 128 segments and the page size is 512-bytes. Page table entry size … -
Replied To a Post in Google like?
Yes, just put an iframe into a modal. Web browsers can render PDFs already. -
Replied To a Post in The problem in the Vb.net and displays all database information
Yes but stack overflow refuses to help him because of their strict rules against discussions. So why can't we? It's not like he already got an amazing answer elsewhere. For … -
Began Watching The problem in the Vb.net and displays all database information
Hi please help me VB.NET source program that could get a name of database SQL Server file from user and show all tables and fields and size and also SP … -
Replied To a Post in Is stuff easier to access?
The left sidebar area is blue instead of grey. The font is bold. The font color is a much brighter blue. There's a button that says Unread. Still not obvious, … -
Replied To a Post in The person above you Game
The poster above me hates diets. I went for a few mile long walk tonight to try to get some exercise in. I still don't fully understand this game. -
Replied To a Post in Php file format
Oh no!! I'm so sorry. -
Began Watching Php file format
Good morning, On my localhost, suddenly all of my php files are looking like this format  What is this? Is it hacker attack? How to stop this action … -
Replied To a Post in Google like?
Sorry, I don't use Gmail so I'm not quite sure what you're referring to. Are you referring to modals?? If so, Twitter Bootstrap has modal JS built in. -
Began Watching Google like?
Hello all Every one has seen gmail shows small blocks of files and documents preview and when we click on that then we can read it online on full page … -
Replied To a Post in Is stuff easier to access?
Is there an improvement in the thread listings as of today? I plan on working on the navigation menu for mobile and forum thread pages next. -
Replied To a Post in Word Association Game
life <3 --> love -
Replied To a Post in Nice to Meet You All - Greetings From Italy
Hi Michele! Welcome to DaniWeb!! :) -
Began Watching Nice to Meet You All - Greetings From Italy
good morning to you all, i'm Michele and i live (and work) in Italy. I'm coding since the end of '90/beginning of 2000. I'd like to move to a foreign … -
Replied To a Post in Is stuff easier to access?
> Really don't like new design for thread list. No longer clear what I've read and what I've not. Still a work in progress. I'm pushing changes live every little …
The End.