Login or Sign Up to become a member!
LessThanDot Sit Logo

LessThanDot

All Blogs

Less Than Dot is a community of passionate IT professionals and enthusiasts dedicated to sharing technical knowledge, experience, and assistance. Inside you will find reference materials, interesting technical discussions, and expert tips and commentary. Once you register for an account you will have immediate access to the forums and all past articles and commentaries.

LTD Social Sitings

Lessthandot twitter Lessthandot Linkedin Lessthandot friendfeed Lessthandot facebook Lessthandot rss

Note: Watch for social icons on posts by your favorite authors to follow their postings on these and other social sites.

Your profile

    Search

    XML Feeds

    Google Ads

    Tags: php

    comments

    What is a web developer? Recently I was involved in a discussion about the skills a web developer is expected to have and how interesting it has been to watch common bad practices (like table layout and SQL injection) continue to spread. So in the nature of Denis's What does a SQL Server developer need to know? post, I present the web developer breakdown.

    Read More...
    comments

    Encoding to UTF-8 in php

    by Christiaan Baes (chrissie1) on Jan 23, 2011 in categories PHP, AJAX. Article views: 1643 views

    This week we saw some strange symbols on our launchpad in one of the excerpts of a post. We did however not see this on the blog part of our site. So there must be a difference between the two. Here is how I solved it.

    Read More...
    comments

    I know you can do better than that

    by Christiaan Baes (chrissie1) on Dec 28, 2010 in categories Ethics & IT. Article views: 661 views

    Today I was going through some code that we use for this site and found this. if( $this->disp_params['show_recently'] ) { echo $this->disp_params['item_start']; echo '<strong><a href="'.$Blog->get(…

    Read More...
    comments

    The problem

    for this blog we needed to make some adjustments to the code. One of them was the summary. Because we don't want our bloggers to write excerpts by themselves, we decided to do it for them (mainly tarwn).

    To do this we take the original blogpost and cut it off at 600 characters. This works pretty well in php, since there are some functions for this. And this is what we have so far.

    php Sample Code (See Article for Rest)
    Read More...