progpapa.com progpapa.com

progpapa.com

Home | ProgPapa

I'm a mid-level freelance Drupal developer, mostly working on back-end stuff and site building. Occasionally I also do front-end work (i.e. larger css, jquery projects). Besides using the core APIs in Drupal, I have created modules that work with Views, Rules, Entity API, Context, Panels, Drupal Commerce, etc. I mostly work on small and medium size websites for agencies, small Drupal shops that need an extra hand. This is what I can help you with:. Integrating 3rd party services. Overriding Views user na...

http://www.progpapa.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR PROGPAPA.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Friday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.0 out of 5 with 14 reviews
5 star
6
4 star
4
3 star
3
2 star
0
1 star
1

Hey there! Start your review of progpapa.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

1.3 seconds

FAVICON PREVIEW

  • progpapa.com

    16x16

  • progpapa.com

    32x32

  • progpapa.com

    64x64

CONTACTS AT PROGPAPA.COM

WHOISGUARD, INC.

WHOISGUARD PROTECTED

P.O. B●●●●●●-03411

PA●●MA , PANAMA, NA

PA

507.●●●●5503
51.1●●●●7182
46●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●@WHOISGUARD.COM

View this contact

WHOISGUARD, INC.

WHOISGUARD PROTECTED

P.O. B●●●●●●-03411

PA●●MA , PANAMA, NA

PA

507.●●●●5503
51.1●●●●7182
46●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●@WHOISGUARD.COM

View this contact

WHOISGUARD, INC.

WHOISGUARD PROTECTED

P.O. B●●●●●●-03411

PA●●MA , PANAMA, NA

PA

507.●●●●5503
51.1●●●●7182
46●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●@WHOISGUARD.COM

View this contact

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

DOMAIN REGISTRATION INFORMATION

REGISTERED
2011 March 19
UPDATED
2014 January 28
EXPIRATION
EXPIRED REGISTER THIS DOMAIN

BUY YOUR DOMAIN

Network Solutions®

DOMAIN AGE

  • 13

    YEARS

  • 2

    MONTHS

  • 3

    DAYS

NAME SERVERS

1
ns1.webhostingpad.com
2
ns2.webhostingpad.com

REGISTRAR

ENOM, INC.

ENOM, INC.

WHOIS : whois.enom.com

REFERRED : http://www.enom.com

CONTENT

SCORE

6.2

PAGE TITLE
Home | ProgPapa | progpapa.com Reviews
<META>
DESCRIPTION
I'm a mid-level freelance Drupal developer, mostly working on back-end stuff and site building. Occasionally I also do front-end work (i.e. larger css, jquery projects). Besides using the core APIs in Drupal, I have created modules that work with Views, Rules, Entity API, Context, Panels, Drupal Commerce, etc. I mostly work on small and medium size websites for agencies, small Drupal shops that need an extra hand. This is what I can help you with:. Integrating 3rd party services. Overriding Views user na...
<META>
KEYWORDS
1 jump to navigation
2 blog
3 services
4 portfolio
5 freelance drupal developer
6 custom module development
7 data migration
8 site building
9 custom theming
10 pages
CONTENT
Page content here
KEYWORDS ON
PAGE
jump to navigation,blog,services,portfolio,freelance drupal developer,custom module development,data migration,site building,custom theming,pages,next,last
SERVER
Apache
POWERED BY
PHP/5.6.34
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Home | ProgPapa | progpapa.com Reviews

https://progpapa.com

I'm a mid-level freelance Drupal developer, mostly working on back-end stuff and site building. Occasionally I also do front-end work (i.e. larger css, jquery projects). Besides using the core APIs in Drupal, I have created modules that work with Views, Rules, Entity API, Context, Panels, Drupal Commerce, etc. I mostly work on small and medium size websites for agencies, small Drupal shops that need an extra hand. This is what I can help you with:. Integrating 3rd party services. Overriding Views user na...

INTERNAL PAGES

