Noam 3 years birthday movie

מעלה כאן בבלוג – באיחור – סרטון שהעלתי מזמן ביוטיוב.

“נועם מאורר בן 3 שלוש – ארץ חדשה” – סרטון יום ההלודת של נועם לגיל שלוש!

לנועם בני הגדול. בזכותך גיליתי “ארץ חדשה”.

 

Noam 3 years birthday movie

מעלה כאן בבלוג – באיחור – סרטון שהעלתי מזמן ביוטיוב.

“נועם מאורר בן 3 שלוש – ארץ חדשה” – סרטון יום ההלודת של נועם לגיל שלוש!

לנועם בני הגדול. בזכותך גיליתי “ארץ חדשה”.

 

Hard Return to Soft Return in MS-Word

שאלה: איך להחליף את ה- Return הרגיל, ב- Shift+Return ב- MS-Word?

מיד התשובה, אבל לפני כן הסיבה: זה שימושי בהעתקת והדבקת שורות קוד אל תוך מסמך Word, ולמנוע מרווחי שורה מיותרים.

תשובה:

1. פותחים את תיבת ה- חפש-החלף, ה- “Find and Replace” (אפשר ע”י הקיצור Ctrl+H). 

2. ב- “Find What” (מה שמחפשים) לכתוב: “p^“.
    כלומר את התו “^” (מעל הספרה 6, עם Shift) ואחריו האות “p”. 

3. ב- “Replace with” (מה שרוצים לשים במקום) – לכתוב: “|^“.
     כלומר את התו “^” (מעל הספרה 6, עם Shift) ואחריו התו “|”. 

Hard Return to Soft Return - in MS-Word
Hard Return to Soft Return – in MS-Word

Hello world! Reunion Complete

ההעברה מ- OrenM.NET לאתר ה “ראשי” שלי ב- Meorero.org.il הושלם.

רק נשאר להחזיר את הפניית ה- DNS של OrenM.NET – במקום “HostGator” – שתחזור להיות למארח הראשי (Clook.Net).

Welcome to WordPress.

Multi Yeda 2015 – סיכום מולטי-ידע 2015

אתמול שמנו מיכל ואני את נועם במשפחתון ושמנו את פעמנו – ברכב – לעבר כפר המכביה ברמת-גן ליומו השני של כנס “מולטי-ידע”.

בשורה התחתונה – היה ממש כיף גם לבלות ביחד יום שלם באמצע השבוע וגם לשמוע הרצאות ממש מעניינות ומחדשות. איזה כיף שלשנינו ממקום העבודה.

IMG_20150224_091311[1]
מיכל ואני, ליד החברה אסנת, כנס מולטי-ידע 2015
IMG_20150224_091247[1]
מיכל והחברה אסנת, כנס מולטי-ידע 2015

 אז מה היה לנו שם?

או… אז ככה:

Continue reading “Multi Yeda 2015 – סיכום מולטי-ידע 2015”

Me and my first Ruby book

Well, it’s finally here. I am curious enough to get the book.
So I purchased one. I mean the Ruby book:
The Ruby programming language / David Flanagan and Yukihiro Matsumoto. –    Beijing : O’Reilly, c2008.

See me…




Source: meorero_octopress

I’m using Bootstrap theme

After trying to “hack” my site to look more or less the same in older IE – I finally decided to look for a new different theme that will do the work for me.

So… Now my Octopress blog use Bootstrap theme by Balázs Kutil (see here).

See few screenshots below…

Here is how it looks in Chrome / Chromium (Ubuntu):

Here is how it looks on Firefox (Ubuntu):

Internet Explorer – compatibility:
–> This is working like old IE…

Internet Explorer – “Normal” (not compatibility) mode:
Please note the top left menu – this is the same as in other browsers !!!

Source: meorero_octopress

IE 8 – a little better, not perfect. You really should use some other browser …

Well, I managed to make my blog look a little better in IE8. Not too good, but a little better.

Here is how it looks now, on Internet Explorer 8:
(well – here I put the “read more”” you’ll have to read more… ;-). There is a screenshot! ).

It is the same if you are using IE 9 in “compatibility mode” (emulation of IE 8).

In IE9 – it is much better, and pretty much the same as in all other better “Normal” browsers, like Chrome or Firefox.

What is the change?
Well… see below:

It was putting the following “ender.js” on my “./source/_includes/head.html”:

1
<script src="http://www.meorero.org.il/javascripts/ender.js"></script>

See – more details:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>

<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->

<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->

<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->

<head>
...


  <script src="http://www.meorero.org.il/javascripts/modernizr-2.0.js"></script>


  <script src="http://www.meorero.org.il/javascripts/ender.js"></script>


  <script src="http://www.meorero.org.il/javascripts/octopress.js" type="text/javascript"></script>
  

Source: meorero_octopress