Author Archives: Johny

Eclipse whole word search in Workspace

Although not very obvious, it is actually possible to perform a whole word search in your eclipse workspace. To do so, click on “Search” (from the menu) and then “File” from the sub-menu. Make sure to select “Regular expression” and then … Continue reading

Share
Posted in eclipse, Programming, Project, Tutorials | Leave a comment

Toshiba laptop – System and BIOS does not boot

This is a problem that is happening with Toshiba laptop owners: When I start up my laptop won’t boot to Windows. When I tried to get to BIOS, won’t let me do this as well. I can see only the … Continue reading

Share
Posted in Help, microsoft, Repair, Tutorials | Tagged , , , | Leave a comment

Visual Studio 2010 C++ Service Template

So you install Visual Studio 2010, all excited, want to code your first C++ Service and notice that there is no more template for Windows Service under C++, then you check under C# and it exists there… so what the … Continue reading

Share
Posted in microsoft, Programming, Tutorials | Leave a comment

Asterisk Setup – 404 Not Found

If you’re getting a 404 Page Not Found error when you’re trying to access your Asterisk web gui on http://localhost:8088 (by default), it’s because you need to create a symbolic link to /usr/share/asterisk/static-http, do the following and all should be … Continue reading

Share
Posted in Apache, Hosting, linux, Programming, Tutorials | Leave a comment

Upload using C++ as Client and PHP as Server

Level: Beginner (coder) This is a small tutorial which will teach you how to upload files using a C++ client application to a server running PHP. I had previously posted a version for C# that can be found here: http://www.johny.org/2007/08/upload-using-c-as-client-and-php-as-server/ … Continue reading

Share
Posted in Apache, C#, Client-Server, PHP, Programming, Tutorials | 3 Comments

Apache2 .htaccess RewriteEngine error

To enable .htaccess files on your server, edit “/etc/apache2/sites-available/default” file, change AllowOverride to All NameVirtualHost * <VirtualHost *> ServerAdmin admin@site.com DocumentRoot /var/www/ <Directory /> Options FollowSymLinks AllowOverride None </Directory> <Directory /var/www/> Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny allow … Continue reading

Share
Posted in Apache, Help, Hosting, linux, PHP, Programming, Tutorials, Web | Tagged | Leave a comment

Blog Comments and Spam – SEO

Merry Christmas everyone Here’s the tip of the year for bloggers who want to get extra traffic to their blogs. COMMENTS ARE ESSENTIAL!!! Make sure you don’t block commenting on your blog, do the extra effort to keep the comments … Continue reading

Share
Posted in Blogroll, SEO, Tutorials | Leave a comment

Windows Vista endless reboot after update FIX

Is your vista powered computer / laptop rebooting by itself constantly on startup? Well mine was! This is what happens exactly, Power ON Starting Windows Windows updating… reaches 100%… reboots! Back to step 1! So I googled for a fix … Continue reading

Share
Posted in Help, microsoft, Tutorials | Leave a comment

Some interesting web traffic

Hello dear readers, fellow webmasters, fellow bloggers… Something very interesting happened to this blog today, my visitors got ten times larger than yesterday! The only change that I did was to update from wordpress 2.x to 3.x, got rid of … Continue reading

Share
Posted in Analytics, SEO, Tutorials, update, Wordpress | Leave a comment

Thinking out loud

It’s been a while I haven’t posted anything so I guess it’s time for that once in a year post lol… This post is not to help you in anything, it’s simply me thinking out loud, writing what’s on my … Continue reading

Share
Posted in Project, Web | Leave a comment