11,545 Posted Topics
Re: Try [URL="http://www.dhtmlgoodies.com"]www.dhtmlgoodies.com[/URL] - I think they have what you're looking for. | |
Re: It was moved from the top to the bottom because it was taking up valuable real estate at the top and yet never clicked on. It receives just as much traffic with a link just at the bottom. | |
Re: So sorry about that!! That's what happens when I directly upload the file my designer gives me without double-checking it first. | |
Re: Ugh, I'm kinda pissed about it. We got hit in the previous Panda algorithm update a few months ago, and I was really hoping for a recovery this time. I've been refeshing my analytics all day waiting for it to come. Then, just a few minutes ago, I was talking … | |
Re: Do you mean that you have a desktop computer, but you want to use a laptop monitor for the desktop computer? I don't think you can do this, to the best of my knowledge. Your laptop's video card would need to support a monitor-in connection (I forget whether it's a … | |
Re: You say you want to take an existing platform and modify it, but you haven't really given any details as to what *language* you want the existing platform coded in. For example, I'm a PHP developer, and so I can take an existing PHP script and tweak it to my … | |
Re: C# can be used for both web development and non web development applications. To that end, while PHP is primarily used for web development, it can be executed from the command line as well. Basically we've adopted the tagging system as the new primary means of navigation here at DaniWeb, … | |
Re: It depends if you want to focus on long tail or short tail keywords: long tail means you have TONS and TONS of keywords, and each one gets a little traffic; short tail means you have a small handful of keywords that are really important to you. When going that … | |
Re: Check this out ... It's an overview of how DaniWeb recovered, as fully documented on Google's official webmaster forums: [url]http://www.google.com/support/forum/p/Webmasters/thread?tid=517eb20afe76fe3d&hl=en[/url] Be sure to watch the recovery video and read the super long threads. Yes, they are SUPER long, but there are some valuable jewels buried within. | |
Re: Microsoft is giving up on IE for the Mac since Apple came out with their KHTML-based Safari browser. However, I doubt IE will leave the Windows platform. | |
Re: Dreamweaver for design me thinks. | |
Re: Oh I had this problem with associative arrays in PHP myself recently. Let me see if I can find my remedy. Hold on. | |
Re: Social media is incredibly difficult to determine a ROI or quantify. It is much more an intrinsic value ... like, any type of good press or bad press, or word of mouth. It is definitely super important, it cannot be overlooked (i.e. some businesses rely exclusively on word of mouth … | |
Re: But I think what Rik is proposing is that it might be a problem with your computer. It's worth doing a test using ethernet cable for a half hour and see if you experience the problem. This way we can rule that out. | |
Re: Because, after a lot of deliberation among the moderation team over many years, it was determined that 'shit' was not offensive enough a word to be censored. | |
Re: So you mean like what we do on this page?: http://www.daniweb.com/web-development/web-design-html-and-css/15 You need to use jQuery, yes. Here's our code. You will need to modify it for your own needs: <script type="text/javascript"> <!-- $(function() { var header = $('#static-header'); var body = $('#body'); var offset = header.offset().top; $(window).scroll(function() { var … | |
Re: Thanks so much! I'm glad that you like it. Without going into too much detail, it is definitely not in the cards at this time, I'm afraid to say, to disable it as a profile option. However, I will add that the option currently only exists on navigation pages and … ![]() | |
Re: Odd, I don't think I've ever seen you without a cigar. | |
Re: My two cents: * I would get an Intel. I haven't heard great things about AMD in quite a number of years. * A touchscreen for Windows 8 is amazing for tablets, but unnecessary for a desktop gaming PC. | |
The very early workings of an API ... http://www.daniweb.com/api/documentation Any ideas churning?? | |
![]() | Re: I would choose side projects that both interest you but also strengthen your skills that will help advance your career. |
![]() | Re: > I believe the site legally has to allow a option to delete all information (personal). Yes, we will not retain any personal information. Simply edit your profile and remove your personal details such as your full name, company, location, etc. Then, click the Permanently Delete Membership link that cereal … |
Re: Thanks!! :) It's a live process once the payment has been validated. It looks as if the system never promoted your account to a sponsor, either. Hmm ... I'll have to take a look into it, thanks :) It's kinda late tonight so I'll get right on this in the … | |
I'm trying to debug my PayPal IPN code. Here is my PHP code: if ($this->input->post('payment_status') == 'Completed' AND in_array($this->input->post('txn_type'), array('web_accept', 'subscr_payment'))) { $query = 'cmd=_notify-validate&' . http_build_query($this->input->post()); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, 'https://www.paypal.com/cgi-bin/webscr'); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, $query); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $result = curl_exec($ch); curl_close($ch); if ($result == 'VERIFIED') … | |
Re: > @Dani:- you have not provided solution for my note2 probem.I am not able to login using chrome in note2.The lightbx is opening and then closing automatically.Please provide alternate way to login either if lightbox is not visible.I was able to login some time ago.i have also posted this but … | |
Re: There's Microsoft Silverlight. But I would say it would be HTML5/CSS3 with a Flash fallback, yes. | |
Re: > I believe that DaniWeb take "ownership" of posts so that they can legally store and manipulate them, however, someone from DaniWeb would have to officially confirm/deny this. Yes, that's true. However, and please don't quote me on this, but in the future this might be modified to change from … | |
Re: If your database is small enough (not more than a few megs in size) then you can upload an .sql file. However, I would not recommend doing this through phpMyAdmin's web-based interface for anything larger or you'll end up with timeout errors. | |
Re: DaniWeb has a mobile app in the works although nothing has been launched as of yet. There haven't been changes to the way the login form is generated so unfortunately I'm not sure why it no longer works on Android Mobile. I only have access to an iPhone. | |
Re: Do you have Adobe PDF Reader (or some other PDF reader) installed? IIRC, OS X uses Preview by default to display PDFs, but this is overruled if you have a real PDF reader. Maybe you have one but it's broken? | |
Re: DaniWeb was hit and recovered from Google Panda three times already. It's possible to recover. It just takes time. Changing the domain name is not the quick fix you think it is. If you don't fix what Panda doesn't like, then the new domains will be hit by Panda in … | |
Re: No matter what we do, there are going to be people who think it should be different. They used to scroll / collapse, and we got people who didn't like the page movement or found it annoying the other way around, so we stopped. :) | |
![]() | Re: It's for pagination :) For example, take the URL http://www.daniweb.com/api/members You will notice that the resulting JSON includes a `data` field that encapsulates an array of members, and a `pagination` field that says: "pagination":{ "total":"33836", "per_page":50, "page":1 } Now if I were to use the URL http://www.daniweb.com/api/members?page=5 you will notice … ![]() |
I know I promised not to make anymore drastic changes to the API, but ... well ... I lied. The two API write operations (voting on posts and watching/unwatching articles) used to always respond with a JSON object in the format success: true or success: false Now, they return the … | |
Re: I'm looking forward to your tutorial! Is GD built-into PHP or is it more of an extension? | |
We regularly expire pages at which time we start sending back a 410 status code. Is there a way that we can inform Google as soon as possible which pages to remove from its index? I know that Google Webmaster Tools has a URL removal tool, but is there a … | |
Re: Been paying a close eye since I've been trying to recover from Panda, and haven't noticed a change today. | |
We use CodeIgniter custom session data to handle our login (among many other things). Our settings are as follows: $config['sess_cookie_name'] = 'danisession'; $config['sess_expiration'] = 0; $config['sess_expire_on_close'] = FALSE; $config['sess_encrypt_cookie'] = TRUE; $config['sess_use_database'] = FALSE; $config['sess_table_name'] = 'ci_sessions'; $config['sess_match_ip'] = FALSE; $config['sess_match_useragent'] = FALSE; $config['sess_time_to_update'] = 300; ... $config['csrf_protection'] = true; … ![]() | |
Re: I always put opening curly braces on their own line. Otherwise, I just have a really hard time wrapping my mind around where code blocks start and end. It's easy to match them up that way. All the tab stops at the top might be used to help align intentations … | |
Re: Personally, I live in a world where file_get_contents() is rather mainstream, but I also live in a world revolving around applications meant to be run on dedicated servers as opposed to shared hosting environments. | |
Re: I'll take a look as to why some of the RSS feeds are giving parse errors. However, it should be noted that you can accomplish the same thing, but *significantly* faster, by following the following algorithm: Fetch list of all forums in JSON format Create an empty array for each … ![]() | |
Re: Having unique content is important because, if the same content can be found in multiple places around the web, odds are that it's plagiarized. That, and Google only wants to show the same content ONCE in the search results, so it will try its best to figure out who the … | |
Re: DaniWeb is my hobby :) Well, it's my job, but more specifically, I like to surf the web reading up about the latest SEO tactics. So SEO is my hobby :-P I also like to play simulation games like The Sims and SimCity. What's yours? You never told us. | |
The End.