11,566 Posted Topics

Member Avatar for Dani

I just thought I'd share this because it took me a bit of time to figure out tonight. When members post content with MS Word quotes, etc., and they look funky on our UTF-8 websites, it's because those characters need to be converted to UTF-8. This bit of code worked …

Member Avatar for gabrielcastillo
2
484
Member Avatar for imti321

I think there's just a balance between providing a service / platform where someone can receive free help, and actually realizing and understanding that there's a community of other people just like yourself, volunteering their time, powering the other end of it.

Member Avatar for imti321
0
330
Member Avatar for Dani

The Forums page (the first item in the footer toolbar) has gotten a huge overhaul today that hopefully will make it a lot more useful ... plus it brings back a bit of nostalgia from our vBulletin days. Enjoy. And let me know thoughts. https://www.daniweb.com/forums

Member Avatar for pritaeas
1
189
Member Avatar for CharAmel

Even if it's your site, if you don't want anyone to see it, don't put it on the Internet, or else it might get cached by Googlebot, Archive.org, etc.

Member Avatar for <M/>
0
258
Member Avatar for pars99

No, we stopped adding new forums in favor of tagging. Just create a new thread and tag it with "swift".

Member Avatar for pars99
0
224
Member Avatar for kimhale43

Nope, never even heard of it. I dunno, the website doesn't look very reputable. I would avoid.

Member Avatar for Dani
-2
36
Member Avatar for RobertHDD
Member Avatar for selamina

Why would we do your homework assignment for you?? And telling us that we need to do it within the next 30 minutes is not going to motivate us, either. Show us what you've tried so far and what, specifically, you need help with. We're here to help.

Member Avatar for ddanbe
-2
112
Member Avatar for Rubina_2
Member Avatar for photography
-4
309
Member Avatar for FarrisFahad

Do you use any PHP frameworks? They can cover the bare bones stuff such as dealing with URI routing (clean looking URLs), connecting to the database, and a template engine. Plus they have a lot of other built-in functionality. Pick the one that best suits your needs.

Member Avatar for vegaseat
0
351
Member Avatar for WatsonKatherine
Member Avatar for Bestseoservices
Member Avatar for MasterChat

> I love action, so it would be Las Vegas or New York City. Don't you live in Vegas?

Member Avatar for sweetsmile
0
184
Member Avatar for nan nan
Member Avatar for tinstaafl
Member Avatar for AntonyRayan

I'm just coming up with this off the top of my head (totally untested), but what about something along these lines: SELECT p.name, SUM(b.quantity), SUM(b.total), SUM(b.discount), SUM(b.price) FROM billing AS b LEFT JOIN productmaster AS p ON (p.id = b.pid) GROUP BY b.pid ORDER BY p.name ASC

Member Avatar for AntonyRayan
0
234
Member Avatar for Dani

I'm thinking of going down the route where members can actually get paid to answer questions. Here's how I am thinking the concept might work, and you tell me if you think it makes sense: Currently, when you create a new thread, you can donate $1 to have the article …

Member Avatar for Dani
0
2K
Member Avatar for samauden

Penguin is related to spammy backlinks, Panda is thin content. In Google Webmaster Tools, do you have any messages saying that there were manual spam actions taken?

Member Avatar for Kelly Burby
0
161
Member Avatar for lloyd.farrell.7
Member Avatar for lloyd.farrell.7
0
155
Member Avatar for somayyah

Huh?? What are you trying to do? Using a for loop? I'm incredibly confused. Is this a homework assignment?

Member Avatar for rubberman
0
138
Member Avatar for saly.alsayed.7
Member Avatar for saly.alsayed.7
0
275
Member Avatar for matrixdevuk

It's a nice alternative way of accessing the site, particularly if you are in other mailing lists or newsgroups. It's sorta old school ;)

Member Avatar for matrixdevuk
0
235
Member Avatar for ShawnReynolds

We switched to the web-based chat because I wanted a lot more of a seamless integration. In an ideal world, I would have written our chat application on top of IRC or Jabber, but it just wasn't giving me the flexibility I wanted.

Member Avatar for Dani
0
244
Member Avatar for RikTelner

As suggested, you should use the loud images as a main background, but then put the text in a box with a flat color, and perhaps set it to 80% opacity.

Member Avatar for Dani
0
152
Member Avatar for Jesi523

You marked this thread solved. Mind sharing what you did to fix it?

