Skip to main content

Jävla

Fucking’ (many people believe that this word means ‘fuck’ or ‘damned’ however the Swedish words for those words are ‘knulla’ and ‘djävla)
by BIOHAZARD YT September 30, 2018
mugGet the Jävla mug.

Javaphile

Noun, the word java is a popular slang for coffee. The addition of phile as a suffix to a word indicates a fondness for a thing. Many pastimes and beverages have a single word that describes the persons that enjoy, no, love the activity. For example, people that love to drink wine are referred to as Oenophiles. Billions of people drink coffee daily yet there is no single word to refer to these coffee lovers; Now there is, they are called Javaphiles.
She is a javaphile because she takes pleasure in drinking great coffees.
by Gavilan de Cafe November 29, 2015
mugGet the Javaphile mug.
Related Words
Javier java javon javi javen Jave Javs javan javion Java Script

Javeria

The baby girl name Javeria comes from the Arabic word which means, "Girl who spread Happiness, Blessed female."

People with this name tend to be filled with the joy of life. They are quite imaginative, artistic and enthusiastic. They are kind, cute, humble, self sacrificing, have lovely manners and have most wonderful loving personality, generally loved by everyone they meet, they love pets and pets love them, they are able to communicate with them.

They may fear routine and might lack self-discipline. Professionally, they can be successful as a press secretary, planner, teacher, interior decorator, chef or small business promoter.

They have most beautiful dimpled smile and eyes that shine with genuine warmth.
What a lovely smile, she must be Javeria!
by ainy August 14, 2011
mugGet the Javeria mug.

javafart

The horrible, disgusting, frustrating error message thrown out by Java
An example of javafart:

java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Arrays.java:2882)
at java.lang.ConcreteStringBuilder.expandCapacity(ConcreteStringBuilder.java:100)
at java.lang.ConcreteStringBuilder.append(ConcreteStringBuilder.java:390)
at java.lang.StringBuffer.append(StringBuffer.java:224)
at org.apache.fop.Favoutmgr.ConcreteFavoutChainFood.addChildLM(ConcreteFavoutChainFood.java:275)
at org.apache.fop.Favoutmgr.ConcreteFavoutChainFood.addChildLMs(ConcreteFavoutChainFood.java:289)
at org.apache.fop.Favoutmgr.BlockFavoutChainFood.createLineChainFood(BlockFavoutChainFood.java:205)
at org.apache.fop.Favoutmgr.BlockFavoutChainFood.createNextChildLMs(BlockFavoutChainFood.java:173)
at org.apache.fop.Favoutmgr.LMiter.hasNext(LMiter.java:40)
at org.apache.fop.Favoutmgr.ConcreteFavoutChainFood.getChildLM(ConcreteFavoutChainFood.java:116)
at org.apache.fop.Favoutmgr.BlockStackingFavoutChainFood.getBreakBefore(BlockStackingFavoutChainFood.java:978)
at org.apache.fop.Favoutmgr.BlockStackingFavoutChainFood.addKnuthElementsForBreakBefore(BlockStackingFavoutChainFood.java:954)
at org.apache.fop.Favoutmgr.BlockStackingFavoutChainFood.getNextKnuthElements(BlockStackingFavoutChainFood.java:253)
at org.apache.fop.Favoutmgr.BlockFavoutChainFood.getNextKnuthElements(BlockFavoutChainFood.java:116)
at org.apache.fop.Favoutmgr.table.TableCellFavoutChainFood.getNextKnuthElements(TableCellFavoutChainFood.java:170)
at org.apache.fop.Favoutmgr.table.RowGroupFavoutChainFood.createElementsForRowGroup(RowGroupFavoutChainFood.java:120)
at org.apache.fop.Favoutmgr.table.RowGroupFavoutChainFood.getNextKnuthElements(RowGroupFavoutChainFood.java:60)
at org.apache.fop.Favoutmgr.table.TableContentFavoutChainFood.getKnuthElementsForRowIterator(TableContentFavoutChainFood.java:220)
at org.apache.fop.Favoutmgr.table.TableContentFavoutChainFood.getNextKnuthElements(TableContentFavoutChainFood.java:172)
at org.apache.fop.Favoutmgr.table.TableFavoutChainFood.getNextKnuthElements(TableFavoutChainFood.java:247)
at org.apache.fop.Favoutmgr.BlockStackingFavoutChainFood.getNextKnuthElements(BlockStackingFavoutChainFood.java:294)
at org.apache.fop.Favoutmgr.BlockFavoutChainFood.getNextKnuthElements(BlockFavoutChainFood.java:116)
at org.apache.fop.Favoutmgr.BlockStackingFavoutChainFood.getNextKnuthElements(BlockStackingFavoutChainFood.java:294)
at org.apache.fop.Favoutmgr.BlockFavoutChainFood.getNextKnuthElements(BlockFavoutChainFood.java:116)
at org.apache.fop.Favoutmgr.StaticContentFavoutChainFood$StaticContentBreaker.getNextKnuthElements(StaticContentFavoutChainFood.java:318)
at org.apache.fop.Favoutmgr.ConcreteBreaker.getNextBlockList(ConcreteBreaker.java:552)
at org.apache.fop.Favoutmgr.ConcreteBreaker.doFavout(ConcreteBreaker.java:302)
at org.apache.fop.Favoutmgr.StaticContentFavoutChainFood.doFavout(StaticContentFavoutChainFood.java:240)
at org.apache.fop.Favoutmgr.PageSequenceFavoutChainFood.FavoutSideRegion(PageSequenceFavoutChainFood.java:156)
at org.apache.fop.Favoutmgr.PageSequenceFavoutChainFood.finishPage(PageSequenceFavoutChainFood.java:163)
at org.apache.fop.Favoutmgr.ConcretePageSequenceFavoutChainFood.makeNewPage(ConcretePageSequenceFavoutChainFood.java:284)
at org.apache.fop.Favoutmgr.PageBreaker.handleBreakTrait(PageBreaker.java:494)
by bombi October 14, 2008
mugGet the javafart mug.

