Welcome Laravel!
Reading Time: < 1 minuteAfter much trial and error we’ve selected our future framework for all projects: Laravel! It has great documentation, a good community, lots of plugs and a steady update path. Plus it’s fun to code!
Reading Time: < 1 minuteAfter much trial and error we’ve selected our future framework for all projects: Laravel! It has great documentation, a good community, lots of plugs and a steady update path. Plus it’s fun to code!
Reading Time: < 1 minuteNOTE: This only applies to Summernote 0.6.* and not to newer versions. $(‘#summernote’).summernote({ height: 850, toolbar: [ [‘style’, [‘fontsize’,’fontname’,’bold’, ‘italic’, ‘underline’, ‘clear’]], [‘color’, [‘color’]], [‘para’, [‘ul’, ‘ol’, ‘paragraph’,’hr’,’link’,’picture’]], [‘src’,[‘fullscreen’,’codeview’]] ], onImageUpload: function(files, editor, welEditable) { sendFile(files[0], editor, welEditable); } }); function sendFile(file, editor, welEditable) { data = new FormData(); data.append(“file”, file); $.ajax({ data: data, type:
Summernote Image Upload Read More »
Reading Time: 2 minutesI manage a bunch of internal servers and for those that aren’t part of the wider web I like to use key pairs to speed up my sign ins and maintenance. Key-Based SSH Logins Key-based authentication is the most secure mode of authentication usable with OpenSSH. Key-based authentication has several advantages over password authentication, for example
Connecting to Ubuntu Servers With RSA Keys Read More »
Reading Time: < 1 minuteIt’s with a heavy heart that we must begin to phase out Kohana Framework from our projects. We will be migrating all current project and all future projects to a newer, more supported framework: Laravel. That is all. A About Kohana Koseven was an elegant, open source, and object-oriented HMVC framework built using PHP7, by
Aloha Goodbye Kohana Framework Read More »
Reading Time: 3 minutesKeep Updated You should update your linux settings no less than once a month. This will ensure that you are not running vulnerable technology. Remove Header Details / Disable Tokens When Apache web server generates any web pages or error pages, some important information about the version and other details implemented on the system are
Simple Changes to Secure Apache Read More »