Url Suffix in Codeigniter

Codeigniter is a great Framework, it’s been around for quite some time now. Some might say this makes it a bit long in the tooth. Personally I don’t agree, it’s still actively developed, faster than most (much faster than Laravel) and allows you to still write raw PHP when you want to. One of the… Continue reading Url Suffix in Codeigniter

Exporting to CSV in Modx

Sometimes the easiest way to bulk edit or export data is through a csv or excel file. While its easy enough to export a database table as CSV if your exporting from Modx then it’s not that straight forward. The reason for this is due to the way Modx stores Template Variables – within a… Continue reading Exporting to CSV in Modx

IP Address Spoofing

I’ve been thinking on the subject of IP address spoofing lately and how easy this could be to carry out. While email header spoofing is both widespread and easy (you don’t even need any paid software or much knowledge) Two IT experts have argued that you can’t really spoof IP addresses elsewhere. On a networking… Continue reading IP Address Spoofing

Speed up your website

It is very important from both a web design and an SEO point of view that any website you create should display as fast as possible, giving the user the best experience and catering for those with slower internet connections. There are quite a number of changes you can make in order for a website… Continue reading Speed up your website

301 Redirects

Redirecting a website or webpage can be important for a number of reasons, site redesign, change of domain name, business rebranding etc.As far as the search engines are concerned there should only ever be one form of redirect, and that is via the “301? method. Any other form of redirect is considered bad form and… Continue reading 301 Redirects

GetPage Pagination

GetPage is a very useful extra for Modx that allows the pagination of results, most of the time generated by the GetResources extra. It’s pretty straightforward to use however by default there isn’t really any thought given to the duplication that will result from it’s use. There doesn’t seem to be much about this on… Continue reading GetPage Pagination

Published
Categorized as modx