progpapa.com progpapa.com
1

Coding Drupal Entities - part 1, Overview | ProgPapa

https://www.progpapa.com/blog/coding-drupal-entities-part-1-overview-0

Coding Drupal Entities - part 1, Overview. This series of posts is not. Intended to be a step-by-step introduction to creating custom Drupal entites from code. If you are after that, there are some great resources to get you started:. Developing A Custom Drupal Entity - Phase2. Creating your own entities with Entity API - Trellon. Build Your Own Custom Entities in Drupal - SitePoint. In my modules I prefer to define two entity types:. Configuration entity, e.g. node type or profile type. Foreach ($entity...

2

Services | ProgPapa

https://www.progpapa.com/services

Back-end module development is my primary focus. This is what I like to do the most and what I've been doing quite often in the past few years. Almost every site needs at least a small helper module, some might have more complex custom requirements. I can help you with creating custom modules to solve these special needs. Absolutely no hacking around in the theme layer, in template files or template.php, if a custom module is needed, I can create it for you. This is what I've done in the past few years:.

3

Portfolio | ProgPapa

https://www.progpapa.com/portfolio

D6 to D7 migration. Website: www.dentiste-budapest-geneve.ch. Website: http:/ trendfirst.com/. Migrating users and profiles from legacy database. Website: http:/ www.patchwork.dk/. Some troubleshooting on the theme layer. Migrating 120000 nodes and 1000 users from legacy database. Website: http:/ www.schweiss.dk/. Migrating users from legacy database. Communication with external database. Website: http:/ www.sulix.hu/. PSD to Drupal theme. Website: http:/ www.london-dental-implant.co.uk/. Coding Drupal E...

4

Coding Drupal Entities - part 3, access callbacks | ProgPapa

https://www.progpapa.com/blog/coding-drupal-entities-part-3-access-callbacks

Coding Drupal Entities - part 3, access callbacks. In the previous post. We've taken a look at what menu paths Entity API defines. The access callback function for all menu items is entity access. Now let's see how to implement this access callback function works and define permissions for the entity CRUD operations. In order to determine whether a user is allowed to do a certain operation an a custom entity, the default function, that is called is entity access. Drupal core works this way, too. Ther...

5

Overriding Views user name filter | ProgPapa

https://www.progpapa.com/blog/overriding-views-user-name-filter

Overriding Views user name filter. Recently I had to create a view that lists all nodes of a certain node type and allow website visitors to use an autocomplete filter to filter nodes based on the user name of the author. Pretty straightforward task, I created the view, added a filter for the required node type and added the node author as a relationship and exposed the default "User: Name" filter of Views, which provides the handy autocomplete feature. 1 Identifying the problem. You can go to the Views ...

UPGRADE TO PREMIUM TO VIEW 3 MORE

TOTAL PAGES IN THIS WEBSITE

8

OTHER SITES

progpa.com progpa.com

Granite Payment Alliance

Return to Interactive Pages. Carry brilliance and complete transactions in a small, portable, handhel. To Find out more, click here. Even the smallest independent merchant needs to accommodate its customer. To Find out more, click here. Banks and merchant services providers have long struggled to keep their . To Find out more, click here. The new ExaDigm NX Series of Payment Terminals encompasses both mobile, . To Find out more, click here. To Find out more, click here. Or call us at 888.580.4472. Choosi...

progpack.com progpack.com

Progessive Packaging | Corrugated Packaging Solutions | Greenville SC

Strategically located in the Southeastern US, Progressive Packaging offers unparalleled service to anyone needing a packaging solution. From design and production to warehousing and logistics, Progressive Packaging provides solutions to all of your packaging problems. From design, to manufacturing, to warehousing and inventory control, Progressive Packaging is your complete in-house packaging partner. Let us work with you to find the design that will meet your needs. How can we help you? We are strategic...

progpages.com progpages.com

progpages.com - This domain may be for sale!

Find the best information and most relevant links on all topics related to progpages.com. This domain may be for sale!

progpal.com progpal.com

Slicing & Basing - ProgPal

ProgPal verzorgt uw internetdiensten. Als startactie verloten wij een aantal slices onder onze Twitter-volgers! Loting op 1 september. Win een gratis slice! Javascript is uitgeschakeld in uw browser, sommige onderdelen werken mogelijk niet naar behoren.

progpalaceradio.com progpalaceradio.com

Now Playing

Consider using these links to support Prog Palace Radio. Normal rotation and listener requests. Currently 0 Stars . To use this feature. To use this feature. Song added within the past 30 days. Consider supporting us. Click the donate button to contribute whatever amount you like. Thanks for your support! Is Free Software released under the GNU General Public License.

progpapa.com progpapa.com

Home | ProgPapa

I'm a mid-level freelance Drupal developer, mostly working on back-end stuff and site building. Occasionally I also do front-end work (i.e. larger css, jquery projects). Besides using the core APIs in Drupal, I have created modules that work with Views, Rules, Entity API, Context, Panels, Drupal Commerce, etc. I mostly work on small and medium size websites for agencies, small Drupal shops that need an extra hand. This is what I can help you with:. Integrating 3rd party services. Overriding Views user na...

progparacelular.blogspot.com progparacelular.blogspot.com

Programas para celular - Todos os tipos de programas e códigos para celular, varias dicas e codigos de desbloqueio, mudança de operadora, chips, gsm, java celular, ring tones, jogos java, desbloqueio celular, tudo que você precisa para seu celular gratis.

Programas diversos para celular, jogos em java, dicas de economia, lançamentos e novidades na área de programas e celulares. Trocando a bateria do iPone ser para iPhone 5, 5C, 5S, 6, 6 Plus, 6S, 6 . Compartilhar com o Pinterest. Segundo bloqueio do whatsapp 72 horas os detalhes e minha opinião. Compartilhar com o Pinterest. Segundo bloqueio whatsapp no brasil. Angry Birds Star Wars Trailer. Compartilhar com o Pinterest. Os 5 melhores aplicativos para Android. Compartilhar com o Pinterest. Pegue um cartão...

progparadise.blogspot.com progparadise.blogspot.com

Programação Paradise City

Está chegando o grande dia! 06 de dezembro, 22:00hs a festa que irá mudar a história do swing na Região dos Lagos. Comemoração do aniversário do " CRS". Srs Paradise, VidaEuVidaEla. Sras Nitro, BBB, Casual, Prata, Casados.vix, Brahma, Puro Pecado e do Casal C. Cats. Uma super produção na Paradise. Garçon e garçonete desinibidos. Bebida liberada a noite toda. Banho de piscina coletivo ao final da festa. Convide um casal amigo ( serão aceitos casais que não fazem parte do site ). SÁBADO, DIA 22/11. Agradáv...

progparallele.blogspot.com progparallele.blogspot.com

Programmation Parallèle pour Tous

Programmation Parallèle pour Tous. Avec l'arrivée des PC multicores, les quadcore portables étant sur le point de se banaliser (janvier 2009), il est de plus en plus important d'éffectuer une programmation qui puisse exploiter les cores, donc une programmation parallèle. Je souhaite, via ce blog, mettre en avant les techniques et outils à la portée de tout bon programmeur pour qu'il puisse adapter son application à ce nouvel univers. Programmez parallèle oui, mais avec quels outils? Quels efforts faudra-...

progpark.ru progpark.ru

ПрограмПарк | Техника и оборудование

Мы проектируем программное обеспечение. Мы консультируем и оказываем техподдержку. Динамичное развитие технологий сегодня заставляет не только пристально следить за новинками области, но и уметь находить верные решения и полезные инструменты. Одним из таких правильных решений является партнерство с системным интегратором ПрограмПарк — вариант, который помогает минимизировать затраты и гарантировать грамотную реализацию необходимых проектов различного уровня сложности. Наша компания станет незаменимым пом...