Welcome To Snipplr
Everyone's Recent Snippets Tagged update
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Ejecutar sp retornando un datatable, Ejecutar sp retornando un dataset, Ejecutar sp Update retornando los registros actualizados
0
994
posted 8 years ago by systemergon
Add the code below to change the Home & Site URL that is configured in the database (wp-options table) by WordPress. Whenever you copy/move a site to a new hosting and the URL has changed you can use the code below to fix any strange redirects that m...
0
975
posted 10 years ago by 108Bits
This snippet shows you how to reload the UIAppearance of an application after changes made on the proxies. This is required because iOS nativaly only load appearance proxies on "applicationDidFinishLaunching".
0
1939
posted 10 years ago by Nibli
This technical tip shows how to load any existing email message and modify its contents before saving it back to disk using Aspose.Email for Android API. To do this successfully, specify the MessageFormat when loading the email message from disk. In...
0
1329
posted 10 years ago by johansonkatherine
This code shows how java developers can change color space of PDF document from RGB color to CMYK and vice versa by using Aspose.PDF for Java Library. The following methods have been implemented in the Operator class for changing colors. Use it to ch...
0
1916
posted 10 years ago by johansonkatherine
Aspose.PDF for Cloud API has released PHP SDK which allows PHP developers to convert PDF files uploaded to a remote server to other formats. You can pass URL and format parameters to specify the PDF’s URL and output format and use the PUT method of...
0
2410
posted 10 years ago by johansonkatherine
Open your function.php of your active Theme.
Copy your code insert and call the new Site URL.
After delete the code snippet.
0
1093
posted 11 years ago by WMSchneider
This will create a table, create an update trigger to add current datetime to modify_date field, do 2 inserts, 1 update and display the results.
0
792
posted 11 years ago by kidmizere
This snippet shows how to retrieve information from the SEO plugin of Yoast, to be used for front-end use. This snippet is taken from the opensource free Nexus WP framework supporting front-end editing, custom layout and drag & drop.
0
905
posted 11 years ago by barkgj
How to remap a value to another inside a mysql query select.
0
1110
posted 12 years ago by ginoplusio
A fast and easy way to go through all vim-pathogen bundles and perform a git pull on all of them.
0
1089
posted 12 years ago by luizlopes
To start my new post area I will share a simple stored procedure that will check if a record exists, if so update it, otherwise create it; Simple hum?! Just Update it to your needs :)
0
733
posted 13 years ago by Whiteagle
Clientside script for a personal DynDNS service. Works together with a server-side script written in php [ http://snipplr.com/view/55482/own-dyndns-service-serverside-script ] .
You may want to set up a cron jop to run this script every x minutes.
0
911
posted 13 years ago by madc
Serverside script for a personal DynDNS service.
Works together with a clientside script written in ruby [ http://snipplr.com/view/55484/own-dyndns-service-clientside-script/ ] .
Redirect to current saved IP(http, port 80):
http://dynDns.yourver...
0
983
posted 13 years ago by madc
Update a value to entire rows in a column in dataset without looping
0
1200
posted 13 years ago by derebus