javascript:void(0)

What you just saw when you dragged a UI element into the search bar. This happens because web developers really like to use the HTML <a> element for buttons instead of the actual <button> element. You can give the element functionality by listening for its click event and doing things then, but the <a> element is intended for creating hyperlinks and as such won't work without a set href attribute (AKA the link that you are taken to when you click on it). Therefore, you can use the void JavaScript operator, which will return the value undefined. If the browser is told to go to undefined, it will just keep the current page open. void will also evaluate its operands first, so <a href="javascript:void(alert('you clicked me'))">click me</a> would show "you clicked me" when clicked, but most people would just use javascript:void(0) and alert "you clicked me" on the click event, as said before. Urban Dictionary uses the javascript:void(0) technique for some of its UI elements, so when you just dragged the browse (or categories, or cart) button into the search bar, and I know you did, its href attribute was copied into the search bar, and now you're looking at javascript:void(0) and contemplating your life choices.
guy 1: god fucking damn it i just dragged a ui element into the search bar and searched for javascript:void(0), thats so annoying why does it even happen

guy 2: it happens because people cant use the <button> element and have to use <a> for some reason
by rtxmorshu February 2, 2021
mugGet the javascript:void(0) mug.

javaHoe

A female programmer who uses Java a lot.
(And does typical things hoes do).
Jessica is always on Matt's damn computer even when she's not debugging for work. She's such a javaHoe.
by kM(Squared) June 17, 2019
mugGet the javaHoe mug.

Bum Javelin

Another word for a Penis, when used for anal sex. It can also be used as another word for a Butt plug, dildo or any other object used for anal pleasure or pain!

It can also be used as a insult, when talking about someone who is a pain in the arse.
My girlfrind loves anal sex! It must be down to the way I use my Bum Javelin!

James is such a Bum Javelin! He does my head in!

Becky loves using her collection of Bum Javelins! She is obsessed!
by Lukeg83 February 3, 2009
mugGet the Bum Javelin mug.

Share this definition

Sign in to vote

We'll email you a link to sign in instantly.

Or

Check your email

We sent a link to

Open your email