-
A Simple News System For Basic Websites
Posted on March 10th, 2010 No commentsThis is a very simple news system with comment support which is ideal for adding simple blog/news system functionality to any website needing that kind of system. In the past I'd usually use wordpress as a pre-built solution for adding this kind of content to a site and although you get a lot of extra benefits by using wordpress (as a result of its plugin system) there can be a lot of issues with tweaking the wordpress theme to suite the site. The method of embedding this system is so simple that it can be used easily within any site template and as such it's perfect for quickly adding blogging or news system style functionality to previously static sites or E-Commerce systems where an attempt at tying in wordpress could be very messy in reference to: About The Demo » Phpns » Open Source PHP News System ( view on Google Sidewiki )
Originally posted here:
Sphere: Related Content
A Simple News System For Basic Websites
5, Chris, EU, Google, HTML, IDE, News, OS, Plug, RDP, Reviews, Track, Wordpress, XHTML, XML, ad, blog, blogging, cd, click, comment, double, fun, function, functionality, get, http, https, ice, in, ing, issue, map, me, method, new, open, open source, php, plugin, press, service, simple, site, software, solution, source, style, system, theme, to, trac, ua, user, view, views, web, website, word, www Chris, ing, News, php, source, support-which, Track, XML -
AeroSQL an alternative to phpMyAdmin
Posted on March 8th, 2010 No commentsAnother really useful item from Oleg Burlaca. AreoSQL is a free web based database management solution which, given some development could be a decent replacement for the awful phpMyAdmin.
See the article here:
Sphere: Related Content
AeroSQL an alternative to phpMyAdmin
5, Chris, Databases, Desktop, EU, Google, HTML, IDE, OS, Projects, SQL, Top, Track, URL, XHTML, XML, ad, base, blog, data, database, development, face, fun, function, functionality, http, https, in, ing, int, interface, like, management, me, media, no, not, one, personal, php, phpmyadmin, place, project, replace, site, solution, to, trac, ua, user, view, web, when, www base, Databases, function, https, ing, lot-desktop, personal, place, replace, web, www -
Double quotes in INI files loaded with parse_ini_file
Posted on March 1st, 2010 No commentsWriting a bit of PHP tonight and found that if you use parse_ini_file to load an INI file in PHP, there is a slightly hacky way of having double quotes in strings. For example, I tried these: somevalue = "This " "string" " has quotes" somevalue = "This " string " has quotes" But none of them worked! Turns out a quick look at the PHP manual reveals a simple (but a bit hacky) solution to this is to define a constant e.g. QUOTE to be “, and use that in the INI string
Read more from the original source:
Sphere: Related Content
Double quotes in INI files loaded with parse_ini_file
EU, File, James, ad, amp, asgrim, coding, config, double, escaping, exam, fine, fun, function, http, in, ing, ini, light, load, me, no, one, parse_ini_file, php, php5, quote, quotes, setting, simple, solution, string, to, ua, value, work, www double, escaping, exam, File, having-double, ing, setting, simple, work -
Question: How does source control work in a non-distributed environment?
Posted on February 5th, 2010 No commentsAt our company we currently all work on one shared network drive. The source code is not under any kind of source control, which for me is a big no-no. I’d love to be able to set up SVN and us all work of separate repositories and just commit back to a trunk or branch, but our tech manager doesn’t agree.
Continue reading here:
Sphere: Related Content
Question: How does source control work in a non-distributed environment?
17, CVS, Eclipse, File, James, OS, SVN, amp, auto, change, check, code, coding, commit, company, control, fine, form, http, ical, in, ing, int, issue, linux, me, network, no, not, one, open, open to suggestions, problem, repository, scm, share, solution, something, source, tech, to, tom, ua, update, vcs, version, windows, work before-it-takes, check, commit, linux, network, situation, source-control, tech -
MySQL gotcha when using non-compulsory foreign keys
Posted on January 27th, 2010 No commentsI’m just writing a query at the moment that filters out test records from a database. These records have a foreign-keyed value that identifies test apps, e.g. a table with: id name 1 TEST 2 ANOTHER_VALUE 3 SOMETHING_ELSE This is joined onto the main data table, sensibly with a query like this: SELECT * FROM the_data LEFT JOIN the_values ON the_data.some_value = the_values.id WHERE the_values.name != 'TEST' The gotcha is however, that this doesn’t work as you’d expect
Read more here:
Sphere: Related Content
MySQL gotcha when using non-compulsory foreign keys
17, Eye, IDE, James, SQL, amp, base, check, coding, data, database, filter, gotcha, http, in, ing, join, key, left, like, me, mysql, name, no, not, null, query, record, simple, solution, something, table, test, to, value, values, work amp, base, gotcha, identifies-test, instance, joined-onto, null, onto-the-main, query, record, simple, simple-once, table, work -
Olark-ing About…
Posted on October 2nd, 2009 No commentsOlark is a very neat new service from as US company called Habla, Inc. that lets you integrate a live chat box on your website directly with one of a number of common Instant Messaging clients.

