snlildude87
Jul 17 2005, 06:25 PM
What is a customized bookmark? In Firefox, when you type " google blah" (without quotes) in the address bar, it searches Google for any sites with the word blah. You can also try " dict blah" (without quotes), and it will search dictionary.com for the definition of blah. Now try " slang blah" (w/o quotes). It should have given you the urban definition of blah. In this tutorial, I will show you how to make those for your own sites. The Steps - Find a site
First, find a site with a search engine that will display what you searched in the address bar. Here's one: http://sang.trap17.com/. See the search box on the right? I will be making a bookmark for that site (which is mine) today. - Get its search URL
Once you have your site, try searching for something using the site's search engine. I chose the word "joke" for mine. The search URL is QUOTE http://sang.trap17.com/index.php?s=%s Notice that I replaced "joke" with %s.

- Go to the Bookmarks Manager
Now that you have the site, do the following: In Firefox, go to Bookmarks -> Manage Bookmarks

- In the Bookmarks Manager, click on "New Bookmark..."

- For the name, enter something descriptive about the page you chose. I chose, "The Daily Ramblings"
- For Location, enter the search URL.
- For Keyword, enter something that you will easily remember. To search Google, the keyword is "google". Dictionary.com is "dict". Urbandictionary.com is "slang". Create something memorable. I chose "sang" for mine.
- Description is optional

- Click on OK, and exit out of the Bookmarks Manager
Testing the Customized Bookmark
- In the address bar, type "sang pickup lines" (without quotes), and you should see all my blog entries that contain the words pickup or lines.
Before:
 After:

Awesome, huh? More Wanna make one for Yahoo! ?
- Search URL =
QUOTE http://search.yahoo.com/search?ei=UTF-8&fr=sfp&p=%s
 See how I replaced "potentially+funny+kitten+pictures" with "%s" in the search URL?
- Fill in the blanks:

Wanna make one for Google Images?
- Search URL =
QUOTE http://images.google.com/images?q=%s&btnG=Search&svnum=100&hl=en&lr=&safe=off
 - Fill in the blanks:

