Skip to content

Instantly share code, notes, and snippets.

@pommiegranit
pommiegranit / ajax-search.php
Last active August 29, 2015 13:56
Replacement search page to address NNG recommendations
function suggsearch() {
$sugg = esc_html($_POST['suggestion']);
$post_list = new WP_Query( 's=' . $sugg );
if ( $post_list->have_posts() ) :
// Start the Loop.
while ( $post_list->have_posts() ) : $post_list->the_post();
@adamawolf
adamawolf / Apple_mobile_device_types.txt
Last active May 6, 2024 09:56
List of Apple's mobile device codes types a.k.a. machine ids (e.g. `iPhone1,1`, `Watch1,1`, etc.) and their matching product names
i386 : iPhone Simulator
x86_64 : iPhone Simulator
arm64 : iPhone Simulator
iPhone1,1 : iPhone
iPhone1,2 : iPhone 3G
iPhone2,1 : iPhone 3GS
iPhone3,1 : iPhone 4
iPhone3,2 : iPhone 4 GSM Rev A
iPhone3,3 : iPhone 4 CDMA
iPhone4,1 : iPhone 4S