-
Object Oriented Javascript
So I was reading a new friend’s blog and found this article about object oriented js. I was already planning on writing one myself but he does a great job explaining the subject. Enjoy! Object Oriented Javascript Objects
-
Using the .call() method in a Javascript object to call methods from another object
So I have an object called toolset that I use to encapsulate some methods that other objects can use. For example I have a method to send an ajax request and on success call back a specific method in another object. so for example I have toolset like so
-
Getting Disabled Form Fields Using JavaScript Only Or jQuery
Edit: So it seems I need to do more research on my posts :P. As it turns out there is a readonly attribute for the input tag. you can simply do: and that will show the field and make it submittable in your form. I am leaving the old post up for those that still…
-
My First Software Sale
So this is more of a “How-amazing-I-feel” post rather than a technical writing. I have a webapp that I developed for a customer a while back, it was a gift for using our company. At the time the app was very crude and unsafe, but the customer has continued to use it and the app…
-
Turning Joomla into a SOAP Server using components
So I am using SugarCRM to feed data into Joomla. I am using SOAP for this purpose but I couldn’t really find any good tutorials on how to set up a soap server in Joomla so I am going to share my implementation here. by the way this is for joomla 2.5 i am sure…
-
URL Encoder/Decoder
I built this little tool just because 🙂 URL Encoder Decoder Github
-
DDlab.net Data Entry Sofware
One of the drawbacks of developing internal software is that many times we don’t get to showcase our hard-labor results. Most of the software I develop falls under this situation. But thankfully I just developed a piece of software that is intended for our customers to use and better yet, someone made a training video!…
-
HTML5 Canvas-JavaScript-based color picker
I made this little tool because i wanted to play a little bit with the canvas in html5 it is a bit simple but useful. I have put the code in github for anyone to see GitHub Repo also here is a direct link for the live demo Demo
-
Remove a folder and its contents recursively with PHP
PHP for all it’s wonderful things can’t delete a non-empty folder. Every time I have to delete a folder I looked it up in google and used the first code that would sort of work. Well today I needed to delete folders but I needed something robust that handled errors better than what I was able…
-
pureftpd 530 Login authentication failed but cPanel login is ok in VPS [FIX]
I run on this problem the other day, I was getting a 530 Login authentication failed. I hadn’t changed anything on the account side nor had I updated the server. I googled for possible solutions but most pointed to synchronizing passwords and double checking user names and passwords. So I connected with SSH and ran the script to sync passwords but…
