andy brudtkuhl

Chief Web Guru at 48Web - 48WebConsulting.com
Re: Securing Elasticsearch - http://brudtkuhl.com/securin...
"that's the most annoying thing. one one hand you have an excellent open source product and on the other you have enterprisey sales and plans" - andy brudtkuhl
Re: Securing Elasticsearch - http://brudtkuhl.com/securin...
"@mark_ellul thanks for pointing that out! :) But yes - I agree.. I think since their support costs are so high they should at least provide a trimmed down open source version" - andy brudtkuhl
Re: Easy KnockoutJS Pagination with Data Tables - http://brudtkuhl.com/easy-kn...
"Which variable?" - andy brudtkuhl
Re: Using WordPressSharp To Publish A Post - http://brudtkuhl.com/using-w...
"I'm not familiar with that plugin specifically (although it looks awesome and I may need it on a project soon) but after reading the docs briefly you should just be able to add the translations in via the Custom Fields array in the library." - andy brudtkuhl
Re: Using WordPressSharp To Publish A Post - http://brudtkuhl.com/using-w...
"Yea you can store them in a dictionary if needed. I actually first built this library to move a ton of hierarchical content from a legacy CMS to WP. I ended up building a recursive function that handled it nicely. My recursive function had a parameter called parentId that defaults to 0 (if you set it to 0 WordPress knows it's a top level page). So the function just set it every time and would pass the parent id in from the parent page as it recursed. Worked well." - andy brudtkuhl
Re: Securing Elasticsearch - http://brudtkuhl.com/securin...
"Yea I saw that - https://twitter.com/abrudtkuhl... I watched one of their pre-launch webinars on it and they kind of hid pricing til the end when questions were asked. Essentially you will need to pay for one of their support levels (which I think start at 5 figures a year) to get access to Shield." - andy brudtkuhl
Re: Using WordPressSharp To Publish A Post - http://brudtkuhl.com/using-w...
"You would set the ParentId property on the child page var parentPage = new Post { PostType = "page", Title = "The Parent Page", Content = "content", PublishDate = DateTime.Now, Status = "publish" }; var parentId = client.NewPost(parentPage); var childPage = new Post { PostType = "page", Title = "The Child Page", Content = "content", PublishDate = DateTime.Now, Status = "publish", ParentId = parentId; }; var childId = client.NewPost(childPage);" - andy brudtkuhl
Re: Using WordPressSharp To Publish A Post - http://brudtkuhl.com/using-w...
"It's not a method - it's a property on the client. You can always set it to another var if it's out of scope where you need it. It's the BaseUrl property you set on the client so the library knows where the WordPress site you are using is located. https://gist.github.com/abrudt..." - andy brudtkuhl
Re: Using WordPressSharp To Publish A Post - http://brudtkuhl.com/using-w...
"client.NewPost will return the WordPress Post Id So you can use that ID to build the permalink without making another XML-RPC Call. Ex: var id = client.NewPost(post); var permalink = String.Format("{0}/?p={1}", client.BaseUrl, id); // permalink = http://brudtkuhl.com/?p=234 If you have pretty permalinks setup in your admin then it will redirect to it." - andy brudtkuhl
Re: Using WordPressSharp To Publish A Post - http://brudtkuhl.com/using-w...
"Is it from the difference in your publish date between app and Wordpress server? I haven't seen this issue otherwise" - andy brudtkuhl
Re: Easy KnockoutJS Pagination with Data Tables - http://www.brudtkuhl.com/easy-kn...
"thanks for checking it out! Andy Brudtkuhl @abrudtkuhl <http: twitter.com="" abrudtkuhl="">" - andy brudtkuhl
Re: Bootstrap Styles for Gravity Forms WordPress Plugin - http://brudtkuhl.com/bootstr...
"Your welcome! Got an update to fix a couple issues coming this week" - andy brudtkuhl
dat temperature drop
RT @cyclonealley: RT this for a chance to win tickets to the @CBEHOFClassic over Thanksgiving break! Must be following to win https://twitter.com/cyclone...
RT @RedditCFB: If Wisconsin-Nebraska wanted their trophy to be even less inspiring they could've just slapped a new base on this: https://twitter.com/RedditC...
RT @JsLampe: Obama says FCC should reclassify internet as a utility http://www.theverge.com/2014... via @verge
Re: Easy KnockoutJS Pagination with Data Tables - http://brudtkuhl.com/easy-kn...
"Thanks for coming back and posting your solution! I have a similar feature I'm working on this week and this is sure to help" - andy brudtkuhl
It's a good day to have Rodgers and Marshawn on your fantasy football team
Can plumbers hero unclog the giant shit that is the cyclones offense
Hashtag change channel
RT @RedditCFB: Is...uh...is that the play call, Coach? #WVUvsUT https://twitter.com/RedditC...
Hashtag we need a quarterback
RT @brentblum: Joel Lanning warming up
Hello offense welcome to Saturday #Cyclones
Someone needs to get Kiffin'd for this performance #Cyclones #dontgetonthebus
RT @jameseliason: That has to be the worst quarter in ISU history. Total negative yards, no first downs..all vs Kansas. I'm not sure Rhoads survives this
RT @MurphyKeith: What is this... contest to see who can make their fans feel worse? #Cyclones #Hawkeyes
RT @BobbyLaGesse: First quarter total yards: KU: 178 ISU: -3
I don't think I have enough beer to watch this entire game #Cyclones
Let's try Lazard at QB ... what do we have to lose? He could probably throw to himself more accurately