Posts by Gabriel Masson • 178 points
11 posts
-
0
votes1
answer978
viewsQ: Search for data in JSON file
I need to take data in JSON, display it and do searches, for that I developed this code, but I have problem to put this data in external file. How can I put this JSON in an external file, keeping…
-
1
votes1
answer68
viewsA: Wordpress error in theme installation
Hard to know exactly what happens, but I believe that your old blog has a custom post type defined directly by the theme, and the current no, where it gives problem in the import for not finding…
wordpressanswered Gabriel Masson 178 -
0
votes1
answer50
viewsQ: Customizing Custom Post Type Wordpress Screens
I’m working on a template and classifieds plugin for a project (because the client has fields needs that other plugins do not provide), however I can not insert custom fields in the post post post…
-
1
votes1
answer45
viewsQ: Wordpress shortcode to insert layouts
I am creating a Wordpress template for a client, and I need to insert layouts in the pages, so I created the following shortcode on functions.php of the template: <?php function…
-
1
votes1
answer191
viewsQ: Select with Search conditions
I need to make a query where only display results in one condition: # Search the Database $select_sql = "SELECT * FROM users WHERE user LIKE :search OR date_access LIKE :search OR ip LIKE :search…
-
2
votes1
answer104
viewsQ: Mysql table with lots of data
Case in point: I have a system with approximately 5 million records, it is recommended to use a single Mysql table to save, for example tabela_empresas_brasil? since every time the user performs a…
-
2
votes1
answer1449
viewsQ: Manipulating elements with Javascript page scroll
I would like to Show or Hide the menu as per Scroll of the page, I tried to develop in the following way: window.scrollTo(function(){ if (window.scrollTo() > 212) { // se for maior de 212 pixels…
-
1
votes2
answers1119
viewsQ: Developing a Webcrawler in Python
Is there any open source project of webcrawler simple, developed in Python, for study? I have been studying for some time / researching on the subject, but I can not find anything ready about it. My…
-
2
votes2
answers1102
viewsQ: How to create an app in Phonegap using an online page?
I would like to create an application that requires constant data update, fast maintenance and development in a very short time, the application has no requirements other than to display information…
-
0
votes0
answers821
viewsQ: Ignore Friendly URL for certain folders in . HTACCESS
A big problem has arisen with a customer I have, he needs to have two stores (using Open Cart) in the same domain, only both are different products, layout and plug-ins (so I can not make two…
-
4
votes1
answer925
viewsQ: Time access restriction with php
I want to develop a security system, which serves both for contact form and login, the intention is that it is an additional to the use of CAPTCHA, or in some cases a substitute. The logic is as…