Skip to content

Instantly share code, notes, and snippets.

<?php
$url='domain.com/newyork/en/home/welcome-to-our-website';
$parts=explode('/',$url);
$domain='';
$location='';
$language='';
$page='';
$article='';
switch(count($parts))
public void doSearchButton(View v)
{
Dialog alert = new Dialog(SearchTabActivity.this);
alert.setContentView(R.layout.search_filter);
alert.setTitle("Filter Search Options");
alert.setCancelable(true);
Button butt=(Button)alert.findViewById(R.id.continueButton);
butt.setOnClickListener(new OnClickListener()
{
$(document).ready(function()
{
$('.aboutNav img').click(function()
{
var title=$(this).attr('title');
$('.contentAbout div').fadeOut(500,function()
{
alert('faded');
$('#'+title).fadeIn(500);
});