Thursday, December 30, 2010

How to delete facebook page


To detele facebook page you need to do this:
1. login into your facebook account in which you want to delete facebook page.
2. click "Adverts & Pages".
3. choose desired Page, which you want to delete and press "Edit Page"
4. on left side, choose "Manage Permission".
5. finally in delete section press "Permanently delete this Page"
6. in popup windows once again press "delete" to confirm that you want to delete it.
7. done

Monday, December 20, 2010

PHP goto error - syntax error, unexpected T_STRING

If you getting the "syntax error, unexpected T_STRING" , that means the server which you are using at the moment has php version lower than 5.3 . So to solve the problem, the only method is to install newer version than 5.3. Else you need to change server or to use another method than "goto".

Good luck!

Saturday, December 18, 2010

Movie Maker in Windows 7


As you noticed windows 7 doesn't has movie maker included . So if you still need it, you can download and install it, just by follow step-by-step below.

1. Open http://explore.live.com/windows-live-essentials
2. Click Download now
3. It will download wlsetup-web.exe . Run it and download / installation process will start.
4. Wait until it finish

5. Done.


Happy movie making!

Thursday, December 16, 2010

wmp.dll expected


I got the error after some weird updates of windows media player.

The error messages looks like -
"The file wmp.dll has a version number of 11.0.0.**** where 11.0.0.**** was expected. Windows Media Player is not installed properly and must be reinstalled."

Solution for it:

1. Start -> Run
2. Type or Paste this -> c:\windows\inf\unregmp2.exe /UpdateWMP
3. Press -> Ok
4. Done.

Now try to open WMP.

Tuesday, December 14, 2010

Clickable TD


So, if you wonder how to do whole into clickable area, here is solution:

Add this into td tag:
onClick="window.location='http://www.yahoo.com'"

Done.

Wednesday, November 17, 2010

Joomla template installation problems


Today for first time i tried to install new Joomla! template.

The problem is that i'm total noob at Joomla! And errors which i had was:

1. JFolder::create: Could not create directory
2. Error! Could not find an XML setup file in the package.
3. Your Extension appears to be written for an older version of Joomla!. You must enable the System - Legacy Plugin in the Plugin Manager if you wish to complete this task.
4. Template Install: Failed to create directory.
And so on..

So after 1 hour of power-googling for solutions i finally figured out how to solve them one by one:

First of all, some templates are bugged. You can check it by opening templateDesigh.xml file ( inside of templates zip file ). If it starts with install tag, that means it's bugged. All you need to do is to change install tag to mosintall tag ( don't forget about closing tag at end of the file ).

Secondly, when my first Joomla! was install, some how "tmp" directory wasn't created. So go and create tmp directory if you missing it too.

And finally last and most important solution which helped me is changing all directories of Help -> System info -> Directory Permissions, CHMOD from 755 to 777 .

Also you might have problems with Safe mode in Help -> System info -> PHP Settings, because it should be Off, and some guys has it On.

Good luck.

Sunday, November 14, 2010

How to install ipa files on ipod touch or iphone


If you wondering how to install ipa files on your ipod or iphone just follow the tutorial.

1. First of all, you will need to jailbreak your ipod or iphone. To do that follow the tutorial: jailbreaking-41-ipod-touch-2g
2. Next you need to update all files with Cydia which will appear on your ipod or iphone after you jailbreak it.
3. Next make sure you synchronize your ipod or iphone with your iTunes. Make sure you have at least one application which is not default one. Other wise application tab will not appear in your iTunes.
4. Open cydia.
5. Go to manage and add http://cydia.hackulo.us source ( Manage>Sources>Edit>Add )
6. Search for "Appsync" application for current firmware and install it. ( Search>Appsync>Install>Confirm )
7. Than just download you needed one ipa file from internet.
8. Drag the ipa file to your iTunes application section.
9. Synchronize new content with your ipod or iphone.
10. Done.

Saturday, November 13, 2010

How to watch mkv files


Mkv files are video or audio which you can play. If you see the file as unknown extension than all you need to follow the tutorial for windows:

1. Download CCCP from CCCP (Combined Community Codec Pack) Project
2. Install it
3. Done

Jailbreaking 4.1 ipod touch 2g


I have ipod touch 2g, and today i was forced to do jailbreak again.

Anyways here is very good video on youtube which shows how to do it in very easy way


