Sunday, August 19, 2007
Replace Myspace url with image
‹style type="text/css"›
div strong {display:none;}
table table table table table {background-image:url(IMAGE URL); background-position:center; display:block; width:300px; height:55px;}
td.text table {background-image:none;}
td.text table table table {background-image:none; width:25%; height:auto; display:inline;}
‹/style›‹a href="http://www.pimpwebpage.com" style="position:absolute; top:0px; left:0px; height:32px; width:89px; background-image:url(http://img31.imageshack.us/img31/4849/pimpbutton20xz.jpg); background-repeat:no-repeat; z-index:9;" target="_blank"›‹/a›
Posted by Arip at 9:18 AM 0 comments
Labels: Myspace Geeks
New Template Hack!
Posted by Arip at 1:04 AM 0 comments
Labels: Blogger Geeks
Saturday, August 18, 2007
Website::Add small picture beside url address
When you visit a website like Google or Yahoo, you might notice their personal icon in the far left of the address bar. This is called a Favicon, and it is incredibly simple to create your own for your personal webpage. Following these steps will further personalize your website, as well as give it a more professional feel.
Steps:
1. Secure access to your site's root directory through FTP (this may be the root directory of the server itself, or your user root directory if the server hosts multiple sites). You can use SmartFTP or any other method of your choosing.
2. Example: To access the root directory of www.awesomesite.com through FTP, first open My Computer or any folder in Windows.
3. The image must be a 16x16 pixel square. Use any graphics program such as Paint, GIMP, Photoshop, or (my favorite) freeware Irfanview. Just about all graphic programs allow you to crop an image to a square. Only a few have the save as ".ico" option. Particularly, if you want to use Photoshop you will have to install a plugin like the free "ICO (Windows Icon) Format" Photoshop plugin at http://www.telegraphics.com.au/sw/ to be able to work with ".ico" files. You can create your favicon at a size of 32 by 32 pixels and it will still work, but keep in mind that most browsers will reduce it to a 16 by 16 pixels image before showing it in the address bar or bookmarks/favorites. Knowing this it may be prudent to just start with a 16 by 16 pixels image to retain control of how the final image displays. Irfanview allows you to take just about any image in any format, crop it square, reduce the size to 16 by 16 pixels, and then save it as a favicon ".ico".
4. If you have a square image that you would like to use as a favicon then you might consider using a tool like Chami's "FavIcon from Pics" tool or other similar, free tools. If you don't have a photo or other image to use then begin a new image that is 16 pixels by 16 pixels. The complexity of your original icon is restricted to your own creativity and your knowledge of the image program you are using.
5. Save it in a safe place, being sure to name your icon 'favicon.ico'. This is the only way browsers will be able to display your icon in the address bar. It MUST have that exact name.
6. Open your site's root directory.
7. Copy your icon and Paste it into your root directory. Your favicon should go in the same folder as the page that users first see when they browse to your site (usually called index.htm(l) or default.htm(l), but this may be different on your server).
8. Close your folder.
9. Refresh your website in your own browser. The browser should search for the FAV icon and display it.
Alternate Method
1. Create a folder as opposed to a file, in the web page folder of your html editor. This folder must be called favicon.ico
2. Create a folder on your desktop, and name it something like Icon. Go to icon download sites on the internet using say, Google, and download some icons you might like to use (right click/'save image as'/save to desktop/Icon folder). For practice, an icon with a strong recognizable outline might be best.
3. Use free download Irfanview (or comparable program) to adjust the size, color depth and extension of your icon. Put Irfanview in your desktop/Icon/folder. Open any downloaded icon or graphic in Irfanview from desktop icon folder. Click Image/Resize and resample. Type width 16 and height 16 pixels/OK. Open Image again and click Decrease color depth. Click 16 colors/OK. Open Options/Set file associations/check ico/OK. Open File/'Save As'/Binary encoding/Save transparent color and then 'save as' to desktop/Icon folder. Will name it for reference PieEye.
4. Download the free program IconEdit32 or equivalent to fill and color your icon and put in Icon desktop folder. Open IconEdit32 click the 16 color box on right side. Open 'PieEye.ico' A small sample is shown on right. So for instance, any square one wants transparent, click transparent on the bottom right and fill in squares. Ditto to change colors. When done 'Save As'/ to your html favicon.ico folder in your html editor from the first step.
* A means to add extra colors to the icons one works with in IconEdit32 is: open a downloaded icon or graphic on some kind of paint program (not Microsoft Paint). Paint a few extra colors on the corners and save in Desktop/Icon. Using Irfanview, resize, decrease color, set ico extension and 'Save As'. Open in IconEdit and you will have more colors to work with.
5. Create an address on your html home page. Between the and copy in exactly. This may place the icon on all your address bar web pages. If only home page, may have to place on each page.
6. Open your FTP transfer. Open your favicon.ico web page folder. Transfer or slide your favicon file (not folder), in this case PieEye.ico, over to your on-line web pages on the server. Next find the PieEye.ico file on the server, not your local html file, and change name PieEye.ico to favicon.ico - Depending on the browser, may have save home page to bookmarks to make it active.
Separate icons on different pages of the same website
1. Create folder called 'whatever' in your web page folder of your html editor. This is separate from the favicon.ico folder.
2. Put into this folder the appropriate icon.ico files like PieEye. Transfer Folder 'whatever' to FTP server. On the individual html page between the put in where 'whatever' is the name of the folder and 'Daffy' is the name of the ico file. This should cause favicon 'Daffy' to apply to this page only. You may also try if you encounter problems with the aforementioned link tag.
* The server-side favicon.ico file remains, and should cover all other pages.
* Can individualize as many pages as desired.
* Icons can be tricky so if one has problems perhaps consult Google.
Tips
* Even though your icon will be very small, be sure that other people can easily read/understand it.
* 16x16 pixels is a standard size for small icons. This means that you can import already made icons from programs or off the web.
* Speed it up with Linux! To avoid step 6, just choose an appropriate picture, open your command line, navigate to the directory where you store the pic and type: "convert picture.png -resize 16x16! favicon.ico" (replace picture.png with your pic's filename)done :-)
* If you do not have access to ftp as in step 3, simply go to www.dynamicdrive.com, then look in the left pane near the top, under tools. There will be a favicon generator there which really is quite simple.
* Using an icon editor like Digitope Pixelshop to create the favicon is better that a regular photo editor as icons are not simply small pictures, but are a special format.
Warnings
* Although you have created your favicon successfully, not everyone who visits your site will see it. Only Internet Explorer versions 5.0+ display favicons, as well as Netscape 7.0+, Opera 7.0+, and Firefox. Older browsers simply do not display your icon. Also, for a favicon to display in the address bar of Internet Explorer versions 5.0+ the page must first be saved as a favorite. Then it will show up the next time you click on the favorite or hand type in the URL in the address bar. There have also been issues with getting Safari to show favicons as well.
Posted by Arip at 4:12 PM 2 comments
Labels: Tips and Trix
Friday, August 17, 2007
Regedit::Change Internet Explorer Title bar text.
Follow this step::
1)First go to start and open Run
2)Type Regedit, then click ok.
3)go to HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main
4)at the right pane create new string value(look the picture given)
5)Name the new string Value as Window Title(look the pic below)
6)Then type your own text at the Value data dialog box
7)Close Regedit then open You Internet Explorer, Tara..!!
Posted by Arip at 6:39 AM 0 comments
Labels: Tips and Trix, Windows Geeks
Thursday, August 16, 2007
Hack Myspace Music
Download song from myspace!
There is a lot of music that you can listen to on MySpace but, only a few select songs per artist are actually downloadable. All of the files you listen to on MySpace have an original source file so in theory you are really listening to a mp3 or similar format. The key is finding the hidden link to the source file. Once you have a direct link to a music file, downloading that file is a click away.
Tool needed::Open Notepad first!
Follow this step:
1. Goto the MySpace site that you want to download the music from
2. That page must have at least one song available for download
3. Open notepad
4. Right-click the download link and select copy Link
5. Paste this link into your notepad
You see something like this:
http://mp3download.myspace.com/index.cfm?fuseaction= bandprofile.downloadSong&bsid=OldSongNumberHere&song_name= Title of the Old Song Here &fid=bandid
6. Right-click the "add" link and select copy link
7. Paste this into your notepad
You will see something like this:
asfunction:addSong,NewSongNumber^Title of the New Song Here
8. Now in the original URL just replace the "OldSongNumber" and "Title of the Old Song" with the new number and title. Paste this URL into your browser and click OK.
9. After several seconds, you will be prompted to download the song.
10. Add .mp3 to the file extention. Example: change filename to filename.mp3Posted by Arip at 5:26 PM 0 comments
Labels: Myspace Geeks
Registry:Place Window kernel into RAM
has to access the hard drive and virtual memory. Rather than have the kernel
that is the foundation of XP using the slower Paging Executive functions,
use this hack to create and set the DisablePagingExecutive DWORD to a
value of 1.
Perform this hack only if the system has 256MB or more of
installed RAM!
The Step:
*Start>Run>type Regedit> hit enter...
Edit the Registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\
Control\Session Manager\Memory Management\DisablePagingExecutive to 1 to
disable paging and have the kernel run in RAM (set the value to 0 to undo
this hack). Exit the Registry and reboot.
Windows geeks.
Posted by Arip at 5:10 PM 0 comments
Labels: Windows Geeks
Wednesday, August 15, 2007
How to add Background to your Myspace
First search the picture which you want to add as a background, or host your own picture E:g at Photobucket.com.
For example, if your image url is http://dailygeeks.com/background.jpg, add this url to below codes inside your "About Me" area in your profile:
body { background: url(http://dailygeeks.com/background.jpg); }
If you want the image to stay still, add background-attachment: fixed; so it looks like this:
body { background: url(http://dailygeeks.com/background.jpg);
background-attachment: fixed; }
If you want the image to only repeat horizontally, add:
background-repeat: repeat-x;
If you want the image to only repeat vertically, add:
background-repeat: repeat-y;
If you want the background to not repeat at all, add:
background-repeat: no-repeat;So, for our image located at http://www.dailygeeks.com/background.jpg, that we want to be fixed, and repeat only horizontally, we put this in our "About Me" profile box:
Gud luck!
*Dailygeeks.Myspace
Posted by Arip at 2:29 AM 0 comments
Labels: Myspace Geeks
Tuesday, August 14, 2007
Free Template To Give away
The Feature:
*wider than normal template, with 3 column, and horizontal navigation bar.
p/s:i've remove the download links,just ask me if you want..
1)First, download the template which you want to your hard drive
2)Extract the zip file which contain Read me, .xml and screen shot of the template.
2)Login to your blogger account.
3)Go to Template tab, then Edit Html..
4)Browse the xml file that you extract just now, then upload.
5)Then save it and view your blog.
Related Tags: hack blogger Template, hack blog, blogger template
*If you want the header picture just leave your email at comment post.
Posted by Arip at 8:55 PM 0 comments
Labels: Blogger Geeks
Speed up your Firefox Performance
Ok, For Firefox user here i want to give some cool tips for tweak your Firefox. No need software or complex method, just follow this step:
- 1.Type "about:config" into the address bar and hit return. Scroll down and look for the following entries:
network.http.pipelining network.http.proxy.pipelining network.http.pipelining.maxrequests
Normally the browser will make one request to a web page at a time. When you enable pipelining it will make several at once, which really speeds up page loading.
- 2. Alter the entries as follows:
Set "network.http.pipelining" to "true" Set "network.http.proxy.pipelining" to "true" Set "network.http.pipelining.maxrequests" to some number like 30. This means it will make 30 requests at once.
- 3. Lastly right-click anywhere and select New-> Integer. Name it "nglayout.initialpaint.delay" and set its value to "0". This value is the amount of time the browser waits before it acts on information it recieves.
Thats a little tweak from DailyGeeks.....try yourself! Trust Firefox!
Posted by Arip at 1:47 PM 0 comments
Labels: Tips and Trix
Search Mp3, video, software use Google search engine.
1)For Mp3...
*intitle:index.of + "mp3" + "OAG" -html -htm -php -asp
*Copy the string above, and place it into google search engine.
*Replace the word "OAG" to whether band name or singer or song title
*then press search, you'll get the result.
2)For Videos...
* like Mp3, but must do some adjustment.
*Replace "mp3" with video format, such as avi, mpg, mpeg,mov.
*Replace "OAG" with videos name, i've to put "anime" just now, the result is not bad, lot of anime i found.
3)For Application/ Software
*Replace "mp3" with keyword "app" or "exe"
*Replace "OAG" with software that you want to find.
~i sure you must like to sit an hour infront your PC after this..
Posted by Arip at 12:00 PM 0 comments
Labels: Tips and Trix
Myspace: Private profile hack
http://collect.myspace.com/user/viewPicture.cfm?friendID=XXXXXX
http://collect.myspace.com/user/viewPicture.cfm?friendID=XXXXXXXX&view=true
http://72.14.205.104/search?q=cache:profile.myspace.com/
index.cfm%3Ffuseaction%3Duser.viewprofile%26friendid%3DXXXXXXX
Note*some tips did not work, coz Myspace have update they security.
To view Private picture:
http://lads.myspace.com/slides/photoslider.swf?u=XXXXXXX
http://lads.myspace.com/slides/slideshow_random.swf?u=XXXXXX
http://www.myspace.com/services/media/photosXML.ashx?friendid=XXXXXX
View private profile blog:
http://collect.myspace.com/index.cfm?fuseaction=blog.viewCategory&friendid=XXXXX
Have fun!!
**i think its no longer works....
Posted by Arip at 11:42 AM 0 comments
Labels: Myspace Geeks
Today Log
Posted by Arip at 11:24 AM 0 comments
Labels: Author blog
Monday, August 13, 2007
Speed Your Pc Performance
The first method
1) Go to My Computer
2)Then Right Click, go to Properties
3)Click on Advance Tab
4)Click "Settings" on Performance
5)At the "Visual Effects" tab click at "Adjust for best performance" radio button.
6)Click Apply then Ok
The Second method which will make your friend proud to hang with you..
1)Click start, go to run...
2)Type regedit..
3)Click HKEY_CURRENT_USER\Control Panel\Desktop
4)At the right pane search the word(key)"MenuShowDelay"
5)Double click, put the Value Data 0 (Zero)
6)Then take a breath.........
7)Continue with this key HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics
8)at the right pane search the key "MinAnimate"..
9)Double Click, put 0(zero) to Value data, then Click Ok
10)Exit
Now try click start button and hover your mouse on the menu...How?
*Important Note: Before do this tweak backup you Registry by export your .reg file to hard drive.
Posted by Arip at 12:26 PM 0 comments
Labels: Windows Geeks
Hide Navigation Bar
1.First log on to Blogger.
2. go to template
3.then go to Edit Html
4.Just copy this below code in CSS before ‹/head› tag
#navbar #Navbar1 iframe{
display:none;
visibility:none;
}
or try this CSS code:
iframe
{
display:none !important;
}
Posted by Arip at 11:58 AM 0 comments
Labels: Blogger Geeks
Put Playlist On Myspace
But first of all you must upload it first to the web. You can do it here
After upload all your mp3, generate the Url of you mp3 and put it on player generator which you can get it here Profilepitstop.com
*note: now Snapdrive.net not allow you to create direct link for mp3, its just for premium user, but you allowed to create Player with your mp3 with snapdrive.net
Note:For Playlist generator You also can find at www.poqbum.com
or for easiest way, just create in www.snapdrive.net, which already provide flash mp3 player.
If you not use snapdrive.net, after all the process finish, generate your codes to put in your myspace, whether in "About Me" section or anywhere which you think Ok.
Posted by Arip at 10:18 AM 0 comments
Labels: Myspace Geeks
Add Background Music to Myspace
Just put this below code to your "About Me" section, or anywhere which you think Ok. Then you can adjust the size of the player, just play around with "height" and "width".
‹embed allowScriptAccess="never" src="http://your song url" height="60" width="145" autostart="true" loop="false"> ‹noembed> ‹bgsound src="http://www.example.com/sample.wav" loop="false"> ‹/noembed> ‹/embed›Then you can adjust the size of the player, just play around with "height" and "width".
You also can hidden the player , just put 'hidden="true"' after 'loop="false"'
You can find mp3 Url at >> http://seekasong.com
http://www.mp3-center.org/
http://www.emp3world.com/
Note: If you find the download link of the song, right click, go properties to copy the link and replace at "http://your song url".
Posted by Arip at 9:27 AM 0 comments
Labels: Myspace Geeks
Sunday, August 12, 2007
About Daily Geeks.
Posted by Arip at 11:58 PM 0 comments
Labels: Author blog