
blog.dreasgrech.com
Andreas Grech's BlogCoffee, a pack of cigs and a keyboard
http://blog.dreasgrech.com/
Coffee, a pack of cigs and a keyboard
http://blog.dreasgrech.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Thursday
LOAD TIME
1.6 seconds
PAGES IN
THIS WEBSITE
20
SSL
EXTERNAL LINKS
55
SITE IP
216.239.38.21
LOAD TIME
1.595 sec
SCORE
6.2
Andreas Grech's Blog | blog.dreasgrech.com Reviews
https://blog.dreasgrech.com
Coffee, a pack of cigs and a keyboard
Andreas Grech's Blog: April 2013
http://blog.dreasgrech.com/2013_04_01_archive.html
Friday, April 26, 2013. Using the Blogger API to search within a post's HTML content. A couple of months ago I wanted to switch the syntax highlighter I used to have on this blog to SunlightJS. Thing is though, I didn't want to go through every individual post I had written before and check whether they are using the (old) syntax highlighter to update their HTML markup. GetOccurences = function(haystack, needle) { var matches = haystack.match(new RegExp(needle, "g") ; return matches? For the script to wo...
Andreas Grech's Blog: December 2013
http://blog.dreasgrech.com/2013_12_01_archive.html
Friday, December 20, 2013. Embedding sprites in a dfLabel with DFGUI. S cool features is the ability to inline-embed images in a dfLabel. To avoid having separate sprites layered on top of the dfLabel. To embed sprites in a dfLabel. You must first make sure that the Process Markup. Checkbox (Label Properties- Formatting) is ticked. Then, embedding sprites is done using the sprite tag: Press [sprite "xbox a"] to Select. Posted by Andreas Grech. Embedding sprites in a dfLabel with DFGUI. Links to this post.
Andreas Grech's Blog: February 2014
http://blog.dreasgrech.com/2014_02_01_archive.html
Thursday, February 13, 2014. Failed to start a Riak cluster after changing the -name parameter in vm.args. I am currently in the process of setting up a Riak. Cluster and I encountered a problem where my cluster would not start if I change the -name. Parameter in the vm.args. After some searching, I found this official link. Following the first option to delete the contents of the ring. Directory (I built from the source, so my ring. Directory was at /riak-1.4.7/rel/riak/data/ring/. Links to this post.
Andreas Grech's Blog: January 2014
http://blog.dreasgrech.com/2014_01_01_archive.html
Wednesday, January 15, 2014. Changing Unity's default MonoBehaviour and Shader templates. If you find yourself having to delete those default / Use this for initialization. And / Update is called once per frame. Comments every time you create a script file, then it's probably best you modify Unity's default source file template. From Unity 4, assuming a default installation directory these templates are found in: C: Program Files (x86) Unity Editor Data Resources ScriptTemplates. Here's the C# one:.
Andreas Grech's Blog: Java's Iterators and Iterables
http://blog.dreasgrech.com/2010/03/javas-iterators-and-iterables.html
Sunday, March 7, 2010. Java's Iterators and Iterables. What is an Iterator? In computer science, an iterator is an object that allows a programmer to traverse through all the elements of a collection, regardless of its specific implementation. Making custom collections iterable. Let's say we have our own custom Vector. Based collection, GameCollection. S and we want to make this collection iterable (over its stored Game. S) by making it implement the Iterator. GameCollection gc = new GameCollection(); fo...
TOTAL PAGES IN THIS WEBSITE
20
web | The Simple Part
http://karlagius.com/tag/web
Canvas Animation using interpolation. April 4, 2013. While drawing things on the canvas. And scooting around them. Is nice, it gets old very fast. Instantaneously, if you’re an end user (unless you’re on a page for looking at things, in which case, no foul). On the other hand, there are far more efficient ways of rendering porn and/or amusing pictures of cats, so I’m going to go ahead and assume that we want to liven things up with some animation. Continue reading →. Reading Tiled maps for Canvas. Was up...
Karl | The Simple Part
http://karlagius.com/author/admin
The Little Book of JavaScript. September 15, 2014. I finally bit the bullet, sat down to do some writing again, and had a go at self publishing. The result is The Little Book of JavaScript, a short book containing a few odds and ends which I believe are useful for a novice or intermediate scripter. Continue reading →. Some further thoughts on templating WordPress. April 13, 2013. In the last post. Templating a WordPress theme with Twig. April 6, 2013. The blog refactoring of 2013. April 5, 2013. Is nice,...
Templating a WordPress theme with Twig | The Simple Part
http://karlagius.com/2013/04/06/templating-a-wordpress-theme-with-twig
Templating a WordPress theme with Twig. April 6, 2013. Well, that wasn’t as painful as I thought it would be. Some googling and a couple of experiments went a long way, and now I have a partial, unstyled, Twig-based theme happily running on WordPress. Is a templating engine for php. It has more than enough features to get me going, setting it up is as easy as falling off a tree, and I haven’t used it much, which makes it a good candidate for me. Making WordPress call Twig. Php / twig.helper.php r...Strpo...
Canvas Animation using interpolation | The Simple Part
http://karlagius.com/2013/04/04/canvas-animation-using-interpolation
Canvas Animation using interpolation. April 4, 2013. While drawing things on the canvas. And scooting around them. Is nice, it gets old very fast. Instantaneously, if you’re an end user (unless you’re on a page for looking at things, in which case, no foul). On the other hand, there are far more efficient ways of rendering porn and/or amusing pictures of cats, so I’m going to go ahead and assume that we want to liven things up with some animation. You can see a demo for this post here. Let’s say we...
Gigi on IT: LibreOffice blows... its chance at credibility
http://gigionit.blogspot.com/2013/07/libreoffice-blows-its-chance-at.html
Random encounters in the IT world. Tuesday, July 23, 2013. LibreOffice blows. its chance at credibility. I have long believed that the open source movement tends to produce higher quality software than commercial companies. However, many people seem to think that LibreOffice sucks. Recently, Andreas Grech. Posted the following screenshot of the LibreOffice updates window, on Facebook:. Then, just yesterday, I uninstalled LibreOffice because I wasn't using it, and got this:. View my complete profile.
Javascript | The Simple Part
http://karlagius.com/tag/javascript
The Little Book of JavaScript. September 15, 2014. I finally bit the bullet, sat down to do some writing again, and had a go at self publishing. The result is The Little Book of JavaScript, a short book containing a few odds and ends which I believe are useful for a novice or intermediate scripter. Continue reading →. Canvas Animation using interpolation. April 4, 2013. While drawing things on the canvas. And scooting around them. Continue reading →. Reading Tiled maps for Canvas. March 25, 2013. The vie...
Unity3D: Mythbusting performance |
http://chaoscultgames.com/2014/03/unity3d-mythbusting-performance
Skip to main content. March 27, 2014. While we don’t have any actual development progress to report on, I’ve decided to use this blog for some (hopefully) useful articles on game development. Unless you’re working with Unity3D engine, you can probably skip this post entirely. I’ve been thinking lately about some performance “tips” for Unity3D that everyone seems to be repeating. One of the common tips is “don’t use. They’re just a wrapper around. 8221; This seems right, but has anyone tested it? Now, sin...
active directory | The Simple Part
http://karlagius.com/tag/active-directory
Tag Archives: active directory. Directory Services and Asp.Net 2.0 Authentication. September 1, 2007. Yes, yes… .Net 2 is so. In an attempt to reduce the number of home-made authentication systems I keep seeing – some of them quite good, I must admit – below is a (very) short guide to configure a web application to authenticate users against a Directory Service such as Active Directory or LDAP. Continue reading →.
Development | The Simple Part
http://karlagius.com/category/development
Some further thoughts on templating WordPress. April 13, 2013. In the last post. We looked at getting a Twig generated WordPress theme up and running. I’ll soon begin looking at styling it with SASS and then getting it JavaScript dependencies loaded via Require.js, but first, I’d like to clean up the template code a little. Continue reading →. Templating a WordPress theme with Twig. April 6, 2013. The blog refactoring of 2013. April 5, 2013. Continue reading →. Canvas Animation using interpolation. In a ...
TOTAL LINKS TO THIS WEBSITE
55
Orlando Wedding Photographers | Orlando Wedding Photographer | Central Florida Wedding photographers |
Dream Weddings By Chris » Wedding Photographer Orlando. Dream Weddings By Chris. We can't wait to hear from you for the opportunity to capture your dream wedding images which you and your family will cherish for a lifetime. Please give us a few pertinent details by filling out this form. Email: 99,104,114,105,115,64,100,114,101,97,109,119,101,100,100,105,110,103,115,98,121,99,104,114,105,115,46,99,111,109. Facebook: Wedding Photographer Orlando. How did you find us. What color is the sky? This fun-filled...
Blog - Dream With Us Studio
[드림위즈 블로그 마이미디어]
Welcome to nginx!
Host blog.dreamydays.ru is not available now. Please proceed to http:/ www.host.ru/.
DZDC BLOG
A new typeface by Zuzana Licko based on Mrs.Eaves. The Sans look very nice, especially the Italics. Now you can take Photoshop with you to bed! Or get the whole set and be surrounded by apps all day… well maybe not. A bit pricey IMO, get them here: http:/ mysuitestuff.com/. For you mac fans every computer ever made by apple. See anything missing? Not sure if these are real products or not, but it would be pretty cool… even just for collection. Mac OS X 10.6: Snow Leopard. Chop Steak Fish Bar: (Richmond).
Andreas Grech's Blog
Saturday, August 23, 2014. Making GalleryView items clickable with FancyBox. I am currently making use of the GalleryView. JQuery plugin which feels great but it lacks a functionality that I needed: clicking on the images to show them in a modal dialog. I therefore integrated a separate plugin called FancyBox. That handles modal functionality beautifully. To do this, I first did a minor change to jquery.galleryview.js. Where I added the following underneath var img = $(' img / ');. And here's a demo.
Stand van Zaken
Drecarus - live your dream
How can i support Drecarus? Participate now and share your Cosplay experience. More than 100 participants for our Cosplay Inspiration. New website launch Drecarus.com. Six Secrets To Success By Arnold Schwarzenegger. On The Top 7 Motivational Videos on Youtube. On How can i support Drecarus? On How can i support Drecarus? On How can i support Drecarus? Participate now and share your Cosplay experience. Are you a Cosplayer? Share on Facebook (Opens in new window). November 24, 2014. January 4, 2015. IR...
Dr. Economist's Blog
Lalala this is a test. Filed under: Uncategorized. Lord High Executioner (enter a title here). Test test test test blah blah blah. Filed under: Uncategorized. This is a test! The economy is something worth reading and writing about. This blog is the combined effort of several economists at universities in the US to try to discuss current economics and its impact on truth, beauty, charm, etc…. Filed under: Uncategorized. Post with more text. Filed under: Uncategorized. Filed under: Uncategorized.
DRED Blog
Conversations by DRED is the official DRED blog. It's a site that tells compelling stories about the global cultures, technology and people shaping communications innovation. 15 thg 9, 2017. Áp dụng công nghệ số cho bữa ăn học đường. Năm học mới chỉ vừa mới bắt đầu song đã có không ít học sinh phải nghỉ học, thậm chí vào viện cấp cứu vì ngộ độc thực phẩm. Thay vì phải điểm danh học sinh từng lớp để chuẩn bị cho hàng trăm suất ăn trong ngày, giáo viên chỉ cần mở phần mềm quản lý bán trú. 3 thg 9, 2017.
By Dress
SOCIAL ENGAGEMENT