That's it! If you have any questions, feel free to post it.
Reply
godglitcher
Jul 19 2005, 08:30 PM
Thanks for the sweet tutorial But I need to get firefox Where can I get this from?
Reply
snlildude87
Jul 19 2005, 08:47 PM
bjrn
Jul 21 2005, 06:26 PM
Yes, good topic! Here are some more searches that I have and that I think people around here might find useful: Webdev searches:Dictionaries: Others:
Reply
bjrn
Jul 21 2005, 06:29 PM
Argh! I should have added what kind of things you should fill in as search terms of course! All the webdev searches take full URL's as search terms, except the last three which also can manage with just a domain name. For all others you pretty much just fill in the word you are looking for.
Reply
Adamrosso
Aug 8 2005, 10:13 AM
Awesome tutorial. It worked =D. Thanks for submitting
Reply
Similar Topics
Keywords : create, customized, bookmarks, firefox
- Firefox Extensions, That You Must Have.
(0)
Download Statusbar Extension For Firefox Causing Problems
(2) I was just wondering if anyone was sharing the same problem. And yes, I intend to send some
correspondence to see if I can get an answer as to why this happens. After installing the Download
Statusbar extension for Firefox thanks to SM's Look-Like-Chrome-with-Firefox thread, I
immediately loved how the annoying download status dialog stopped popping up with everything from
program downloads to saving pictures. Lately, I've been saving a lot of awesome pictures from
PixDaus . (I totally recommend that anyone go visit the site, as it has some inspiring and outst....
Firefox And Ie: Table Layouts Look Different In Us!
A Discussion on Why These Major Browsers Display Different Table Layou (3) Hi again! Recently I noticed that IE and FireFox display table layouts in different ways. It is
a headache for web designer to add some compatibility for the issue. Currently I have some
problems using tables in my website. For example FireFox adds 3-4 pixels to my table width where IE
display is clean. I use some CSS mixed with HTML normal tables and want to customize my PmWiki
theme to integrate it with the rest of my website. I appreciate any help. Thank you.....
Firefox Hates Moveplayer
Help me save my crashing browser. (5) I have a serious problem on my main PC. Firefox refuses to open. It goes directly to the crash
report, listing the add-ons that failed on startup. I managed to launch it from the Run window into
Safe Mode, and again it crashed immediately, but this time only listed one add-on: MovePlayer. The
uninstall instructions I found require a Firefox capable of loading. I'm running Windows XP and
have no listing for Move in my Add/Remove Programs dialog. What's my next step?....
Firefox 3 Cookies Problem
It is reeeeeeally annoying (4) Hello The person who finds a solution for my problem would really be a life saver for me. I've
tried searching all over the web. Whenever I try to visit phpbb2 forums, I have to clean my cookies
before logging in, and this sux. I also get yahoo and google bad request errors. Here is the google
bad request: CODE Google Error Bad
Request Your client has issued a malformed or illegal request. Please see Google's
Terms of Service posted at http://www.google.com/terms_of_service.html ....
Run Firefox Like Chrome
(4) You could say I was a bit surprise that this didn't come to mind in terms of browsers mimicking
others, even though you can theme to make them look like other browsers. Thus the reason for this
topic and that is making firefox act like Chrome through a few plugins. Stealther This
extension is supposed to mimic incognito browser so now you can do all your secret evil things in
firefox now without being caught. Download Statusbar I am a big fan of this extension and
been using it for a few months now and so its benefits are very useful and you won't g....
How To Create Pdf Files Using Free Tool
Introduction to use a free tool to create PDF file (0) Now, that you don't need to have expensive software like Acrobat to create PDF. All you need is
Microsoft Office and a software name doPDF. You can download the freeware from
http://www.dopdf.com/download.php After downloading dopdf.exe, follow the instruction below 1.
Double click to install it, as display at image 1.jpg, choose a language and click OK 2. You will
see 2.jpg click next 3. Click I accept the agreement see 3.jpg, click next 4. Now you will see
4.jpg, select the folder to install it and click next 5. When seeing 5.jpg, This is the folder group
in Star....
Create Dynamic Html/php Pages Using Simple Vb.net Code
Taking your application data, and creating a webpage for others to vie (1) This example will show you how use a string in VB to create PHP code. In order to do this, you need
a string to store your PHP page and a function that I will list at the bottom of the page for you to
put in a module. This code is written in VB.NET Public Sub CreatePage(ByVal HTMLTitle As
String, ByVal HTMLText As String, ByVal HTMLFileName As String) Dim strFile As String '
---------------------- ' -- Prepare String -- ' ---------------------- strFile = "" '
-------------------- ' -- Write Starter -- ' -------------------- strFile = " " ....
Browser Compatibility Problem With Firefox - Javascript + Css
Having trouble making a script work right - any suggestions? (3) Hi, Im working on a website, and im trying to make a right-click menu, which opens on right click,
wherever the cursor is, and closes on mouse out. I wrote the code below, and when i ran it in IE it
ran fine, just how i wanted it to work. However in firefox, the menu just opened in the top left. im
presuming this is because it doesnt like my style changing in the javascript. Any ideas, and
suggestions? If i cant make this work, i will just make it so it works slightly differently when
viewev in firefox so that it can just open in one place. All ideas appreciated. ....
How To Create A Torrent
For legal/leanring purposes only! (4) Hello. I have searched the tutorial section and have seen many great tutorials. One which I have not
seen is how to create a torrent. For this, I will be using uTorrent, the best torrent client, in my
opinion. ( Windows Only ) ( I'm sure that Azureus/ABC/etc.. would not be much different. )
Steps: 1. Have uTorrent open, and go to File >> Create New Torrent
http://i8.photobucket.com/albums/a1/Shadowcode/step1.jpg 2. Click " Add File " or " Add Directory
" and select WHAT YOU WANT PEOPLE TO DOWNLOAD . Add a tracker in the Trackers field. ( You can get
this by....
How To Create Cool Image Buttons
(7) Hi guys ... I m making a personal site thats for me a nd my friend group. What I need is a tool
which can make cool image buttons to use in my HTML pages. Is there any site which offers such
software or the buttons itself for free. I would like to make them on my own, I just need to know
the tool.I can't go for an expensive tool like photoshop or corel. So please suggest me a free
tool. Thanks.......
Problem Aligning In Firefox
Problem aligning an image in Firefox. (9) Hello everyone! I am new here. /smile.gif" style="vertical-align:middle" emoid=":)" border="0"
alt="smile.gif" /> I am looking for some advice...I've been fiddling around with my site for
the last few hours and have had no luck! www.thelatency.com/test/tour_dates.php as you can the
image header above all the text is aligned perfectly in IE and not in Firefox. Any ideas? Thanks
so much in advance. /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif"
/>....
Where Is The Bookmarks File Stored With Ff2?
(6) My bookmarks are critical and lengthy. I'd like to save them to a flash drive, since my laptop
is ancient and it's been acting up lately. I went into the FireFox folder, but couldn't find
the bookmarks info anywhere. there's a bookmarks.html page, but it doesn't contain the
actual bookmarks. Where does FF2 store the bookmarks? Or is there an easier way to copy and paste
the bookmarks to another file? /huh.gif" style="vertical-align:middle" emoid=":huh:" border="0"
alt="huh.gif" /> 2 poor 4 a sig ....
Firefox 2 To Firefox 3 - Is It Worth Upgrading?
Let's settle this matter once and for all. (64) I was only recently made aware of the release of Firefox 3, having not been notified by Firefox, and
problems with my internet connection that caused Trap17 and similar websites to slow to snails-pace,
so I ended up missing the download day and haven't got it yet. The thing is though, I've
been hearing a lot of negative press about it. I know that there was concern that Firefox would
break Flash support a while ago, which was fixed, and I hear it's kind of restrictive as to
downloading addons and junk. Now, I did actually test Firefox 3 Beta 5, and my only ....
Phpmyadmin
Create new database: No Privileges (7) i can not make a sql for diff srcipt, but the sricpt i have is php, DJ-cpanel.. all tho i can not
install it the error is like this Creating Database Tables No database selected there a mysql
database is made, but i can not use it for othere stuff... plz note that this is Free script and not
for paid.. is there a way that the myqsul can not use sql other scripts? or it maybe not working...
but i am not sure if the script not working or it can be the server may be down on mysql...? ....
What Is Your Dream Naruto Character
create your own naruto character (20) Basically all you have to say is your name, your jutsus (Gen, Tai, and Nin), any special abilities
and maybe a bit about his or her backstory. this is my character: Name: Nightmare also goes by
Shadow. No last name Jutsus: I think he would have Drunken fist style tai jutsu, Shadow shuriken tai
jutsu, Shadow leaf dance. my nin jutsus would be; Air slicing blast, Armor of sand, Demonic soul
stealing technique, Desert coffin and desert graveyard, Fire dragon flame blast, Grand fireball,
phoenix fire, Chidori, Rasengan, Shadow clones, Water prison, Genesis of rebirth, deser....
Firefox 3 Sucks - Time For Another Browser
(66) No seriously, I've been using Firefox since 0.x releases. I loved it. Every release, despite
having no huge features, was a great update. Version 3, however, totally messes everything up. Its
default interface is ugly. And no Home button, really ??? (ps. I kno i can drag it back from the
bookmarks toolbar but still, its stupid). The address bar search thing. I liked the concept, but I
am so used to the old way, this actually distracts me, I don't want to search my history
everytime I type a new address. Plus the slide out is huge now making the whole thing feel t....
Fruity Loops Tutorials-trance Style Songs
How to create and use a profesional trance style bass mellody (11) Creating a bass mellody tutorial Software / fruity loops VST Plugins / Nexus,VANguard Song Style
/ Trance Tutorial Level / Beginner files needed to download bellow. ok to start I am going to
teach you how to create what's sometimes referd to as a bass mellody. A bass mellody is used in
most trance songs as its primary function is to fill out the song by this I mean make the song sound
a bit fuller to add depth to it. a bass mellody is never made of more than a few note styles. see
below In the above image you can see that I have use in all a total of t....
How To Create A Song In Fruity Loops Using Vanguard
but you can use outhers (1) ok i began by trying to create individual tutorials for the creation of a song in general but as i
make songs in fruity loops i thaught it better to teach you how to create a song inside fruity loops
using anumber of efects and plugins. this is the bit of song we are going to learn how to create
(note this song is copryrited to me so dont try claim it as yourown, i do give permision for you
to remix it aslong as the title is displayd in this way in its entierty DJ StarSkream, solar
flare(your name REMIX)) ok step one once you have downloaded the song snip abo....
Firefox Extensions Dream Package #1: Web Design Extensions
add-ons and plug ins (27) Well since Fire fox got updated and I have got the universal package browser for web design I
thought why not share it to those who do not know about these tools so here we go. I will explain
each tool and what it is used for and then give you the simple instructions on where to get it and
where to find it. First download Firefox http://www.mozilla.com/products/download.h...&lang=en-US
then install it and your set from there, Now for the plug-ins and add-ons. ColorZilla What
this program does is that once you select it a small ink dropper icon will show up and ....
How To Make Firefox Load Faster + Known Firefox Tweaks
Do you hate how long firefox takes to load? Then this topic might be h (2) Ok first of all, i have read through all the Firefox tune-up tutorials on the site, and none of them
have mentioned on how to make Firefox load faster like IE. So i thought i should make a easy
tutorial on it. REAL EASY WAY: Download Firetune: FIRETUNE And you will know what to do,
just muck around with the software’s settings. COMPLICATED BUT TECHNICAL WAY: And second of
all, all those who are still using IE (Microsoft's infamous Internet Explorer) get Firefox. Why
you may ask, read this: FIREFOX vs. IE . Have you ever noticed on how fast IE lo....
Private Server Ro .
How to create your own private Ragnarok-Online server !!! (160) I saw that there are a lot of people asking for how to create a private Ragnarok-Online server . so
now i decide to make this tutorial to to help these people ... i didn't have a server but my
friend had server and ihelped him to find pros and some tutos so , i learned with him how to create
a server ...stop making introduction ...let's go ... first you have to have minimum
requirements : ----Software :---- i think any windows should work, but i recommend Win Xp i
think you have alredy a Winrar *- Korean Ragnarok client *- Sakray patch (*i recommend the las....
How To Create Embed Image Mail In Gmail
(56) Hi to all ! Anybody can help me to create an email with embedded image so that mail reader
automatically see that image. Moreover I wont attached that image as it appears small in size in on
gmail. Thanks in Advance. ....
Ie And Firefox Crash
Flash & Download problems (5) I have problems with both IE and Firefox. IE always crashes or freezes on me all the time. When I
can actually use it, it never displays flash. Like if somone has a flash animation in their banner
it just shows a still picture. I went into the internet options and enabled flahs and stuff and it
doesn't show the animation. I even got the newest version of Flash. Firefox doesn't crash as
much as IE but it does from time to time. I have ran spyware and virus software and nothing comes
up. I dunno what the problem is. Also, whenever I download something on IE or Fire....
How To Create Java Button Or Frame
to be customized (14) hi to all!!!! just like to ask if it would be possible if i could make a custom
button or frame in java. i got tired of using the build infeatures in java. i would like to create
my own dessign of button or frame.. can it be possible!!! /biggrin.gif' border='0'
style='vertical-align:middle' alt='biggrin.gif' /> thank!!!! /laugh.gif'
border='0' style='vertical-align:middle' alt='laugh.gif' /> New Help In! is NOT a descriptive
topic title. Next time you decide not to follow the posting rules, you will be issued a w....
How To Create A Forum?
(18) I want to create a forum after getting a host on this site,but i cant find a propper program for
it.Also i want to know how to have polls and other stuff on the side. P0ZzZ! Post moved to the
right section ....
[help] Java Script: Window.open
Works with Firefox, not IE (10) CODE <HEAD> var popUpWin=0; function popUpWindow(URLStr) {
if(popUpWin) { if(!popUpWin.closed) popUpWin.close(); }
popUpWin = open(URLStr, 'GunBound Tactics: Screenshots',
'width=820,height=550,menubar=no,resizable=yes,scrollbars=yes,toolbar=no,top=90,left=90')
;; } </HEAD> <BODY> <a
href="javascript:popUpWindow('/f11/clipped.php');"><b>Clips&
#60;/b></a> This is a script for opening a new window. It works ....
Did You Face Problem Opening Pdf With Firefox?
(15) Hello, I have a question to ask since the 1st day of my download of firefox ... Whenever i open a
pdf file online using firefox, the firefox is get not responding and my comp got hanged ... i have
to manually end the firefox program via windows task manager .. I tried to wait the pdf to load, but
it seems that it takes forever .. so im guessing it's the trail version's bug .. but after a
few updates, I still have the problems with my firefox ... Is this my computer's problem or
firefox problem ? If it's a firefox bug, it's impossible that no1 report ....
Mozilla Firefox Poll
Give your view about the FireFox browser (77) Hey guys, Lemme know what you think abou the Mozilla Firefox browser. I personally think it out
runs Microsoft Internet Explorer mainly cos of the convenience of having all the windows in one main
window, plus enhanced security features. What do you think? Cheers! Yasir /smile.gif'
border='0' style='vertical-align:middle' alt='smile.gif' /> ....
Firefox Or Internet Explorer
that is the question... (299) I see as firefox as my main choice but its really up to you on what you choose: Firefox is an
open-source (Wired mag) Internet browser, thought up by a 18 year old (completed when 19) after many
frustrations with Internet explorer. It has a built in pop up blocker that has never once fail me,
and is 100% skinnable. It includes TABS, which is a fature that lets you see more than one page in
one window. Because of its new scent, noone has bagan to look for a way to deliver viruses thrrough
the browser. It has promoted its service by Spreadfirefox.com, which gives of webba....
Looking for create, customized, bookmarks, firefox
|
*RANDOM STUFF*
*SIMILAR VIDEOS*
Searching Video's for create, customized, bookmarks, firefox
*MORE FROM TRAP17.COM*
|
advertisement
|
|