Visit link:
Sphere: Related Content
Olark-ing About…
17, 5, Chris, Class, Freelancing, Google, ICO, IDE, OS, PS3, Read, SQL, SSH, Someone, Touch, action, ad, amp, anyone, apache, blog, book, box, case, cell, chat box, chat client, chat request, chrome, client, code, comment, custom, date services, development, direct enquiries, excel, extensions, get, hellip, http, ice, image, images, important, in, include, ing, interaction, left, like, linux, live, live chat, live web, me, media, message, messenger, microsoft, mysql, new, no, not, number, one, open, opera, page, php, pidgin, place, popup, post, posts, process, question, questions, request, rest, server, service, smile, solution, something, sw, system, talk, title, to, ubuntu, web, web development, web page, website, weeks, windows, windows live messenger, work, wp, www amp, apache, direct enquiries, microsoft, mysql, permanent-link, pidgin, question, rest, SSH, ubuntu, www -
Eclipse, why do you make installing plugins so hard?
Posted on September 10th, 2009 No commentsEclipse PDT and Zend Studio are really nice editors for general use. Once they’re set up the way you want, they work mostly fine
See the article here:
Sphere: Related Content
Eclipse, why do you make installing plugins so hard?
100, 17, 5, Eclipse, General, IDE, James, Java, Manually, OS, Plug, Projects, Top, Zend, ad, amp, base, bug, check, code, coding, collabnet, development, editor, error, exam, extensions, face, fact, feature, fine, get, http, ice, in, install, interface, issue, list, me, mylyn, netbasic, network, no, not, one, pdt, php, plug ins, plug-in, plugin, plugins, project, software, solution, studio, test, to, type, virtual, when, work code, Eclipse, fact, mylyn-bridge, netbasic, plugins, project -
Filling In Forms – Increasing Your Form Conversion
Posted on September 1st, 2009 No commentsThis kind of lazy form creation really annoys me. This company is trying to make users jump through hoops just so their form developers don’t have to bother reformatting the data into an acceptable format to them. It is absolutely critical when developing a form that must convert well to accept pretty much anything in the form.

Excerpt from:
Sphere: Related Content
Filling In Forms – Increasing Your Form Conversion
17, 5, BT, Class, HTML, IDE, James, Java, JavaScript, OS, RDP, Top, Wordpress, box, change, characters, check, code, coding, conversion, convert, custom, data, decimal, developers, error, exam, field, filter, form, format, formatting, forms, help, high, highlight, http, ical, ice, image, in, input, insurance, light, like, live, load, me, message, no, not, number, oop, ping, place, places, post, press, problem, replace, script, solution, sub, term, test, thought, tip, tips, title, to, upload, valid, value, warning, when, word, wp, www box, change, european, formatting, image, JavaScript, load, message, oop, ping, problem, reformatting, script, user, www -
Rant: Clickable Text and Checkboxes / Radios
Posted on August 27th, 2009 No commentsArgh, it really annoys me when web designers have check boxes or radio buttons that do not have clickable text attached.
See the original post here:
Sphere: Related Content
Rant: Clickable Text and Checkboxes / Radios
17, HTML, IDE, James, Web Design, box, button, check, click, coding, design, field, form, forms, http, in, input, issue, label, login, me, name, no, not, problem, radio, semantics, simple, simple solution, solution, to, type, value, web, website, when attribute-must, box, coding, form, HTML, issue, James, label, problem, simple solution, solution, the-element, Web Design, wise-at-least -
HTML email with images broken in Windows Live Hotmail and Firefox
Posted on July 6th, 2009 No commentsIf you’ve ever had to design/build HTML emails for work or fun or whatever, you might have run into a bit of an issue getting your email to display consistently in the multitude of email clients out there. I tend to just test my emails in Gmail, Outlook, Windows Live Hotmail and occasionally Mac Mail. I used to only test in Windows Live Hotmail using IE as I was resigned to the fact that it never worked properly in Firefox – until now! I finally got hassled into finding a solution for the only issue we had left – a 3 or 4 pixel gap appearing in between all the images
See the article here:
Sphere: Related Content
HTML email with images broken in Windows Live Hotmail and Firefox
17, HTML, Hints and Tips, Hotmail, Jon, Mac, Mod, Web Design, base, baseline, browser, build, case, client, default, descenders, design, email, email clients, email with images, engine, fact, fine, firefox, first, fun, gap, get, gmail, hassle, html email, ical, image, images, issue, left, like, live, lowecase, mac mail, me, messenger, no, one, outlook, pixel, problem, quirks, solution, something, style, test, to, web development, windows, windows live messenger, work browser, engine, firefox, ical, images, multitude, second-option, standards-mode, windows












