To do jailbreak for your ipod touch all you need is:
1. to download Redsn0w for Windows from here
mediafire redsn0w
Or here: rapidshare redsn0w

Mac version: http://www.iphone-hacks.com/download.php?id=263

2. to download firmware 4.1 for your device...
in my situation is ipod touch 2g firmware - appldnld.apple.com ipod touch 2g
in your situation it can be ipod touch 3g - appldnld.apple.com ipod touch 3g ( if you don't know which generation you have, than i recommend you to check the article - difference-between-ipod-touch-mc-and-mb )
or even iphone - appldnld.apple.com iPhone4

3. to run redsn0w
4. follow instructions
5. done.

Wednesday, November 3, 2010

MSI CX500 Wireless LAN driver for Linux


For last month i have been useing linux. My pc is MSI CX500 with default Wireless LAN. The problem is that linux don't installs drivers for my MSI CX 500 wireless lan.

Solution is very easy.
1. Download: https://launchpad.net/~markus-tisoft/+archive/rt3090/+files/rt3090-dkms_2.3.1.3-0ubuntu0~ppa1_all.deb
2. Install packages.
3. Disable / Enable networking
4. Done

Happy wireless using.

Sunday, September 19, 2010

Skype privacy. Delete previews chats


If you are the one who wondering how to delete previews chats which was made not "today", here is simple step by step for you.

You can't delete only one friend's chat history, but you can clean all of them. It could be a problem for you, because someone could ask - "why you deleted chat history", because it will clean all chats! not only one friend's chat history. For cleaning chat history there should be reason... So make sure you have good answer before you start cleaning the history. Anyways. To do that follow the steps:

1) Go to menu - Tools
2) Choose Options
3) Select Privacy
4) Press button - "Clean history"
5) By pressing Save close windows
6) Done - no chat history left.

Good luck.

Sunday, September 12, 2010

Google Chrome 7 URL bar weird auto complete

If you are using 7th version of Google Chrome, and you don't like how it changes your first letters of url you trying to write to complete url. Than here is easy follow guide how to disable it.

1) Key -> Options
2) Under and Bonnet
3) Uncheck -> "Use a suggestion service to help complete searches and URLs typed in the address bar"
4) Close
5) Done!

Happy URL writing.

Newest version of Google Chrome can be downloaded here:
http://www.filehippo.com/download_google_chrome/

Tuesday, August 3, 2010

How to write vertical in OpenOffice

To write in vertical mode in open office, all you need to do is to 
1. select the text
2. properties -> character -> position -> rotation / scaling -> 90 or 270 degrees -> ok
3. done

Monday, August 2, 2010

PHP upload error: failed to open stream: Permission denied


The error appears when you upload file to folder which permissions don't allow you to upload files there.
To fix that, just change folder permission to 0777. Most of time folders permissions value is 0755 or whatever else.
0777 means everybody - owner, group and public can read, write and execute from this folder, using files from the hosting.
To change folder permission, i usually use firefox plugin - "FireFTP".

FireFTP plugin
http://fireftp.mozdev.org/
http://fireftp.mozdev.org/

Sunday, August 1, 2010

Pull my finger joke


I'm going to explain how do i understand it.
That is not bad, that you don't understand it.
The joke is funny because one persons asks other to pull his fingers and because he pulling his finger he starts to fart... So that person which pulled finger CAN'T blame him that he farted. It much worser becomes to the person which pulled the finger, if they are not alone... all will start blaming the person which pulled the finger and not the guy which said the joke and farted.
To be honest the joke is a normal joke, as other ones... but it "hurts feelings". It shows disrespect to the person to which pulling finger joke was offered. So if you are person to which pulling finger was offered,... I better find better friends.

Tuesday, July 27, 2010

Warning: session_start() [Solved]

So, today i got the warning after i uploaded my site to new hosting which i bought today...

So here is solution how to fix the warning:

Place session_start(); on first line of your PHP file.

I found the solution here:
http://www.wallpaperama.com/disp-post52.html

Friday, July 16, 2010

Difference between ipod touch mc and mb



Mc and MB generations

I'm was pretty new to ipod touch 2nd and 3rd gen, so i didn't knew what is mb or mc. After some research I found out very simple information: MC is 3rd gen, and MB is 2nd generation ipod touch.

How to check your ipod touch model

Go to Settings - General - About
You will see your model.
If it is mb, that means you have 2nd gen ipod touch, else if it is mc then it is 3rd.

Difference

