Proxies of My Life

Little stories about me. Information Technology, PHP, Java, Computer Network, Security

Floating Bottom Banner without Javascript

Many examples and source codes required javascript to build floating banner. In this example I only use CSS without javascript. There are two models frequently used, top banner and bottom banner. Be Careful if you use at bottom and it’s floating. User may feel it’s annoying but not much as pop up banner. Take a great look to your user and website before user it.

[Read the rest of this entry...]

Add GainScope.com Forex Signal to My Widget

If I use script from gainscope than it need 500 pixels width. It’s insufficient with my widget layout. As a web developer, I change script a little so it can fit to my widget.

[Read the rest of this entry...]

My blog became do follow blog plus commentLuv

Recently when I came across some blog, there’s some nice plugin. I tried it out and looks great. Two of them is NoFollow Free and commentLuv. It’s attract user to write comments. I need this thing to make my blog look more popular.

[Read the rest of this entry...]

Bottom Up Apache Axis2 Webservice with Eclipse

Make sure you already install axis2 plugin in your eclipse. If you have yet, there’s small example from me in previous post. In this simple tutorial, I use Eclipse 3.3 Europa. 

I don’t know what exactly it’s name but I call it Webservice Model (Never learn officially). We’re gonna make POJO class Rectangle in package com.coni.ws.bu.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.coni.ws.bu;
 
public class Rectangle {
	private static int width = 10;
	private int height = 20;
 
	public void setWidthHeight(int width, int height) {
		Rectangle.width = width;
		this.height = height;
	}
 
	public int getArea(){
		return width * height;
	}
}

Generate Service Archive to be used by axis2. Using simple wizard with eclipse it can be build easyly. Right Click or Choose File -> New -> Other -> Axis2 Wizards -> Axis2 Service Archiver
[Read the rest of this entry...]

Install Apache Axis2 in Eclipse

In this section I set eclipse installed with axis2 plugin. It will really helpfull with just wizard and few lines of code we can make webservice application. We need to install Service Archive Wizard and Code Generator Wizard. Download them from here.

[Read the rest of this entry...]

My Proxies

Recently I created some proxies just to try how much they can earn.You can surf anonymously and blocked sites from your network school or offices. They allow you to set your browser identity and cookies. Fully working and functionally proxies.

[Read the rest of this entry...]

Drupal 6 google xml sitemap module

After I read article in here I began to create my own xml sitemap module for drupal 6. It just use all function described on that blog, except that I use url sitemap.xml.

[Read the rest of this entry...]

Move from yuniarko.net to yuniarko.com

After move to another hosting, I also move to another domain. It’s look more nice with .com suffix.

Hope you enjoy it and don’t forget to add comments.

Perpanjang STNK Motor

Setelah sekian lama perpanjang STNK motor ma bapak. Aku pengen nyoba perpanjang sendiri. Pengen tahu aja. Apa itu SAMSAT?

[Read the rest of this entry...]

Kartu Kredit BCA Dengan Jaminan Rekening Tabungan

Ini merupakan solusi bagi orang yg ga punya pekerjaan tetap dan usaha. Seperti saya ini yg masih freelance ga jelas. Bisa juga buat mahasiswa kan lom punya penghasilan juga. Sistemnya nanti rekening tabungan kita dilock ga bisa diambil buat jaminan.

[Read the rest of this entry...]