Lean Religion Rumblings of a software engneer & Home Maker

1May/12Off

Updated jQuery to use Google CDN

Just updated http://eclipsebook.in/ to use jQuery from Google CDN

As of now, I don't know how much difference would it make to end user. But I am just crossing my fingers that it does not break anything.  Do send me message, if you find anything broken.

By the way, if any one of you want to do the same on your sphinx page, I am sharing the patch/quick hack for the html template.

 

{%- if not embedded -%}
<script type="text/javascript">var DOCUMENTATION_OPTIONS = {URL_ROOT: '{{ url_root }}',VERSION: '{{ release|e }}',COLLAPSE_INDEX: false,FILE_SUFFIX: '{{ '' if no_search_suffix else file_suffix }}',HAS_SOURCE: {{ has_source|lower }}};</script>
+<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
{%- for scriptfile in script_files -%}
+{%- if scriptfile != '_static/jquery.js' -%}
<script type="text/javascript" src="{{ pathto(scriptfile, 1) }}"></script>
+{%- endif -%}
{%- endfor -%}


Filed under: C/C++ Eclipse No Comments
27Mar/12Off

Early bird catches the worm, b…

Early bird catches the worm, but the second mouse gets the cheese. #irony

Filed under: tweet No Comments
7Mar/12Off

2nd Rule of Success: Manage wh…

2nd Rule of Success: Manage when u have nothing. 1st Rule: Behave when u have everything.

Filed under: tweet No Comments
25Feb/12Off

The man with hammer finds ever…

The man with hammer finds every problem as a nail. #quote

Filed under: tweet No Comments
23Feb/12Off

It is hard to make predictions…

It is hard to make predictions, especially about the future. #quote Niels Bohr

Filed under: tweet No Comments
17Feb/12Off

Internal hyperlinks were not working on the eBook

Internal hyperlinks were not working on the eBook... Just reverted back to old configuration.

I still need to figure out why internal hyperlinks *really* broke. If internal hyperlinks are not working on your eBook, just email me back. Will send you new eBook/PDF.

Filed under: C/C++ Eclipse No Comments
26Jan/12Off

Lazy people have reasons when …

Lazy people have reasons when they reach failure. Their path may change, result would not!

Filed under: tweet No Comments