• Member Avatar for Dani
    Dani

    Replied To a Post in How to Get a Back link(s) From Forbes?

    I think if you are asking this question you may try to be cheap. And this for a good SEO won't work ;). PS. If you need a cheap bump …
  • Member Avatar for Dani
    Dani

    Replied To a Post in I just found this code for PAC MAN...what does this mean???

    This dosen't work i.e classnotfoundexexption sun.applet.AppletViewer.
  • Member Avatar for Dani
    Dani

    Replied To a Post in How to Get a Back link(s) From Forbes?

    I think if you are asking this question you may try to be cheap. And this for a good SEO won't work ;). PS. If you need a cheap bump …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Which SEO Strategy is best in 2019?

    Best SEO strategies for 2019 are as follows: * Optimize Your Titles and Headings * Prioritize Pages in Website Navigation * Add Breadcrumbs to Your Pages * Implement Tracking on …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Which SEO Strategy is best in 2019?

    * Secure Your Maps Listing * Compress & Optimize Your Images * Increase Site Speed * Interlink Your Pages with Keyword Rich Anchor Texts * Link to Relevant, Authority Websites …
  • Member Avatar for Dani
    Dani

    Replied To a Post in What is SEO link wheel?

    * Site A linking to Site B. * Site B linking to Site C. * Site C linking to Site D. * Site D linking to site A. I hope …
  • Member Avatar for Dani
    Dani

    Created Need help rewriting how a winner in a card game is determined

    I have an assignment to create a card game that compares to dealt cards between players to see who has the highest valued card. It must first be determined by …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Word Association Game

    cat -> snooty
  • Member Avatar for Dani
    Dani

    Created outtextxy problem in c++

    Hey I'm trying to make a sudoku solver. Im stuck at printing the sudoku elements using outtextxy. My command line is : for(i=0;i<w;i++) { for(j=0;j<w;j++) { if(A[i][j]==0) outtextxy(25+40*j,55+10*i," "); else …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Async/await in node.js MySql and array - a total struggle

    Your code is running right i did not show any error on this
  • Member Avatar for Dani
    Dani

    Created CellSpacing and Cellpadding?

    Explain CellSpacing and Cellpadding?
  • Member Avatar for Dani
    Dani

    Created High chart draw pie chart column wise using php mysql

    Dear all, Am new programmers and I'm facing a problem on how I can draw a pie chart column-wise using PHP MySQL. Please see the MySQL table below; id Q1 …
  • Member Avatar for Dani
    Dani

    Created undefined index id line 3

    can you help me about that ![Screenshot_(3).png](/attachments/large/4/2e457f143f802c0e54907405134066ab.png) there is the code ![Screenshot_(4).png](/attachments/large/4/be11c3458b06fe01ae08ea1227d535c3.png) thankyu for the help :)
  • Member Avatar for Dani
    Dani

    Replied To a Post in sorting arrays in ascending order

    Here you go: #include<bits/stdc++.h> using namespace std; int main() { int n; cout<<"Enter number of elements you want to take in array: "; cin>>n; cout<<"\nEnter array elements:\n"; int arr[n]; for(int …
  • Member Avatar for Dani
    Dani

    Created Remove older backups like 1 month

    I have some backup files which are created in a daily manner. After some time they take a lot of space and want to delete them according to their time …
  • Member Avatar for Dani
    Dani

    Created Compact and Repair Access Database using C# ?

    Compress and fix access data in C#, I have to look for examples on google network but it's not running examples, how to compress and fix data in C# ?
  • Member Avatar for Dani
    Dani

    Edited Handle Exception in ResponsesEntity java

    I wonder how to handle exception in `ResponsesEntity`. When it receive wrong url, it supposes to go to the `catch` block and display the `log`. But I keep getting error …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Upgraded servers

    I said let me know if anything isn’t working. I never said anything about being able to fix anything. Thank you for your bug reports. They will be looked into.
  • Member Avatar for Dani
    Dani

    Created Upgraded servers

    Sorry for the intermittent downtime over the past few days. We think we were being DDOS'ed, perhaps unclear. However, we've upgraded to new web servers tonight, to bring HTTP/2 support …
  • Member Avatar for Dani
    Dani

    Began Watching Upgraded servers

    Sorry for the intermittent downtime over the past few days. We think we were being DDOS'ed, perhaps unclear. However, we've upgraded to new web servers tonight, to bring HTTP/2 support …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Some feedback on the design

    > That's OK, yes I meant that it's all the way down to the last post as I expected an "edit" button to be wither fixed positioned or for each …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Unable to Reset Password

    Sorry, it's working for me just fine. The only thing I could suspect as the cause of the described behavior is a race condition. Is it possible you requested multiple …
  • Member Avatar for Dani
    Dani

    Replied To a Post in How to Get a Back link(s) From Forbes?

    > I'm going to write you really need to have the products folk want over this. Not true. You just need to be a good source of information to journalists …
  • Member Avatar for Dani
    Dani

    Replied To a Post in How to Get a Back link(s) From Forbes?

    > How can i get a back link from forbes? Subscribe to HARO. Subscribe to HARO. Subscribe to HARO. https://www.helpareporter.com/sources/?nav_location=footer
  • Member Avatar for Dani
    Dani

    Began Watching How to Get a Back link(s) From Forbes?

    As we are growing, we need backlinks from high deomain authority sites. We all know Forbes having 95 DA from Moz. How can i get a back link from forbes?
  • Member Avatar for Dani
    Dani

    Replied To a Post in Redirect Users to different pages based on user role php

    > Just stop with md5. It's completely useless. Not that you're doing it, but MD5() with both a salt and a pepper are a *little* better because they make rainbow …
  • Member Avatar for Dani
    Dani

    Began Watching Redirect Users to different pages based on user role php

    I need to redirect users to two (2) different pages based on the roles given to them in the database. Only the email and password is submitted on the login …
  • Member Avatar for Dani
    Dani

    Edited Form submit with AJAX without page refresh

    **hello When I push submit the page refresh. Any suggestions to stop refresh ? I'm assuming it's something to do with the submit button but I can't figure it out …
  • Member Avatar for Dani
    Dani

    Tweeted How To Make Quality Voronoi Diagrams

    # What Are Voronoi Diagrams? # Voronoi Diagrams are an essential visualization to have in your toolbox. The diagram’s structure is a data-driven [tessellation](https://en.wikipedia.org/wiki/Tessellation) of a plane and may be …
  • Member Avatar for Dani
    Dani

    Created How To Make Quality Voronoi Diagrams

    # What Are Voronoi Diagrams? # Voronoi Diagrams are an essential visualization to have in your toolbox. The diagram’s structure is a data-driven [tessellation](https://en.wikipedia.org/wiki/Tessellation) of a plane and may be …
  • Member Avatar for Dani
    Dani

    Edited How to insert new row in datagridview with database update??

    In this case I display values into datagridview from Projects table which it has only 2 columns: PROJECT_NAME VARCHAR ID INT // Which is hidden in datagridview, and as AUTOINCREMENT …
  • Member Avatar for Dani
    Dani

    Edited How to extract Cell Numbers from long strings

    This was a query raised by one of a forum members at another site, where he had a worksheet filled with random numbers, and I have already answered that query …
  • Member Avatar for Dani
    Dani

    Edited How to extract Cell Numbers from long strings

    This was a query raised by one of a forum members at another site, where he had a worksheet filled with random numbers, and I have already answered that query …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Unable to Reset Password

    Thank you for clarifying. The one in the email should be the current password. I’m not sure why it doesn’t work for you. I’ll investigate a little bit later today.
  • Member Avatar for Dani
    Dani

    Edited How to fix sumarizing leave time and sickness time proportionally?

    In mysql database i created "leave" table: CREATE TABLE `leave` ( `ID_LEAVE` int(11) NOT NULL, `ID_WORKER` int(11) NOT NULL, `BEGIN_DATE` datetime DEFAULT NULL, `END_DATE` datetime DEFAULT NULL ); INSERT INTO …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Unable to Reset Password

    Sorry, I'm misunderstanding what you're saying. What you described is the expected behavior, no? What appears to be broken?
  • Member Avatar for Dani
    Dani

    Began Watching Unable to Reset Password

    The Forgot Password process sends an email with a link to click. The email purports that the link resets the password to one specified in the email. The link logs …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Badges - How to demotivate users

    Hiring a team from the beginning is a horrible and excruciating expensive business strategy. First find product-market fit. This means creating a minimally viable product and proving that there is …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Badges - How to demotivate users

    He’s not asking for an app to be written for him or for us to do all the work. He has an idea and wants some advice on what next …
  • Member Avatar for Dani
    Dani

    Began Watching Badges - How to demotivate users

    Good Morning All, I am looking to develope a new product and I am needing software, hardware and an app developed. I have no idea where to start and I …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Marketing companies in Sydney?

    I would strongly suggest beginning by using Cafepress or even something like Etsy to sell your custom T-shirt designs. Lots of upside, they take care of getting you up and …
  • Member Avatar for Dani
    Dani

    Began Watching Marketing companies in Sydney?

    A friend and I are talking about taking our hobby of printing funny T-shirts into a living, and start our own website in Sydney. And then we need to find …
  • Member Avatar for Dani
    Dani

    Replied To a Post in A captcha that rewards for website visitors who solve it

    rproffitt, The idea of using captcha to classify photos has been around. The twist here is that website owners earn money each time the captcha is used. This benefits the …
  • Member Avatar for Dani
    Dani

    Began Watching A captcha that rewards for website visitors who solve it

    Hit upon [this thing](https://hcaptcha.com/) recently. Seems like a good alternative to Google's reCaptcha. Website users solve the captcha, website owners get paid and AI companies get their data labeled. What …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Does Font Size of Text matters in SEO?

    Usability plays a big role in SEO as well. Google factors in time on site, bounce rate, etc. in determining how usable your site is and whether the visitor they …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Does Font Size of Text matters in SEO?

    Yes, font size is critical in SEO. Google is capable of fully rendering the design of a page, and the page's layout plays a role in ranking. For example, it …
  • Member Avatar for Dani
    Dani

    Began Watching Does Font Size of Text matters in SEO?

    I'm just curious, is really font size helps seo.
  • Member Avatar for Dani
    Dani

    Gave Reputation to rproffitt in Does Font Size of Text matters in SEO?

    You can read what folk think about that and I will agree with https://www.google.com/search?q=font+size+helps+seo.&gl=US 1. No. 2. Yes, it makes a non-SEO difference as it's just good design that helps …
  • Member Avatar for Dani
    Dani

    Edited Can I learn web Development all by myself?

    I have been thinking about getting into web development. So far, i have been able to absord lots and lots of information about HTML, CSS and Java... But there is …
  • Member Avatar for Dani
    Dani

    Began Watching Media Query Not Working

    I am having a huge problem. In my stylesheet I have: @media only screen and (min-width: 320px) and (max-width: 700px) { code1 } @media only screen and (min-width: 1280px) and …

The End.