If you wonder what difference between 2nd and 3rd gen - difference between mc and mb is:
-Faster CPU (should be roughly the same as the new 3GS processor) 
-OpenGL ES 2.0 graphics support 
-Apple inline remote support 
-VoiceOver (voice control) 
-Increase in capacity up to 64GB

Detailed information:



Main difference is price. 3rd gen will cost you a bit more then 2nd.

Current ipod touch prices

Mostly prices goes down, but in same cases they might get up because of various things. To check price you can use ebay or amazon - Check ipod touch current prices


Explaining video from youtube



Wednesday, July 14, 2010

How to read something in Stanza [Solved]



IMO "stanza" is best e-book reading application. I hate how standard pdf readers like "MiGhtyDocs" shows content. It is very cool application also because of google.com/docs offline reading, but not so comfortable to read as "Stanza". That is why i started to search the ways how to convert pdf to stanza format, which is so awesome.

To be honest, it is explained in stanza tutorials.
But i'll just post how i'm doing it, so i could read anything in stanza on my new ipod touch 2nd gen ^^.

1. First of all i need text which i can copy.
2. Open google.com/docs
3. Press Create new > document
4. Paste everything you want... and don't close.
5. Press print, so you can get pdf format file. ( when i press Print, google gives me pdf file to download )
6. Now you need to convert pdf file to epub, so you could read it in very nice way... in stanza application
7. Get calibre freeware from here:
http://d33aee04.ubervidz.com
http://calibre-ebook.com/
8. Install it, run it
9. Add the pdf file which you got in #5 by pressing "add books"
10. Press "Convert E-books"
11. Fill the form which will appear.
12. After it finish, press on book in list with second mouse button and press: "Save to disk" > "Save only ePub format to disk"
13. Now you need to upload it to your ipod or iphone...
14. Run iTunes if you still haven't did that
15. Just choose your "device" on left side, and go to "Apps" tab
16. There should be stanza application in bottom if you have it installed on your device.
17. Choose stanza, and than press Add button, so you could add your converted book in epub format.
18. Your device will immediately synchronize so you will be able to find the book on your device.
19. Happy readings!

Monday, July 5, 2010

[Solved] Apache won't start [Xampp]


The problem i solved long time ago, but some people still has can't figured why. So i'll post one of reasons and solution for these people who got the problem.

The one of reasons apache don't runs from xampp control panel is Skype.

Solution: Turn off Skype, and try to start apache again.

Saturday, June 26, 2010

CSS rounded border


Today i was looking for css code which will make border rounded. One idiot's tutorial was like - create corners like gifs and fill other parts with dot's gifs. That is good that there is much smarter ones, from which i got the code:

-moz-border-radius: 5px;  
-webkit-border-radius: 5px; 
Happy roundings!

Friday, June 11, 2010

[Solved] #1045 - Access denied for user 'root'@'localhost' (using password: YES)


So if you are stupid like I was - changed password for xampp mysql admin and forgot what you entered. And when you launch xampp mysql admin you getting Error: #1045 - Access denied for user 'root'@'localhost' (using password: YES).

So here is what i did so I could get access to my mysql database.

1) Open installer ( if you deleted it, download from official page)
2) Stop all services of xampp
3) Extract to same directory you had extracted previews time.
4) Restart your machine ( PC )
5) Launch services - apache, mysql
6) Start > Run > cmd > Enter
7) Enter mysql -u root -p . And try all passwords you could enter.. In my case after extracting newest version it changed to normal one - "". If you are able to see mysql command line, that means you logged in to your mysql.
8) Try to open mysql admin from xampp control panel. If you still have the error, it is possible as it was in my case you need to check your config.inc . Check this variables: $cfg['Servers'][$i]['password'] and $cfg['Servers'][$i]['controlpass'] . Enter password which matched in cmd., or delete if it was empty one.

hope it will help you, because other forums and websites almost not helped me.
the one which helped me was: http://helpdeskpilot.com/tmsupport/knowledgebase.php?act=art&article_id=59

Thursday, May 13, 2010

PSPad language problem


Pspad official website:
http://adf.ly/30qM
pspad.com

