11,554 Posted Topics
Re: > Is this going to place a condition on the use (above and beyond DW's), so that an user cannot use it in their work unless it's for educational / personal use? JC is right in that I retain most of the same arguments as I wrote years ago in … | |
Is there a way (perhaps with JS or some other sorcery) to get a tracking pixel (a 1x1 clear image in which the HTTP request must be made from the client) to defeat ad blockers and load anyways? | |
Re: Well your first step is to actually format the HTML so it's readable <td colspan="9" rowspan="3" bgcolor="#999999"><strong>Front Desk</strong></td> <td bgcolor="#FFFFFF"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('exunsatisfied','','images/exunsatisfied2.png',1)"><img src="images/exunsatisfied.png" alt="" width="113" height="100" id="exunsatisfied"></a></td> <td bgcolor="#FFFFFF"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('unsatisfied','','images/unsatisfied2.png',1)"><img src="images/unsatisfied.png" alt="" width="113" height="100" id="unsatisfied"></a></td> <td bgcolor="#FFFFFF"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('neutral','','images/neutral2.png',1)"><img src="images/neutral.png" alt="" width="113" height="100" id="neutral"></a></td> <td bgcolor="#FFFFFF"><a … | |
Re: > the only messaging thingy I could find was the single line send message when I went to his profile. One line is certainly not suitable for composing even something as short as a tweet. I will change it to accomidate a full editor area. > While I am on … | |
Re: Yes ... I was finding that it was making the pages way too cluttered looking mainly because, in the case of most of the programming forums, the synopsys just was unreadable code. You can still see it by hovering over the article title. You think it's a bad move? | |
Re: Thanks for the tip. I didn't write the code prettifier, but I'll be on the lookout for a newer version. I think we're using the most popular one right now. | |
Re: We trim leading and trailing whitespace that is submitted by forms. Since it's not intuitive, I'll correct this behavior. | |
Re: Hmm ... this was definitely a bug that we had in the past, but I've fixed it. I'm not sure why your username change didn't go through. I'll check the error log and see if anything comes up. | |
Re: The link is broken so I'm not quite sure what you're referring to. Perhaps prefetching the CSS in the HTTP header might help? | |
I'm going to API World + Data Week in California ... Leaving tomorrow morning and I'll be returning on the 19th. Catch everyone soon! :) | |
Re: Just returned home from my trip to California and re-added it to the Finder menu. | |
Re: What you're describing is the intended behavior. You are accessing the message inbox. You click log out. It logs you out, and then redirects you back to the page you were just on (in this case, the message inbox). The message inbox is a member-only feature controlled by Dazah. Dazah … | |
| |
I'm really sorry everyone ... Due to an SSL issue, no one was able to log into DaniWeb over the past day. I wasn't aware of the issue as I was already logged in. Soooo sorry!! | |
Re: You can use jQuery to attact an event handler to a specific event, which says the code to implement when the video is watched. You can use .click() to trigger the progress bar to move when something is clicked on (https://api.jquery.com/click/) but unfortunately I have no clue if it's possible … ![]() | |
![]() | Re: The Dazah web app Github project is an entirely standalone "tinder for business" -like app (similar to http://app.dazah.com). That isn't what you want based on the description that you gave here. You're wanting to replace your forum's login system with Dazah. For that, you need nothing more than OAuth integration … ![]() |
Re: Jim, that's not the desired behavior at all. Perhaps a cookie issue? Are you able to reproduce it? AssertNull, what page on Dazah are you getting diverted to?! | |
Re: Sorry, I couldn't find a place for the thumbs up / thumbs down to fit on mobile. I guess I can put them below the post. Hmm ... Either way, It's going to be a bit of a low priority because I'm so focused on Dazah these days. Besides, only … ![]() | |
Hi everyone, I really hope that you can help me diagnose an issue with my new API. I'm having the following issue: I'm not happy with the performance of the app client at http://app.dazah.com that connects to it ... It uses cURL to issue about 3-4 API requests per page … | |
Re: There already are multiple posts about login issues. Once I have everything working, I'm going to send a mass email explaining the situation. | |
Re: Very unfortunately, forums are really becoming quite old school, and traffic has been every declining. In an attempt to keep up with the times, I've been very slowly transitioning DaniWeb from being yet another generic computer forum into an interactive community of IT people and developers based on the concept … | |
I currently have a binary string that has been encoded with base64_encode(). However, I need to represent this string only with 0-9a-zA-Z characters. I am currently wrapping the string in bin2hex() to represent it with 0-9a-f. However, for transport reasons, I would like to compress the string by representing it … | |
Re: 1. Log out of DaniWeb 2. Click the Join DaniWeb link 3. If you are logged into Dazah, click the link below the "Continue" button that says Switch User; Otherwise, bypass this step 4. Click the link in the red box that says "Need to import your legacy DaniWeb login … | |
Re: When moderators delete posts, they are not actually removed from the database. In fact, moderators still have access to deleted content. This is important because, every so often, we will have a spammer come back and beg for forgiveness and to be unbanned, and we need to have a complete … | |
Re: I guess, if I were you, I would start by getting my hands on a sample exam. Take the full exam, time yourself, and see how well you do. If you do okay and are confident you can repeat the results in a testing center, then the amount of studying … ![]() | |
Re: I'm sorry, I cannot reproduce this. Next time, please let me know when the problem still exists, *before* making another post. | |
Re: I'm incredibly sorry for the confusion. The login page should now have a link towards the bottom to migrate your legacy DaniWeb login credentials into Dazah. | |
Re: This should work: 1. Go here => https://www.daniweb.com/members/auth/join 2. Log in with the email address associated with your old account. You might need to request a password reset. 3. That should work. | |
![]() | Re: Yeah, sorry about that, there was a bug where the "insert image into post" link was linking to the wrong path. ![]() |
Re: You don't have anything uploaded to the correct directory on the server, or you don't have the correct permissions set. | |
The bug related to post attachments that got introduced over the past couple of days should now be fixed. Attachments to private messages will be coming soon. | |
Re: Not feeling well today, but I'll check it out tomorrow. | |
Re: I just so happened to have stumbled upon this thread while browsing, so I guess I need to reply! :) DaniWeb is hosted with SoftLayer. Back when we first launched, we used a reseller account through ThePlanet.com for our dinky little shared server. Then, we grew, and expanded to a … | |
| |
Re: There was an incredibly weird inconsistency in the database where there were seven cases of the vote counting against the voter instead of against the author of the post. | |
Re: How long has the problem been going on? Just today, or for the past week? I'm still ironing out a LOT of issues, and fixing things, so it's also possible you caught me just as I was rolling something out. | |
Received a bug report that people are unable to post. Testing. | |
Re: What image are you referring to? Your profile picture on Dazah? | |
Re: White label in what regard? White labeling just means they don't stick their own brand on it. | |
![]() | Re: If he attempted that, he would get an error message saying that you need to have no posts for 7 days before you can delete your membership (to avoid people clicking it accidentally b/c they don't realize it's permanent, and to ensure people take the time to think about what … |
![]() | |
Re: Clearing your browser cache should fix the issue. | |
Re: Yeah, there's currently a bug in that it takes *forever*. I need to fix this within the next day or so. :) | |
Re: Hi, I'm sorry you're having difficulty. You should be able to remedy this by following these steps: 1. Click your name in the top navigation menu and go to Edit Profile 2. Click "Associate with a different account" 3. Log into Dazah with the same email address as is associated … | |
Re: I'm confused how one can set the page orientation of a website. One can simply stretch a browser window to any shape and size they want and if relative values are used for tables and such, the text will stretch along with the window. |
The End.