Member Avatar for Dani
0
203
Member Avatar for ~s.o.s~

Yes, it's quite incredibly sad news indeed. :( To think he's been such a huge part of DaniWeb ever since the beginning.

Member Avatar for CodyOebel
2
792
Member Avatar for Dani

This is a program I wrote for my x86 assembly class which is basically the Spade Invaders game in all its glory. It uses Irvine32.inc which came with the textbook.

Member Avatar for Dani
2
2K
Member Avatar for samauden

No, in order to do what you are describing, you need to implement a server-side 301 redirect. Adding that bit of HTML code tells Google that both pages are the same and which one is your preferred version, but it doesn't actually go the extra mile and redirect the website …

Member Avatar for samauden
0
150
Member Avatar for Dani

Time once again to ask that question: What could I be doing better? More specifically, I'm looking to answer the following: * Is the UI clear and concise? Is it easy to get around? Is there too much clutter? Are all the features you need/use/want easily accessible? * What features …

Member Avatar for Reverend Jim
1
866
Member Avatar for pritaeas

Just replace the title with 'please delete' and I'll clean that up for ya.

Member Avatar for pritaeas
0
171
Member Avatar for MasterChat
Member Avatar for Lorele

DaniWeb uses CodeIgniter 2.x, as do a handful of other people here, so any questions that you may have I'm sure we can help with. I don't know anyone using CodeIgniter 3 as it's still under active development and not production-ready.

Member Avatar for lorenzoDAlipio
0
571
Member Avatar for SimonIoa

Are you sure it stopped working at the exact time when you added more permissions? Strangely, I used to use curl for Facebook OAuth, and suddenly that stopped working one day, and I had to switch to using file_get_contents().

Member Avatar for Robert_29
0
283
Member Avatar for Rebel_Toys
Member Avatar for SimonIoa

Social media, and focusing on having good, clean HTML 5 code that utilizes all the best SEO practices.

Member Avatar for advent_geek
0
367
Member Avatar for oalee
Member Avatar for pintukennady31
Member Avatar for AMJAlienServers
Member Avatar for svsathyavishnu
Member Avatar for pintukennady31
0
253
Member Avatar for Zorrro

The rules you mention are pretty typical for publishing content on the web. They are not unlike our own terms, which we update as well from time to time to reflect changes in our community. It's not done to deceive anyone. It's done to preserve the integrity of the community …

Member Avatar for deceptikon
0
293
Member Avatar for Santanu.Das

Sorry, I'm not following? Are you saying that on the homepage, the new description didn't show up when it was edited? That is simply because the blurbs on the homepage get cached. It is too resource intensive to update them in real time.

Member Avatar for Santanu.Das
0
599
Member Avatar for latifraza
Member Avatar for steven.gray.10236

RewriteRule ^blog/([a-zA-Z0-9]+)$ viewposts.php?id=$1 [L] That will make http://www.example.com/blog/foo redirect to http://www.example.com/viewposts.php?id=foo

Member Avatar for edbr
0
532
Member Avatar for Santanu.Das

Career profiles take the location from the IP address. You cannot edit this in your profile. The location changed because you logged onto DaniWeb from a different location (home/work/etc).

Member Avatar for Warrens80
0
203
Member Avatar for J.C. SolvoTerra
Member Avatar for J.C. SolvoTerra
0
120
Member Avatar for SimonIoa

When you create the login cookie, simply specify an expire time loooong into the future if the remember me checkbox is ticked.

Member Avatar for SimonIoa
0
144
Member Avatar for harshchandra
Member Avatar for Sadiiiiiiiiee_1

It runs what is in braces (i.e. the second line) with the variable index set to 5, then increments index to 6, runs the second line again, then 7, then 8, and then 9, all the same ... and then when it increments index to 10, we stop, because it …

Member Avatar for Sadiiiiiiiiee_1
0
96
Member Avatar for Dani

Hi ... so I'm not sure if I have PubSubHubbub set up correctly. I tried setting up subscribing to the feed in Feedly (which supposedly supports the protocol) and now I'm starting a new thread to see if it shows up ASAP. Here goes nothing ...

Member Avatar for Dani
0
255
Member Avatar for payal.hedaoo.7

Do you have a website that you are using your FB page to promote? Perhaps put 'Like' widgets on your website to drive traffic and fans to your FB page.

Member Avatar for goodtaste
-1
276

The End.