• Member Avatar for Dani
    Dani

    Created Dazah

    Hi, Unfortunately all of the Dazah integration stuff with DaniWeb is taking *much* longer than anticipated. I'm still working to try to get it out for you guys, but it's …
  • Member Avatar for Dani
    Dani

    Began Watching Dazah

    Hi, Unfortunately all of the Dazah integration stuff with DaniWeb is taking *much* longer than anticipated. I'm still working to try to get it out for you guys, but it's …
  • Member Avatar for Dani
    Dani

    Replied To a Post in After deleting of a recent post, "Articles I'm Watching" shows 0 replies

    > You shouldn't be, nobody's complaining, bugs happen to everyone, (and especially to me). I shouldn't be working on fixing bugs? Huh?
  • Member Avatar for Dani
    Dani

    Replied To a Post in After deleting of a recent post, "Articles I'm Watching" shows 0 replies

    OK, figured out why the article title wasn't working properly and fixed it.
  • Member Avatar for Dani
    Dani

    Replied To a Post in After deleting of a recent post, "Articles I'm Watching" shows 0 replies

    Still working on this, sorry. For some reason the counters were off, and recalculating them fixed the problem with the wrong number of replies. Still working on why the article …
  • Member Avatar for Dani
    Dani

    Replied To a Post in After deleting of a recent post, "Articles I'm Watching" shows 0 replies

    OK, will check it out!
  • Member Avatar for Dani
    Dani

    Began Watching After deleting of a recent post, "Articles I'm Watching" shows 0 replies

    I deleted my recently made post in: https://www.daniweb.com/hardware-and-software/information-security/threads/506745/why-does-google-offer-free-fonts-to-use-online Now when I'm in "Articles I'm Watching", it says about it: "0 votes; 0 replies; 25 views", despite thread having 7 replies. …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Why does Google offer free fonts to use online?

    Google offers a lot of free functionality ... such as a CDN to serve jQuery, Google fonts, reCaptcha, Analytics, DFP, etc. A lot of these features are designed to create …
  • Member Avatar for Dani
    Dani

    Began Watching Why does Google offer free fonts to use online?

    `<hat type="tin-foil" mode="on">` What does Google have from serving us with Google Fonts? Typical Google could start sending up custom JavaScript from JavaScript repository. But what about fonts? What does …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Facebook The parameter app_id is required

    No problem. I figured it was a typo or something like that. Cheers.
  • Member Avatar for Dani
    Dani

    Replied To a Post in Facebook The parameter app_id is required

    You're not supposed to send the app secret when redirecting to the OAuth dialog page. Only when exchanging code for an access token. Can you please show us the requests …
  • Member Avatar for Dani
    Dani

    Began Watching Facebook The parameter app_id is required

    Hello i have a problem with the facebook oauth login. I am getting `The parameter app_id is required` error but i know i put the app id and app secret …
  • Member Avatar for Dani
    Dani

    Replied To a Post in resetting mariadb password

    I won't pretend that I know what I'm talking about, but did you shut down the MySQL service first as in the instructions?
  • Member Avatar for Dani
    Dani

    Began Watching resetting mariadb password

    I'm trying to reset my mariadb password following this site -> https://www.rosehosting.com/blog/how-to-reset-your-mariadb-root-password/ but when I enter `mysql -u root` I get the following error: `ERROR 2002 (HY000): Can't connect to …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Editing a post after submitting a post

    Done deal.
  • Member Avatar for Dani
    Dani

    Endorsed AssertNull

  • Member Avatar for Dani
    Dani

    Endorsed AssertNull

  • Member Avatar for Dani
    Dani

    Replied To a Post in problem with jquery.min.js

    What does the HTML code look like in your document head where you link to jQuery? Are you using a jQuery CDN such as Google's hosted version of it? Perhaps …
  • Member Avatar for Dani
    Dani

    Began Watching problem with jquery.min.js

    Hello. I am getting an error on my console `TypeError: a is null jquery.min.js (line 2, column 2722)` that causes the page not to load correctly. Has anyone had the …
  • Member Avatar for Dani
    Dani

    Replied To a Post in PHP MYSQL - saving data from forms to database

    You say it isn't working, but is it writing any errors to the error log or output on the page?
  • Member Avatar for Dani
    Dani

    Began Watching PHP MYSQL - saving data from forms to database

    What's wrong with my code? my save button is not working.. I need help please? thanks! here's my code: <?php include('header.php'); session_start(); ?> <?php include('navbar1.php'); ?> </br> </br> </br> </br> …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Editing a post after submitting a post

    There's a history of the edit that moderators can see. There's currently not a public flag saying the post was edited. We should have one, you think? I believe we …
  • Member Avatar for Dani
    Dani

    Began Watching Editing a post after submitting a post

    Just responded to a post that I made a typo in, did an edit, fixed the typo, and filled in the reason for editing field. It doesn't show up in …
  • Member Avatar for Dani
    Dani

    Replied To a Post in PHP - Not sure why it is not working Help needed

    Is this the complete file? It doesn't look like you have a close curly brackets on the If statement that should be st the end of the file. Additionally, youbshpuld …
  • Member Avatar for Dani
    Dani

    Began Watching PHP - Not sure why it is not working Help needed

    Any ideas why this is not actuall writing to the database <form method="post" action=""> <p>&nbsp;</p> <table width="300" border="0" align="center" cellpadding="0" cellspacing="10"> <tr> <td width="100" align="right"> Film Title : </td> <td><input …
  • Member Avatar for Dani
    Dani

    Replied To a Post in How to add Depth and realism to our design?

    I would recommend using any of the many CSS frameworks out there such as twitter bootstrap. These types of functions are pretty much expected and built into just about all …
  • Member Avatar for Dani
    Dani

    Began Watching How to add Depth and realism to our design?

    This is a nice How-to-tutorial, that shows how you can use multiple borders to add depth and realism to your design. http://www.zpyro.com/how-to-add-depth-to-your-design-using-multiple-borders/ **Any similar tutorials like that ?**
  • Member Avatar for Dani
    Dani

    Replied To a Post in Php variable does not show saved value

    As diafol stated, a single equals sign is an assignment and a double equals is a comparison. You are resetting the value to zero inside the If statement and THEN …
  • Member Avatar for Dani
    Dani

    Began Watching Php variable does not show saved value

    Sir I have these codes global $mybalance; $mybalance=0; $mydrcr=''; $result2 = sqlsrv_query($con,$query) or die ("Error". sqlsrv_errors($con)) ; $sno=0; while($res2 = sqlsrv_fetch_array($result2)) { echo "<tr>"; $mybalance=($res2['balance']); echo'Opening Balance='.number_format($mybalance).'<br>'; if($mybalance=0){ $mydrcr=''; } …
  • Member Avatar for Dani
    Dani

    Replied To a Post in SQL Class Schedule

    Can you show us the tables you've created and what columns are in each one? What is the schema doe the subject table, for example? It would help us greatly …
  • Member Avatar for Dani
    Dani

    Began Watching SQL Class Schedule

    Hi there, i'm trying to create a class schedule for subjects where students can view what's available and later on book a position in a class. Here are the images …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Is it bad to include columns with date parts if there is a datetime column?

    While I'm certainly not disagreeing about this particular instance, personally I don't think that it's always best practice to never duplicate data in a database. There are many instances in …
  • Member Avatar for Dani
    Dani

    Began Watching Is it bad to include columns with date parts if there is a datetime column?

    I am working on a table that will hold batch data. The table will have a BatchDate column as a DateTime type. I'm considering adding a column for BatchYear as …
  • Member Avatar for Dani
    Dani

    Replied To a Post in .htaccess, redirect to HTTPS and WWW sub-folder

    I see how that will redirect the non-www version to the SSL www version. However, i don't see how it will redirect to the SSL version when using www already. …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Tortoise SVN

    Unfortunately I don't know the answer to your question but I'd like to make two points. Firstly, I've gone ahead and tagged this thread with SVN. Secondly, why not switch …
  • Member Avatar for Dani
    Dani

    Began Watching Tortoise SVN

    So this isn't necessarily a programming question but here it is. Also I'm not sure if this is the right area to be posting this. Couldn't find an area that …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Profile - CV

    Sounds about right. Ok, I know what I need to do to fix it.
  • Member Avatar for Dani
    Dani

    Replied To a Post in How can we promote our business on social media site?

    Your question is really vague. Maybe sharing with us what you've tried so far and what your experiences have been?
  • Member Avatar for Dani
    Dani

    Began Watching How can we promote our business on social media site?

    I am new please help me in this how could we promote our business please share with us.
  • Member Avatar for Dani
    Dani

    Replied To a Post in Directing individual users to specific index.php file based on login

    Line 19 says `<?php include("/home/pi/html/password_protect.php"); ?>` but you aren't telling us what is in that file. If I understand you correctly, that file gets people to enter a username and …
  • Member Avatar for Dani
    Dani

    Began Watching Directing individual users to specific index.php file based on login

    I am hosting web site using a inex.php file. I have setup a login for four different users which currently directs them to same index.php file. I would like direct …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Autocomplete list with contacts

    I use jQuery UI tooltip for the autocomplete for tagging and member usernames.
  • Member Avatar for Dani
    Dani

    Began Watching Autocomplete list with contacts

    Imagine a mailbox. You're about to write to a friend. From staff perspective, someone wants to email Dani, her mail is dani@daniweb.com, but has her in contacts list. You type …
  • Member Avatar for Dani
    Dani

    Replied To a Post in .htaccess, redirect to HTTPS and WWW sub-folder

    What did you change to get it to work?
  • Member Avatar for Dani
    Dani

    Replied To a Post in Profile - CV

    Is it possible you logged into Dazah from Camden once upon a time?
  • Member Avatar for Dani
    Dani

    Replied To a Post in Profile - CV

    That information is being pulled from Dazah. Still working on making some improvements to Dazah, and the CV information will be improved upon within the next week or so. It's …
  • Member Avatar for Dani
    Dani

    Began Watching Profile - CV

    For some reason, the CV says I'm from somewhere near Camden. WTF? ![camden.PNG](/attachments/large/0/baad28960c1a96eb112aa08c55d4de62.PNG "align-center")
  • Member Avatar for Dani
    Dani

    Replied To a Post in .htaccess, redirect to HTTPS and WWW sub-folder

    Ooooh, we used to do this, but then we switched from Apache to Nginx, and Nginx doesn't use .htaccess files. I *think* we did something along these lines: RewriteEngine on …
  • Member Avatar for Dani
    Dani

    Began Watching .htaccess, redirect to HTTPS and WWW sub-folder

    I already tried couple solution from Google, but some of them didn't work (at all), others resulted in weird bug, where HTML page was loaded, but assets (CSS and images) …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Database is not exist!

    May I ask what software you are trying to install? Perhaps we would get further by checking out the github project, etc for ourselves. At the very least, perhaps we …

The End.