11,560 Posted Topics

Member Avatar for Reverend Jim
Member Avatar for tinstaafl

That's so strange. Did this just start? Or has it affected previous issues as well?

Member Avatar for tinstaafl
0
828
Member Avatar for Sushil_4

It actully says "in case you need it"?? Sounds like a virus or something!

Member Avatar for rproffitt
0
338
Member Avatar for Jim_14
Member Avatar for AssertNull

Unfortunately your post has been lossed. Chalk it up to a weird network glitch and, in the future, whenever you take a long time to write a post, copy it to the clipboard before hitting submit just in case. We have made some JavaScript changes lately so maybe clearing your …

Member Avatar for Reverend Jim
0
378
Member Avatar for Dani

I'm trying to use the responsive size AdSense link units. Why is it that the font size is soooo tiny?! The font is so much larger on the vertical ad units. Is there any way to force a larger font with horizontal units?

Member Avatar for canadafred
0
181
Member Avatar for JamesCherrill

> 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 …

Member Avatar for JamesCherrill
0
309
Member Avatar for Dani

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?

Member Avatar for AssertNull
0
187
Member Avatar for rayearth_1

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 …

Member Avatar for gentlemedia
0
358
Member Avatar for Reverend Jim

> 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 …

Member Avatar for Dani
0
385
Member Avatar for tinstaafl

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?

Member Avatar for tinstaafl
0
362
Member Avatar for tinstaafl

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.

Member Avatar for Dani
1
324
Member Avatar for AssertNull

We trim leading and trailing whitespace that is submitted by forms. Since it's not intuitive, I'll correct this behavior.

Member Avatar for AssertNull
0
455
Member Avatar for INSPIREDNZ

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.

Member Avatar for Dani
0
425
Member Avatar for Saro_1

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?

Member Avatar for Saro_1
0
484
Member Avatar for rproffitt
Member Avatar for Dani

I'm going to API World + Data Week in California ... Leaving tomorrow morning and I'll be returning on the 19th. Catch everyone soon! :)

Member Avatar for Dani
2
168
Member Avatar for tinstaafl

Just returned home from my trip to California and re-added it to the Finder menu.

Member Avatar for tinstaafl
0
399
Member Avatar for AssertNull

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 …

Member Avatar for Dani
0
619
Member Avatar for Traevel
Member Avatar for Reverend Jim
2
444
Member Avatar for Dani

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!!

Member Avatar for rproffitt
0
476
Member Avatar for Himanshu Chawla

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 …

Member Avatar for diafol
0
350
Member Avatar for diehsi
Member Avatar for Edison_2
Member Avatar for Securex
Member Avatar for _1_6

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 …

Member Avatar for _1_6
0
495
Member Avatar for Reverend Jim

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?!

Member Avatar for Reverend Jim
0
492
Member Avatar for pritaeas

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 …

Member Avatar for diafol
2
645
Member Avatar for Dani

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 …

Member Avatar for rproffitt
0
2K
Member Avatar for rproffitt

There already are multiple posts about login issues. Once I have everything working, I'm going to send a mass email explaining the situation.

Member Avatar for Reverend Jim
0
382
Member Avatar for Violet_82

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 …

Member Avatar for Violet_82
1
441
Member Avatar for Dani

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 …

Member Avatar for rubberman
0
575
Member Avatar for Santanu_1

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 …

Member Avatar for Dani
0
134
Member Avatar for AssertNull

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 …

Member Avatar for AssertNull
0
308
Member Avatar for McLaren

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 …

Member Avatar for diafol
0
195
Member Avatar for rproffitt

I'm sorry, I cannot reproduce this. Next time, please let me know when the problem still exists, *before* making another post.

Member Avatar for Dani
0
1K
Member Avatar for Justin_18

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.

Member Avatar for Dani
0
182
Member Avatar for skullscript

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.

Member Avatar for Dani
0
281
Member Avatar for diafol

Yeah, sorry about that, there was a bug where the "insert image into post" link was linking to the wrong path.

Member Avatar for diafol
2
469
Member Avatar for RainaAnja

You don't have anything uploaded to the correct directory on the server, or you don't have the correct permissions set.

Member Avatar for RainaAnja
0
122
Member Avatar for Dani

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.

3
204
Member Avatar for cereal
Member Avatar for Aeonix

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 …

Member Avatar for ctrls
0
681
Member Avatar for rproffitt
Member Avatar for AssertNull

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.

Member Avatar for AssertNull
0
927
Member Avatar for Reverend Jim

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.

Member Avatar for Itsdigger
0
434
Member Avatar for Andrei_3
Member Avatar for Dani
Member Avatar for rproffitt
0
135
Member Avatar for cereal
Member Avatar for Dani
0
294
Member Avatar for donald morrison

White label in what regard? White labeling just means they don't stick their own brand on it.

Member Avatar for Dani
0
177

The End.