11,530 Posted Topics
Re: I would shy away from directories nowadays. While they were good for backlinks many, many years ago, now they're associated more with being "bad neighborhoods" of unrelated, spammy links, that can actually hurt your SEO more than help it. | |
How can I catch and log PHP fatal errors in CodeIgniter? if (defined('ENVIRONMENT')) { switch (ENVIRONMENT) { case 'development': error_reporting(E_ALL); ini_set('display_errors', '1'); break; case 'testing': case 'production': error_reporting(0); break; default: exit('The application environment is not set correctly.'); } } When environment is set to production and there's a fatal error, … | |
Re: Try replacing `// some code here` with `break;` | |
Re: A member for only a week, and already has 38 reputation points, ranks #546 out of over a million people, multiple skill and expertise endorsements, has a > 70% post quality score, only three posts currently voted down out of 43 total, and double the number of upvotes as downvotes. … | |
![]() | Re: With the exception of the code snippet library, where it's understood that code is meant to be reused and shared. |
Re: Cool. In addition, DaniWeb users can always use the Thread Tools dropdown and then select Printable Version for any thread :) | |
Re: Hi there, DaniWeb is actually built on the [CodeIgniter MVC framework](https://ellislab.com/codeigniter), and therefore we use CodeIgniter's routing functionality. CodeIgniter also has a single index.php file that essentially takes in the name of the class and the name of the method, and then routes to calling the appropriate function. RewriteCond $1 … | |
Re: > I don't know if anyone ever uses it. I use it because I grew up with my mom using it. | |
![]() | Re: You can only edit a post within the first 30 minutes after it is posted. After 30 minutes, the edit button goes away. However, if you click the edit button on an already-loaded page (and it has been more than 30 minutes), then only a Cancel button appears. |
Re: I used to use Print Screen but now my windows machine is connected to a mac usb keyboard, so there is no print screen key. So I use SnagIt now. | |
Re: I would recommend at least 16 gigs. | |
Re: You don't need a robots.txt file if you don't want to disallow robots from anything. However, it can't hurt to create one to specify your sitemap file: Sitemap: http://URL-TO-SITEMAP-FILE | |
Re: Can you please provide a link to which tutorial you are talking about? That would be very helpful. | |
Trying desperately to get CodeIgniter and Nginx to play nice. I was able to get it working once a long time ago and I cannot seem to reproduce what I had. I am trying to follow: http://wiki.nginx.org/Codeigniter However, it works fine where / gives me the default controller/method, and I … | |
Re: I don't get it. If the fox is allowed to say anything that I feel like, then why can't he say Wa-pa-pa-pa-pa-pa-pow? What if I feel like having him say that? | |
Re: You can't do it with HTML, but you might be able to do it with some jQuery effects. http://jqueryui.com/effect/ | |
Re: Hi there and welcome to DaniWeb!! I think your best bet is to ask your question within our C# forum ... but perhaps go into a bit more detail. There's sooooo much to programming nowadays ... are you talking about backend, frontend, web dev, mobile dev, etc etc? Ask your … | |
Re: You can ask other members for feedback about your website here: https://www.daniweb.com/business-exchange/website-reviews/55 https://www.daniweb.com/business-exchange/show-off-your-projects/75 | |
Re: Firstly, I would never put sensitive photos in the cloud to begin with. And if you did, make sure to encrypt them :) | |
Re: > Did Dani make a change allowing more people to edit their user titles lateley then or something? Yes. | |
Re: Thanks for the feedback. I've gone ahead and made the adjustment a little bit ago. | |
Re: This has been an ongoing debate behind-the-scenes over the years. I personally feel like we are a discussion community that should allow ongoing discussions, and if someone has something valuable to add years later, then they should be able to, because people are still finding those pages in the search … | |
If you read my discussion about how [Google started ranking Stack Overflow above all other tech forums](https://www.daniweb.com/internet-marketing/search-engine-optimization/news/459242/stackoverflow-stole-all-our-search-traffic) on the web, you'll learn about our severe ranking decrease over the past year. From browsing around other webmaster forums, it seems as if all tech discussion forums have taken a severe hit … | |
Re: Hi there. Welcome to DaniWeb! And good luck in school. We'll be here to help whenever you need us. | |
Re: Closing this discussion before it becomes too much of a breeding ground for spammers. | |
Re: When someone sends you a chat message, there should be a little popup that appears above the footer for the first second or so that the page is loading. Honestly, it's kinda hard to miss. | |
Re: You can set the z-index to "layer" divs on top of each other. | |
| |
Re: Google doesn't even go so far as to publish the name of the algorithm. Google rolls out over 500 algorithm updates per year. That means the algorithm changes more than once every single day! Whenever there's a *really* big algorithm update, webmasters and SEOs band together in various Internet marketing … | |
Re: Focus on good, quality content ... especially really informative content you can't find anywhere else, or content on controversial topics that people are going to have a gut reaction to want to reply to or share with their friends on social media. That's a great way to get traffic coming … | |
Re: Welcome to DaniWeb. However, it's a bit odd that you're saying you are new to SEO but meanwhile you run a company called Best SEO Service. | |
Re: Oh, I wish it were as easy as thinking about keywords and suddenly they are put in my site and I rank for them!! *dreaming* | |
Re: > ..i clicked my member badge while on my local dev machine. Is that where this could be from? Yes :) It will go away shortly on its own. | |
Re: What, specifically, did you do? | |
Just a show of hands, how many people have taken the plunge and migrated to HTTPS since Google's announcement? I was really against it at first, because I just don't like to do things just for SEO's sake, and it seemed to me like this was one of those things. … | |
Strictly from a performance standpoint, what are the differences between remove(), hide() and detach()? If I want to permanently make an element go away on the page, is remove() or hide() even marginally faster than the other? | |
Re: We did just switch to sitewide-https. However, you shouldn't be having login issues. Prit, try switching all of the API endpoints to https. Did that do the trick?? More concerned right now with JorgeM who's saying he's unable to log into the site. | |
Re: Anything that attempts to take shortcuts to hard work is going to come back and bite you in the end. The problem is that automated sofware simply can't replicate the human element of deciding whether or not a specific backlink, etc., is truly relevant and the right choice, or if … | |
Re: Hi Theo, Firstly, sorry for not having a chance to reply to your email the other day. It was on my list of things to do during the day but somehow I dropped the ball on that one. Regardless, this is probably a better medium, because I like to be … |
The End.