11,557 Posted Topics

Member Avatar for Farhad.idrees

JorgeM is correct. You need to add a margin-bottom that is at least the same height as the footer. Glad you got it working!! :)

Member Avatar for JorgeM
0
132
Member Avatar for GraficRegret

I think that your question is a little too vague because you didn't post any code to demonstrate exactly what you're trying to do. For example, you wrote that you have the function to pull the information out using PHP. Does this mean that you have the PHP function, or …

Member Avatar for GraficRegret
0
208
Member Avatar for Mike Askew

I'm not sure what you mean about multiple root level elements? Of course, I want to make sure the data structure of the API is as conducive as possible for everyone moving forward. It should return a single root level element with a data property that contains everything.

Member Avatar for diafol
0
276
Member Avatar for Mike Askew

Yeah, creating better documentation is definitely on the todo list. However, I wanted to make sure that the schema is solid before moving ahead with doing so, which requires getting folks like you to play around with it awhile and let me know if anything is not ideal or sub-optimal.

Member Avatar for Mike Askew
0
179
Member Avatar for profip41

What, specifically, about it? Black hat is just a name for techniques considered shady that potentially offer a big temporarily boost, at the risk of being banned/blacklisted from Google in the long run because they aim to prey on vulnerabilities in the algorithm.

Member Avatar for Dani
0
138
Member Avatar for chr.s

Maybe I'm missing something, butI see line 12 has Product.findAll but I don't see where you define Product anywhere?

Member Avatar for chr.s
0
308
Member Avatar for diafol

DaniWeb timestamps are *supposed* to be GMT time but I think there might actually be a bug over the past few months where they were US central time instead. I'll look into it tomorrow. Sorry for the confusion!

Member Avatar for diafol
0
231
Member Avatar for diafol

Item 4: Business Exchange, only available to logged in members Item 5 --> Items 5, 6: Moderators Place and Area 51, only available to moderators There's a bug where forums you aren't allowed to access are showing up as empty arrays instead of being hidden from view altogether.

Member Avatar for diafol
0
437
Member Avatar for Dani

I have an API that supports both JSON and JSONP. Obviously, being a data provider, I want the people who request my data to cache it. However, jQuery's $.ajax() function says the following about their caching feature: >cache (default: true, false for dataType 'script' and 'jsonp') Type: Boolean If set …

Member Avatar for Dani
0
437
Member Avatar for IIM

Yeah, sorry about that. Working on it. Related to a bug that was introduced yesterday and being fixed today.

Member Avatar for Dani
0
89
Member Avatar for Reverend Jim

Umm ... why not just use our internal search engine at that point? I haven't read the other thread, but I don't see an issue with directing traffic away from DaniWeb as long as it is useful. For example, if I post a question, and someone replies saying "I found …

Member Avatar for <M/>
0
377
Member Avatar for Dani

Currently, to check if something is serialized, I do this: function is_serialized($data) { return (@unserialize($data) !== false); } But it issues an E_NOTICE. The @ is great to suppress output, but it's still clogging up every other line of my error log (which is purposefully enabled for notices). Are there …

Member Avatar for IIM
0
4K
Member Avatar for <M/>

I was born on Veteran's Day. On my birthday in history ... Naa, too easy.

Member Avatar for <M/>
5
186
Member Avatar for adam_k
Member Avatar for Dani
0
116
Member Avatar for fyra

It looks like the CSS file isn't loading. Try clearing your *cache*, not your cookies.

Member Avatar for Dani
0
308
Member Avatar for hwoarang69

As far as I know, Bootcamp requires you to have to restart. I use Parallels Desktop and I don't. I believe if you use VMWare Fusion you don't have to either.

Member Avatar for hwoarang69
0
312
Member Avatar for riahc3

I don't know C# for anything, but the following links turned up from a Google search. Perhaps some of them might be helpful: * http://www.deanhume.com/Home/BlogPost/a-simple-guide-to-using-oauth-with-c-/49 * http://www.dotnetopenauth.net/ * http://code.pearson.com/oauth-20-password-sample-code-c

Member Avatar for riahc3
0
212
Member Avatar for Nick Evan

Not quite sure what you mean. Did you update your password from that page? I'm sure there are lots of members here who have updated their member profiles and subsequently logged out and logged back in successfully. Can you reproduce the bug?? What are the steps to reproduce??

Member Avatar for riahc3
0
382
Member Avatar for backlinkco

> It seems you are beginner to seo. And judging by his name, the owner of a backlink company ;) Do you have a question, backlinkco? Welcome to our community.

Member Avatar for halenmartinez
0
558
Member Avatar for chriismicro

I've been hearing little bits about Pinterest lately, but I don't think it's as feature-rich, nor serves the same purpose as Facebook, and therefore most likely won't displace it from the social media throne anytime soon. I can see one of two things happening: 1. Facebook buys Pinterest, and adds …

Member Avatar for halenmartinez
0
235
Member Avatar for Dani

I have an associative array that is many levels deep. I want to convert it to an indexed array (i.e. remove the key names). I don't want to flatten it; I want it to remain a nested array with all of the values intact. What's the best way to accomplish …

Member Avatar for Dani
0
5K
Member Avatar for akin47
Member Avatar for php_noob
Member Avatar for Dani
0
87
Member Avatar for nitin1
Member Avatar for Reverend Jim

