blog.2pha.com blog.2pha.com

blog.2pha.com

blog.2pha.com | Drupal, Three.js, 3D and general web development blog | Chris "2pha" Brown | Drupal Developer

Personal blog site for drupal developer Chris "2pha" Brown. Blog articles and code snippets on various subjects including Drupal, Three.js, HTML, Javascript, 3D

http://blog.2pha.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR BLOG.2PHA.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

October

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Wednesday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.6 out of 5 with 7 reviews
5 star
5
4 star
1
3 star
1
2 star
0
1 star
0

Hey there! Start your review of blog.2pha.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

3 seconds

CONTACTS AT BLOG.2PHA.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
blog.2pha.com | Drupal, Three.js, 3D and general web development blog | Chris "2pha" Brown | Drupal Developer | blog.2pha.com Reviews
<META>
DESCRIPTION
Personal blog site for drupal developer Chris 2pha Brown. Blog articles and code snippets on various subjects including Drupal, Three.js, HTML, Javascript, 3D
<META>
KEYWORDS
1 blog2pha com
2 submitted by 2pha
3 basic color
4 basic color shader
5 vertex position color
6 uv position color
7 normals
8 normal shader
9 checkerboard
10 checker board shader
CONTENT
Page content here
KEYWORDS ON
PAGE
blog2pha com,submitted by 2pha,basic color,basic color shader,vertex position color,uv position color,normals,normal shader,checkerboard,checker board shader,faded lines,faded lines shader,simple faded lines,dots,dots shader,simple,btn file {,top 0;,note
SERVER
Apache/2.4.7 (Ubuntu)
POWERED BY
PHP/5.5.9-1ubuntu4.9
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

blog.2pha.com | Drupal, Three.js, 3D and general web development blog | Chris "2pha" Brown | Drupal Developer | blog.2pha.com Reviews

https://blog.2pha.com

Personal blog site for drupal developer Chris "2pha" Brown. Blog articles and code snippets on various subjects including Drupal, Three.js, HTML, Javascript, 3D

INTERNAL PAGES

blog.2pha.com blog.2pha.com
1

May 2014 | blog.2pha.com | Drupal, Three.js, 3D and general web development blog | Chris "2pha" Brown | Drupal Developer

http://blog.2pha.com/archive/201405

Skip to main content. Old UT2003 game models resurrected. On 18/May/2014 (updated - 21/Dec/2015). Today while browsing an old hard drive, I found some old Unreal Tournament 2003 models I made back when I was first learning 3DS Max, way back in 2003. I thought I would post them on my site in case anyone still had use for them. Read more about Old UT2003 game models resurrected.

2

Drupal 7 Bootstrap image field upload widget | blog.2pha.com

http://blog.2pha.com/drupal-7-bootstrap-image-field-upload-widget

Skip to main content. Drupal 7 Bootstrap image field upload widget. On 31/Dec/2014 (updated - 21/Dec/2015). When using the Bootstrap theme in Drupal 7, the image upload widget leaves a lot to be desired. I looks pretty crappy. Below is how I overcame this. It should probably work with file fields too but instead of overriding THEME image widget, you would override THEME file widget, though I haven't tried it yet. First, add this to your css. Filter: alpha(opacity = 0);. A note on admin theme. Output = ' ;.

3

Using Three.js with jsfiddle | blog.2pha.com

http://blog.2pha.com/using-threejs-jsfiddle

Skip to main content. Using Three.js with jsfiddle. On 21/Feb/2015 (updated - 21/Dec/2015). Using Three.js in a fiddle on the site jsfiddle.net. Is really quite easy but I keep coming across people having trouble with it. So here are a couple of tips when trying to set up a Three.js scene in a fiddle. Including the Three.js source. Which is rawgit.com/mrdoob/three.js/master/build/three.min.js. Here is how the base looks. Using images in materials. You can get an images DataURL DatURL.net. You must have J...

4

October 2014 | blog.2pha.com | Drupal, Three.js, 3D and general web development blog | Chris "2pha" Brown | Drupal Developer

http://blog.2pha.com/archive/201410

Skip to main content. Drupal Domain Access user 1 menu. On 22/Oct/2014 (updated - 21/Dec/2015). Today when developing a Drupal site with the Domain Access module I had an interesting problem. My site is set up with a custom theme and 2 domains. My custom theme is using Zurb Foundation and so I had to override the main menu theme functions to add the Zurb classes. Function nexus links system main menu($variables) {. Output = drupal render($links);. Function nexus menu tree main menu submenu($variables) {.

5

Experimenting with Three.js shaders and the ShaderMaterial | blog.2pha.com

http://blog.2pha.com/experimenting-threejs-shaders-and-shadermaterial

Skip to main content. Experimenting with Three.js shaders and the ShaderMaterial. On 08/Mar/2015 (updated - 22/Jul/2016). Lately when using Three.js I have needed some very specific material qualities that the built in Three.js materials did not allow for so I have started experimenting with the Three.ShaderMaterial. This material allows you to write you own GLSL shaders. On this page I will link to some of my own Three.ShaderMaterial experiments and try to update it as I learn more. Takes the fragment c...

UPGRADE TO PREMIUM TO VIEW 15 MORE

TOTAL PAGES IN THIS WEBSITE

20

LINKS TO THIS WEBSITE

csantosbh.wordpress.com csantosbh.wordpress.com

Custom shaders with Three.JS: Uniforms, textures and lighting | A personal wonderland

https://csantosbh.wordpress.com/2014/01/09/custom-shaders-with-three-js-uniforms-textures-and-lighting

Custom shaders with Three.JS: Uniforms, textures and lighting. Starting with the basics. We start off by creating a very simple application that only renders a plane on screen:. And the render.js file looks like this:. UniformName: {type: TYPE, value: VALUE}. For a guide on accepted formats, consult here. For demonstration purposes, I created a float uniform named color. As far as I know, there’s no dirty flag to tell it when to update an uniform. Vertex shader and implicit attributes and uniforms. If yo...

UPGRADE TO PREMIUM TO VIEW 0 MORE

TOTAL LINKS TO THIS WEBSITE

1

OTHER SITES

blog.2partsmagic.com blog.2partsmagic.com

2PartsMagic Blog | Blogging web software development

Blogging web software development. Text 2 HTML converter online tool and API. September 20, 2012. For a bit of fun we posted an simple online tool to convert text to HTML. Â We even added an API so you can use it to get results in JSON or XML. And for more fun we added an HTML to text tool. And an HTML simplifier/sanitizer/cleaner tool. Adding Responsive Design Features to an Existing Webapp Part 2: Touchscreens and Tables. July 20, 2012. Continues on from Part 1. July 20, 2012. Team recently completed a...

blog.2pc.com.br blog.2pc.com.br

Blog oficial da 2PC | Desenvolver pessoas, entregar software

Blog oficial da 2PC. Desenvolver pessoas, entregar software. Vaga: Desenvolvedor Web MVC C# (Pleno/Sênior). A 2PC atua no mercado de governança de aplicações sendo especializada em soluções baseadas na plataforma Microsoft usando Visual Studio. São Paulo / Barueri. ASPNET MVC, Html, css, JavaScript, JQuery, GIT, AngularJS, Bootstrap, Modernizr. São Paulo / Barueri. ASPNET MVC, Html, css, JavaScript, JQuery, GIT, AngularJS, Bootstrap, Modernizr. Siga os passos para participar. Oportunidade de trabalho em ...

blog.2pea.com blog.2pea.com

二皮博客

安裝 CentOS 7 後必做的七件事. Nginx version: nginx/0.7.63. HvVt] [-s signal] [-c filename] [-p prefix] [-g directives]. H : this help. V : show version and exit. V : show version and configure options then exit. T : test configuration and exit. S signal : send signal to a master process: stop, quit, reopen, reload. P prefix : set prefix path (default: /usr/local/nginx/). C filename : set configuration file (default: conf/nginx.conf). G directives : set global directives out of configuration file. 1 更改 root 密码.

blog.2peking.com blog.2peking.com

Team Freedom 2 Peking

blog.2pep.nl blog.2pep.nl

2PEP communication & design

De Vorm is eerlijk. Maart 5, 2014. Stilaan ziet het er naar uit dat we het ergste van de crisis hebben gehad. Maar we zijn er nog niet! Net als bij een treintje in de achtbaan dat in het dal is blijven steken, volstaat het niet meer dat slechts een paar mensen proberen de zaak weer in beweging te brengen terwijl de rest toekijkt. We moeten nu allemaal mee doen, meewerken om het treintje weer in beweging te krijgen. Als à à n team. lees verder. Even geduld a.u.b. September 1, 2013. De vorm is eerlijk.

blog.2pha.com blog.2pha.com

blog.2pha.com | Drupal, Three.js, 3D and general web development blog | Chris "2pha" Brown | Drupal Developer

Skip to main content. Experimenting with Three.js shaders and the ShaderMaterial. On 08/Mar/2015 (updated - 27/Jul/2015). On this page I will link to some of my own Three.ShaderMaterial experiments and try to update it as I learn more. Shader experiments / examples. On most of my experiments there are buttons under "Source" to view both the vertex shader source and the fragment shader source. This is the most basic of shaders, simple applying a color via the fragment shader. Vertex position color shader.

blog.2pink.net blog.2pink.net

저를 그냥 지나치세요... ::: 슈크림 샤베트 퐁듀 치즈 케익! :::

7 일동안 열지 않음. FAIL (the browser should render some flash content, not this). Category : 2012년 7월. 2012년 이제 절반,. 이제 6개월 밖에 남지 않았다. 블로그에 비공개글이 늘어만 간다. 지난 4월 이후 글이 전혀 없었던게 아니라는거지. 왜 자꾸 숨기려하고 비밀. 연극부터, 뮤지컬도 몇개 보고. 요즈음, 사람만나는게 너무나 좋은데. 나이를 먹을 수록 만날 수 있는 사람이 줄어드는게 아쉽다. 아니 만날 시간과 여건이 줄어드는게 무섭다. Http:/ www.needlworks.org. 여러분과 나의 세상에 바라보는 시선을 달리합니다. 받은 걸린글이 없고,. 이 글의 관련글(트랙백) 주소 : 이 글에는 트랙백을 보낼 수 없습니다. Hi to every one, thе contents present at thіѕ ѡeb. Site are really remɑrkɑble for people experience,. 받은 걸린글이 없고,.

blog.2pixstudio.com.sv blog.2pixstudio.com.sv

2Pix Studio Diseño y Comunicación Estrategíca

Contáctenos por 503 2566 6523. O al e-mail studio@2pixstudio.com.sv. Qué es el engagement? Y como utilizarlo en las redes sociales. 7 junio, 2016. Comentarios, archivadas en: Noticias. 5 consejos para destacar tus vídeos en Facebook. 8 marzo, 2016. Comentarios, archivadas en: Noticias. Buscas algo en especial? Qué es el engagement? Y como utilizarlo en las redes sociales. 5 consejos para destacar tus vídeos en Facebook. Síguenos en nuestras redes sociales.

blog.2plus2isfive.co.uk blog.2plus2isfive.co.uk

2plus2isfive « Analysis into emulation of audio analysers with smartphone technology

Analysis into emulation of audio analysers with smartphone technology. Analysis into emulation of audio analysers with smartphone technology. Audio applications are resource heavy, often reading, writing and processing data simultaneously. Understanding the different handling methods for audio data including limitations of the operating environment is important for any developer. While this guide does provide some basic examples designed to demonstrate some of the technologies discussed throughout, this ...

blog.2plyr.com blog.2plyr.com

2PLYR.com Blog – News and updates on 2PLYR.com and the gaming industry.

It’s Been a While. Hello everyone, it’s been a while since the last update. Lots of things have happened but I thought it better to wait until I had some concrete news to share with you. I would like to say, to everyone who has been there and who has joined in through various forums, social medias and/or Twitch/YouTube – thank you all very much for hanging out and showing your interest. Watch us live on Twitch. Check out our videos on YouTube. And/or follow us for more updates on Twitter. We’re clo...

blog.2point0media.com blog.2point0media.com

Accueil -

Processus de création du design de votre site. July 27, 2015. 8220;Ello” un David contre les Goliaths. July 2, 2015. June 25, 2015. Activez le répondeur Gmail. July 13, 2015. Activate your Vacation Responder. July 10, 2015. Gestion de mots de passe avec un logiciel spécialisé. June 5, 2015. Comment trouver son IP publique? August 10, 2015. Management de projet en équipe avec ASANA. June 10, 2015. Est-ce que votre site est pénalisé par Google? June 22, 2015. SEO (Search engine optimization). July 20, 2015.