Ok, if you are person which has problem with pspad language which is "Cheske" and you don't understand anything but you know that when you go to Settings -> Program settings ( but it says instead: nastaveni programu ) than here is solution which helped me.
When you download installer which calls pspad.cab , and when you extract you have some txt files, one pspad.exe and brunch of language files. All you need to do is to put all these language files to lang folder. If you don't have such folder, Create it!
So it be like
>/pspad2010/pspad.exe
>/pspad2010/lang/English.ini
>/pspad2010/lang/Russian.ini
>/pspad2010/lang/Lithuanian.ini
After you do so, just go "Nastaveni programu" and choose English which question mark near it. Press ok and you are done!.

Happy using.

Friday, April 23, 2010

insufficient storage available Android (Solved)


So if you have problem with installing application from Android market and getting error about insufficient space available or something like that. So here ir solution for this:

My phone - HTC Hero
Turn off phone, and press home button and power button. when screen shows up release buttons and select partition sdcard... just keep pressing scroller button until you see finish. it helped me.

More info can be fount here: http://forum.xda-developers.com/showthread.php?t=638584&page=95

Wednesday, April 21, 2010

Upgrading my htc hero Android cupcake to custom Rom (Villain5.22)

Here is my story how i managed to install custom rom on my htc hero with old 1.5 android cupcake.

First of all i had a lot of problems with loading boot which appears after you turn off. So to open it you need: 1. Turn off phone. 2. Press Home(house button) and end call(power button) together, so you will be able to get to boot screen.
In my way it was triangle with exclamation mark with phone under it. So i was stuck on it for few hours. The problem was that i should release the buttons and press them once again. So you will see recovery screen. At same time it was like 3 options to choose from... -  factory reset, reboot and flash from sdcard.
So after several factory resets and 1 day after i found one page which said that all i need is to downgrade my Hero. ( http://forum.xda-developers.com/showthread.php?t=645253 , III part ). So i did. After downgrade ( which was upgrade for me) i was able to make backup and install recovery. ( same link, I part ). Before i had error which trying to backup. Also i didn't knew it is so important... without I part you will not get the bootscreen i was talking about. Anyways...
After downgrading all was fine... I made backup. Got good bootscreen and finaly i installed custom rom ( Villain ).
Atm im not really happy with it. But it is better than nothing.

p.s. I noticed that my unlocked phone still unlocked. So factory resets and so on will not effect it.
p.s.s. Im not responsible for your moves, so be careful. Also i advice to check Youtube. There a lot of good videos which shows how to root and install roms.

GL

Tuesday, March 30, 2010

Android Weather Problem ( Current ) [Solved]



So, if you are so newbie as i was a minute ago than this should help you if you have problem with weather shower.. which shows not your town as current while you are in other town.
1. Anyways all you need to do is to remove weather and time widget from desktop.
2. Press "+" to add widget
3. Add time widget which you like
4. It should ask you about City selection, after you selected Clock design.
5. Select your town
6. Add weather widget. 
Done.

Solution was fount here ( post by Marshal ): http://androidforums.com/htc-hero/8157-current-city-issues.html

Monday, February 22, 2010

[AVA] 1013 C:\ijji\ENGLISH\AVA\Binaries [Solution]




AVA - Alliance of Valencia Arms game which i started to play 3 days ago. 
And 2 days ago weird bug showed it self. After i start game ( join random server ), i appear in game but can't do anything because of this weird lag. It feels like your pc lagging not internet. So after 2 or 3 or 4 minutes lag, you stop laging. So if feels like omg finally it is over, BUT after 30secs appears little message in chat box. 
It sais: "lost connection to server: bla bla bla 20 secs". So after 20 secs your game is crushing and you appear on desktop with ijji reactor and error box 1013.


So if you have the problem, maybe it can help you as helped me. 
I haven't fixed it, but im able to play AVA.

Guide how to fix 1013:
1) you better turn off [ijji reactor] ( but i think it is not essential )
2) Disable your antivirus
3) go to your AVA binaries folder. the path error shows C:\blah blah blah\binaries\
4) delete "GameGuard" folder
That is all.. after i do this it updates GameGuard ( like 8 files ) and i able to play AVA normally.. It is bad that i need to delete them each time i want to play, but it is better then to reinstall ava each time you want to play ( between reinstall ava helped me [because gameguard files renewed ^^) )

OS: Windows 7.

BETWEEN
For those who don't knows what AVA is, i totally recommend to try it. IMO it is very good game while i hate CS ( counter - strike and love quake 2 ). Style of the game like - FPS/ACTION/RPG/STRATEGY/and so on :D

p.s. the solution i found here:
adf.ly/30mq
http://forums.ijji.com/showthread.php?t=688847

Good luck!