Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to get the user's time zone using PHP and Javascript

Hello Reader! If you developing the website for a global purpose then getting the time zone of your user is a important factor. In the example below we'll see how to get the user's time zone by using JavaScript and PHP with a custom webpage. First

Save data to Parse DB table in iOS app

To save data in parse DB table, create one PFObject and write the information that you want to save to table. For example - I have a table name "Post" with column names : title, message, postTime. Lets save one record to this table. PFObject *newObj

How to Creating the new model and fields in odoo-9

First create a model (if you don’t have one yet) then create some fields on this model: class check_demo(models.Model):     _name = 'check.demo'     name = fields.Char(required=True)     nu

How to check your description is valid or invalid in openerp

First install the description module and check weather the description in valid or invalid you can do this on basis of the partner name and company name and user signature and also date in description module in openerp. using below fucntion in .py fi

Joins in SQL with default values

While making joins in SQL you can have parameters which are passed in your query for getting result ALTER PROC [dbo].[uspGetNudgesDetails] @AccessToken VARCHAR(50), @BeaconID VARCHAR(50)=NULL, @CompanyID BIGINT =0, @TargetUserID BIGINT=0 AS BEG

  • 417
Asp.net calendar control properties and events

These are the following Useful Properties and the events of the Calendar control: DayNameFormat: style of the days of the week. Possible values are FirstLetter, FirstTwoLetters, Full, Short, and Shortest. NextMont

Deleting all files (blobs) of an azure container on criteria of file modified date

In my last project I came across a requirement where I had to delete all the blobs from a container using a criteria for modified date with azure web job. The criteria for deleting the files were to delete the files whose last modified date time wa

How to check and complete value of journal entry method in Odoo

If you want to check and complete value of journal entry method in Odoo follow the following code:   if 'account_id' not in vals or 'journal_id' not in vals: raise UserError(_("It is mandatory to specify an account and a journal t

post bllogs test chat gpt

ChatGPTdirected from Chatgpt)Developer(s)OpenAIInitial releaseNovember 30, 2022; 5 months agoStable releaseMay 3, 2023; 6 days ago[1]TypeLarge Language ModelGenerative pre-trained transformerChatbotLicenseProprietaryWebsitechat.openai.com/c

NEW TECH QWERY

ChatGPTkipedia, the free encyclopedia(Redirected from Chatgpt)Developer(s)OpenAIInitial releaseNovember 30, 2022; 5 months agoStable releaseMay 3, 2023; 6 days ago[1]TypeLarge Language ModelGenerative pre-trained transformerChatbotLicensePr

1 9 49
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: