ImgSign Beta released
After working for about 1 year, ImgSign.com have gotten unfolded at last. I am glad. At least what I have started long ago is finished. Lets discuss all about this site in what, why, how format. What...
View ArticleImgSign got Guided tours
After releasing the site I got lots of member registered. So I got good response from users. But it seems very few users were able to use the site effectively. In fact the number of users who created...
View ArticleCheck if a php method is called statically or as an instance method
PHP allows to call you any method of a class both as static and as instance method. Recent version of PHP is more strict though. But still you can call non-static function as static. Calling a...
View ArticleJavascript timed array iteration
Sometimes you need to iterate on an array with a time delay between each iteration. For example, you have a list of UI elements. And you want to perform animation or process each components in a way to...
View ArticlePermission denied: /home/username/.htaccess pcfg_openfile: unable to check...
I usually dump any html doc or any website in my public_html folder. For example I have ExtJS dumped in public_html/extjs so I can see the docs in http://localhost/~shiplu/extjs/ For some days when I...
View ArticleOSX “fatal error: ‘freetype/fterrors.h’ file not found”
I have created a github gist about it. The post OSX “fatal error: ‘freetype/fterrors.h’ file not found” appeared first on Versatile Programmer's Diary.
View Article10 things you would like to know about me
I love exploring new things I love challenges to push hard and cross my limit I am afraid of ghosts. I am very logical I love stars. In a clear sky my I always look up at them. I act like computers. I...
View ArticleHow to delete Kubernetes resources for good
Delete kubernetes resources without making them undead The post How to delete Kubernetes resources for good appeared first on Versatile Programmer's Diary.
View Article