Posts by Andrew Maxwell • 429 points
28 posts
-
1
votes3
answers196
viewsQ: Query listing the dates
Good night, How Query can get the following action in Postgresql: List the dates that fell on Sunday of the last 6 months based on the current date, regardless of the data in the database. NOTE: The…
-
3
votes1
answer74
viewsQ: Doubt in the image gallery
I want to do this kind of effect in my image gallery, when I hover over some image, it simply highlights the image and the others darken. Follows the model: Model. If possible wanted via CSS.…
-
4
votes1
answer126
viewsQ: Problem with Bootstrap menu
I made a menu customizing using Bootstrap, however, I am having a problem when I decrease the width to <=767px and click on the button to expand the menu. I know this problem is due to menu…
-
1
votes1
answer291
viewsQ: Responsive bootstrap
I have a model on the Internet that tested its responsiveness. As I decrease the width, the menu is also decreasing and getting in perfect condition. This "perfection" is up to 760px. When I do this…
-
0
votes2
answers557
viewsQ: Responsiveness in Bootstrap
I’m starting with the Bootstrap framework. My question is: When I specify a value for the width property in the container class, do I lose screen responsive mode? Because I did this procedure, and…
-
0
votes0
answers800
viewsQ: Problem with inputmask (Mask)
I’m trying to put mask on my inputs, I think I’ve called the necessary files, but it’s not working. Archives: <script type="text/javascript"…
jquery-masked-inputasked Andrew Maxwell 429 -
0
votes1
answer84
viewsQ: Problem on android SDK
I’m beginner in development for Android And I came up with a mistake that I think was in SDK Android or some configuration I made wrong. Every time I start the Eclipse this message appears to me.…
-
1
votes1
answer162
viewsQ: Codeigniter 3.0 Library Session
I made a function to log on to the system, however, when using the function sess_destroy() to destroy the session, it does not allow you to display the set_flashdata(). When I remove the function…
-
1
votes1
answer624
viewsQ: Dropdown Bootstrap 3
How to put a Bootstrap Dropdown menu to display on the right side? Follows a model:
-
1
votes2
answers181
viewsQ: How to adapt a div with position: Fixed?
I have a div with position: fixed. How do I make for the height(Height) adapt according to screen resolution?
cssasked Andrew Maxwell 429 -
0
votes1
answer198
viewsQ: Using the Codeigniter Helper (Download_helper)
Good evening! I’m using the function force_download() to download a file. However, I need to do this same procedure, but with downloading several files at the same time. I implemented a code, the…
-
2
votes2
answers2566
viewsQ: Netbeans Xdebug Does Not Work
I am trying to use Netbeans Xdebug. I mark the line, and then click on "Debug File". However, nothing happens to me! Do you have any specific settings I should do? When I do this, in the right…
-
2
votes1
answer124
viewsQ: Fix page with Zurb Foundation 5 Modal Reveal
I have a modal made with Foundation, what I want is to fix the bottom of the page, and just move the modal, follows a model: Example of modal with scroll How can I accomplish that?…
-
0
votes0
answers552
viewsQ: Doubt in the database update through a modal
I have a form through a modal, where it performs updates in the Mysql database. However, there are times when clicking on "Forward" the action is not executed, and at other times the action works…
-
0
votes3
answers877
viewsA: Doubt in Insert, update and delete with Codeigniter Framework?
Yes, there is a function of the database that does this procedure $this->db->insert_id(), it takes the last id registered in the database. Vlw
-
1
votes1
answer182
viewsQ: Mysql insertion problem with Multi upload
I have a system that performs multi file upload, I am using the Codeigniter framework that extends to Class Upload CI. The files are being moved correctly to the desired folder, however when…
-
1
votes0
answers49
viewsQ: Backup System in Php and Mysql (with Codeigniter)
Intending to put in my software a database backup system, where the user will perform this backup manually. Only I have never done this procedure, and I am using the Codeigniter framework. Could…
-
1
votes1
answer705
viewsQ: Insertion in Mysql with radio button + <option> + input
How to enter the value of the <input> as the radio button is selected? A model is annexed hereto: $funcionario = $this->funcionario->get_all_funcionario(); if($funcionario->num_rows…
-
0
votes5
answers2474
viewsQ: How to select a checkbox and recover data in the database?
I have two types of checkbox and I need that when selecting one of the two is displayed a field of type input text with the information coming from the database. The field input will be disabled,…
-
1
votes1
answer230
viewsQ: How to recover records that have been updated?
How to keep a record history when it suffers update? I have a form where it performs update data in Mysql. What I want to do is: When performing update of a record, it keeps a history of the…
-
2
votes1
answer1515
viewsQ: How to update via ajax + php
I want to update data through a modal, however it is not updating. Does anyone have any idea why it is not updating? Modal: <script type="text/javascript"> $(document).ready(function() {…
-
2
votes1
answer247
viewsQ: How to insert data into mysql via ajax + php + Foundation 5
I was wondering how can I insert data into Mysql via Ajax + PHP using the Zurb Foundation 5 Framework? The "data-Reveal-ajax" property of the framework already replaces an Ajax insertion function?…
-
1
votes1
answer150
viewsQ: Display bd record by id in a modal Foundation 5 (pop-up)
The frameworks I’m using are the Zurb Foundation 5 and the Codeigniter. How to display on a modal Foundation 5 database information per ID? I’ve actually performed the procedure, only I can’t…
-
-2
votes2
answers381
viewsQ: Doubt in the logic of registration with codeigniter!
I have a "table" with the following fields: person, tree, date start (Default), datafim (Default), My doubt in logic is as follows: Register an employee and his area of responsibility with the start…
-
0
votes1
answer1185
viewsQ: Inserting data into the BD with codeigniter in different tables in the same controller
I have two tables in the database, a form with Tabela1 fields and table2! the insertion of the Table 1 fields is occurring normally, however, the insertion of the table2 is not taking place! Simply…
-
1
votes2
answers2430
viewsQ: Delete files with Codeigniter
I want to delete a BD record that contains an image. When you do this, also delete that image from the folder where it is. How to proceed to make such action?
-
1
votes1
answer441
viewsQ: Redirect of the codelgniter
I’m willing to put one alert simple of Javascript in the Codelgniter, I’m trying to put this alert with a function of Codelgniter that is redirect. I put to redirect the page, but the alert not…
-
2
votes1
answer85
viewsQ: Association between 2 tables
I’m having a problem retrieving data from two tables, both associated. When I go in the browser and put the controller and then the method, it comes to me with this message Array(). Could someone…
phpasked Andrew Maxwell 429