Most website menus are made with some kind of a <ul> <li> structure variation. Usually they also have a mobile mode (hamburger) that comes into
Read moreEffects – Animate On Scroll (AOS), ColorBox, Responsive Tabs
A great library for animating object appearance when scrolling to them: https://github.com/michalsnik/aos Important note – if the page has changed in its length (i.e. opening/closing
Read morePosition a title on top of an image
Many times we want to have an image or a banner with some text on it. The most simple solution is to embed the text
Read moreDebug / inspect dynamic JavaScript elements (slider, menu etc.) in chrome developer tools
Sometimes you want to use chrome’s developer tools to inspect an element which is changing. In my case I had a slider that was moving
Read moreResponsive design – replacing images depending on screen size
Using media queries we can change background images. In order to change and actual image (not background) we need javascript, so just use a div
Read moreGoogle chrome developer tools – searching in all sources (local sources)
In order to search in all local sources (html,js) open the developers tools (F12), press Ctrl+Shift+F and search for whatever you need. Note that there
Read moreCreating and deleting form fields dynamically
I needed a form that allows the user to add and remove products with quantities as he wishes. The form had one row with a
Read moreShokunin
“The Japanese word shokunin is defined by both Japanese and Japanese-English dictionaries as ‘craftsman’ or ‘artisan,’ but such a literal description does not fully express
Read moreOverlays on top of flash objects – overlapping flash
If we have a pop-up (or more accurate an overlay) on a page (a chat window, survey etc.) and the page has flash the flash
Read moreDreamweaver page encoding and new document encoding – set to UTF-8
Modify menu -> Page Properties ->Title/Encoding ->Encoding = UTF-8 Edit ->Preferences -> New Document -> Default encoding
Read moreBefore pointing a domain to a new hosting account – hosts file trick + TTL
If there’s a new hosting account but the domain is not pointing to it, or you need the domain to continue pointing to the old
Read moreWordPress: centering the top menu in twenty-eleven
in Stylesheet (style.css): /* =Menu ————————————————————– */ #access { removing float:left; add text-align:center; #access ul { add display:inline-block; Then there is a bottom padding that
Read moreבדיקה של אתר לבעיות כלליות
5 סיבות לכך שהאתר שלכם אינו מושך מספיק לידים אז, מהן תכניות השיווק המקוון הגדולות שלכם לשנה הקרובה? האם תשקיעו יותר במדיה חברתית? האם תכתבו
Read moreFlash ads require double click to open
Recentely, Microsoft released an update for Internet Explorer that changes the way the browser displays and runs flash movies, java applets and ActiveX controls. Because of security
Read moreBlank Space in HTML
To add spaces at the beginning or end of a text line in HTML, you have to put “ ” instead of just pressing the spacebar.
Read moreGetting rid of the space under an image in a table cell layout
If you’re trying to put an image in a table cell, and you want the image to fill the entire cell area vertically, you’ll notice
Read moreUnicode and the “asc” function
When converting your site into Unicode encoding (UTF-8 for instance), if you are using the “asc” function to check in what language is your users input,
Read moreMailto link
Defining a link as “mailto:[email protected]” means that whenever a visitor at your site clicks this link his default email client will be launched and the
Read more