This is part of ComScore, a statistical company (similar to Nielsen ratings) that collects information about a website's audience to offer advertisers third-party demographic information. However, it's only supposed to come up like literally once a year, not every few days?! Do you clear your cookies a lot???? You might …

Member Avatar for Reverend Jim
0
167
Member Avatar for abhinavkumar123

CPM is cost per mille, or one thousand impressions. It's often the unit of measurement used when buying or selling banner advertising. As canadafred mentions, while ads might be purchased on a CPM-basis, often the percentage of people who click the ad (know as click-thru rate, or CTR), is used …

Member Avatar for shasha7
0
102
Member Avatar for Reverend Jim

You say it was broken, then it was fixed, and now it's broken again. But no changes were made since the beginning, so it is mostly something on your end. If clearing your cache does not fix the issue, then please try disabling all Firefox extensions and plug-ins. Sometimes third-party …

Member Avatar for riahc3
0
499
Member Avatar for cwarn23
Member Avatar for <M/>

I can barely speak English. I took a few years of Spanish in school, but forgot 99% of it. Honestly, I wish that I had the opportunity to have been raised to be bilingual.

Member Avatar for Lucaci Andrew
0
420
Member Avatar for Dani

As many of you know, DaniWeb now has an API. It (optionally) uses OAuth 2.0 and it supports both server-side and client-side implementations. The server-side method I have down pat. However, I had to hack together the clientside implementation, and although it works, I'm not sure it's done "correctly". I …

Member Avatar for Dani
0
911
Member Avatar for zachmandude32

Sorry for the resurrection but we have an API with OAuth 2.0 support and an example to connect using cURL: http://www.daniweb.com/api/documentation

Member Avatar for Dani
0
224
Member Avatar for <M/>

When you log out, you're returned to the page you were on. You'll get a message saying "Nothing to see here, folks!" if you click on Log Out from within a member-only section of the site such as editing your profile.

Member Avatar for <M/>
0
96
Member Avatar for tux4life
Member Avatar for tux4life

Give the link a title: [Click here](http://docs.oracle.com/javase/6/docs/api/java/util/Arrays.html#asList(T...)) OR [http://docs.oracle.com/javase/6/docs/api/java/util/Arrays.html#asList(T...)](http://docs.oracle.com/javase/6/docs/api/java/util/Arrays.html#asList(T...))

Member Avatar for Dani
0
228
Member Avatar for tux4life

> Is there any reason as to why the option to specify the quoted user isn't included anymore nowadays? Because I want to stick to Markdown conventions, and the Markdown standard doesn't support this.

Member Avatar for Dani
0
166
Member Avatar for resiak

There are lots of other sites like this too, right? Is it similar to Amazon Mechanical Turk or more involved projects?

Member Avatar for dandcouk
0
155
Member Avatar for dksinghcomnez
Member Avatar for TonyG_cyprus

I'm not able to duplicate this. Can you please let me know what OS/browser and perhaps upload a screenshot? Thanks!! :)

Member Avatar for TonyG_cyprus
0
123
Member Avatar for Dani

As of midday today, my AdSense account suddenly just stopped working (now it's only showing blank ads). I didn't receive any messages or notifications about violating AdSense policies. I have my domain opted as a valid domain in the account settings. What else can it be????

Member Avatar for Dani
0
104
Member Avatar for LastMitch

> I don't know why she did it but i do like the feature. Why, you ask? Because I aim to please. :) > Though i don't understand why the views doesn't work properly (i think) because some of my posts show have 0 views even though there was about …

Member Avatar for <M/>
0
271
Member Avatar for riahc3

The DaniWeb community is all about the public sharing of information. If there is some stuff that you can't post on the Internet because of company secrets, then unfortunately you can't post that. I actually think it goes against the spirit of our community to post content and then later …

Member Avatar for Dani
0
139
Member Avatar for riahc3

It means that the thread was started by a member with a lot of clout in the community.

Member Avatar for riahc3
0
157
Member Avatar for mrnutty

At first I was really against Gravatar because I had actually contemplated implementing it at the same time as Facebook integration but decided against it, because it seemed like just a silly third-party novelty with no added value. However, a handful of other big sites use it, and I was …

Member Avatar for mrnutty
0
231
Member Avatar for <M/>
Member Avatar for Dani

A question came up yesterday in the office as to whether Facebook feeds were indexed by Google? Moreover, if content is published to a Facebook fan page and subsequently posted somewhere elseweb, is it possible for the elseweb site to get the credit (and not have a duplicate content penalty), …

Member Avatar for Dani
0
201
Member Avatar for GordonUK

It's not agencies you're looking for, it's ad networks, or site representation firms. Ad agencies are the ones buying the ads, not selling them. Just do a Google search for ad networks ... a billion should come up, everything from the ones that put crappy ads on your site for …

Member Avatar for jithinjohny
0
131
Member Avatar for DavidB
Member Avatar for GordonUK

Unfortunately, it's been my personal experience that when you screw up your SEO due to a blatant mistake (such as this one), and subsequently get deindexed for a particular keyword, it's very rare that you'll quickly earn back the rank for that keyword. More often, things shift around and I …

Member Avatar for GordonUK
0
151
Member Avatar for Upstateplastic
Member Avatar for Dani

I have four memcached servers, 2 GB each. Each one averages about 1 set operation per second, and 500 get operations per second. However, the hit rate is incredibly low at only about 45%. Is this still efficient considering that, even taking into consideration only half of the get operations …

0
132

The End.